Displaying 2 results from an estimated 2 matches for "1.33377".
Did you mean:
1.3.37
2019 Dec 03
2
[PATCH nbdkit] filters: stats: Show size and rate in human size
Make stats output easier to parse and more useful for humans.
Here is an example output with this change:
elapsed time: 1.33377 s
read: 248 ops, 4.75 MiB, 3.56 MiB/s
write: 78 ops, 32.64 MiB, 24.48 MiB/s
trim: 33 ops, 1.00 GiB, 767.75 MiB/s
flush: 9 ops, 0 bytes, 0 bytes/s
---
filters/stats/nbdkit-stats-filter.pod | 11 ++++----
filters/stats/stats.c | 36
2019 Dec 04
6
[PATCH nbdkit v3 0/5] filters: stats: More useful, more friendly
This is the third attempt to make the stats filter better. This time I kept the
changes minimal to make it eaier to make progress.
I tried the idea of showing global stats in separate "total" section, but it
became messy and hard to implemnt, so I tried the simpler solution of showing
both operation rate and total rate in the operation line.
Nir Soffer (5):
filters: stats: Add