-
Notifications
You must be signed in to change notification settings - Fork 6
Trace & Perf Support
ZengJingtao edited this page Jan 30, 2023
·
4 revisions
# StartTrace
curl -d '{"file": "trace_output.txt", "filter": "kTraceFilterNone"}' "http://somehost:port/db/mydb?cmd=StartTrace"
# EndTrace
curl -d '{}' "http://somehost:port/db/mydb?cmd=EndTrace"
Start | End |
---|---|
StartTrace | EndTrace |
StartIOTrace | EndIOTrace |
StartBlockCacheTrace | EndBlockCacheTrace |
ResetPerf
and ResetIOPerf
, with optional parameter perf_level
.