Skip to content

Instantly share code, notes, and snippets.

@mdcallag
Created June 13, 2022 20:04
Show Gist options
  • Save mdcallag/6eda2bdd9df5b27f95b9065fd26ab6be to your computer and use it in GitHub Desktop.
Save mdcallag/6eda2bdd9df5b27f95b9065fd26ab6be to your computer and use it in GitHub Desktop.
The order of the lines is: pre, post, nonadaptive
For cached workload:
Stalls(count): 5102 level0_slowdown, 5102 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 0 memtable_slowdown, interval 51 total count
Stalls(count): 3122 level0_slowdown, 3122 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 29 slowdown for pending_compaction_bytes, 0 memtable_compaction, 1 memtable_slowdown, interval 21 total count
Stalls(count): 12838 level0_slowdown, 12838 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 0 slowdown for pending_compaction_bytes, 0 memtable_compaction, 4 memtable_slowdown, interval 144 total count
For IO-bound workload:
Stalls(count): 3554 level0_slowdown, 3513 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 6794 stop for pending_compaction_bytes, 3238 slowdown for pending_compaction_bytes, 0 memtable_compaction, 2 memtable_slowdown, interval 47 total count
Stalls(count): 2547 level0_slowdown, 2547 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 5148 stop for pending_compaction_bytes, 2362 slowdown for pending_compaction_bytes, 0 memtable_compaction, 5 memtable_slowdown, interval 51 total count
Stalls(count): 318 level0_slowdown, 318 level0_slowdown_with_compaction, 0 level0_numfiles, 0 level0_numfiles_with_compaction, 0 stop for pending_compaction_bytes, 9509 slowdown for pending_compaction_bytes, 0 memtable_compaction, 2 memtable_slowdown, interval 109 total count
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment