Updated
mm-explorer mm-workflow mm-performance mm-db spot-future-arb-delta

MMK performance lab

mm-performance

Live Bybit account performance test。測試入口同 live run 分開,但 credentials 沿用 footer 用緊嘅 algo/bybit-account.json。指標沿用 C++ strategy 入面 OdrCreateTimeMapOnOrder LatencyCheck diff(ms) 嘅寫法。

Idle

Run Control

呢個測試會用真實 Bybit live account。最多跑 30 分鐘;到時間後 C++ 會送 SIGINT, 沿用 MMK 既有 stop/cancel flow。

Summary

stdout / MMK logs


      

指標定義

order_update_latency_msstrategy 發單前記錄時間,到 OnOrder 收到 OPEN/order update 時計出 diff(ms)
Live account使用 footer 同一份 algo/bybit-account.json,後端會拒絕 testnet。
Stop behavior到時間或手動 Stop 會送 SIGINT,讓 MMK 嘗試取消 open orders 後退出。
StorageRunner 會用 runtime mmk_config.xml 內的 MongoDB / LMDB 設定;server 可用 MMK_*MMK_PERF_* env 覆寫。