Teardown テスト完了後の後処理 VU codes Teardown VU iteration VU iteration VU iteration シナリオ k6 run test.js ref. https://grafana.com/docs/k6/latest/using-k6/test-lifecycle
は PLMN-list エンコーディング(特殊なTBCD的な動き) PLMN: 001-01 MCC: 001 MNC: F01 0 0 1 F 0 1 0 0 F 1 1 0 2桁は3桁目を空=F ニブル(4bit)として詰める { 0x00, 0xF1, 0x10 } as Binary PLMN: public land mobile network MCC: mobile country code (3桁) MNC: mobile network code (2-3桁)
◦ ◦ ◦ 共有リソースの管理 ▪ IDを与えてGo 内部で明示的に管理 ▪ 再利用前提のAPIを準備 セッション共有と呼び出し元の分離 ▪ メッセージ振り分け機構が必要 ▪ 計測には共有リソースと別にハンドラが必要 JavaScript/Go 間の変換 ▪ バイト列として使われる文字列がないか確認する ▪ (sobek の ECMAScript 仕様外にも注意; JSON だけ UTF-8) The Grafana Labs Marks are trademarks of Grafana Labs, and are used with Grafana Labs’ permission. We are not affiliated with, endorsed or sponsored by Grafana Labs or its affiliates.