Take sample timings from CDB files
Periodically get a CDB file process to take samples of how long fetching keys/values takes - and record those samples
This commit is contained in:
parent
9892d26e60
commit
8a43539090
2 changed files with 181 additions and 59 deletions
|
@ -327,7 +327,11 @@
|
|||
{info, "After ~w PUTs total write time is ~w total sync time is ~w "
|
||||
++ "and max write time is ~w and max sync time is ~w"}},
|
||||
{"CDB18",
|
||||
{info, "Handled return and write of hashtable"}}
|
||||
{info, "Handled return and write of hashtable"}},
|
||||
{"CDB19",
|
||||
{info, "Sample timings in microseconds for sample_count=~w"
|
||||
++ "totals of cycle_count=~w "
|
||||
++ "fetch_time=~w index_time=~w "}}
|
||||
]).
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue