Displaying 2 results from an estimated 2 matches for "4fda092".
Did you mean:
4f99a092
2019 Dec 04
0
[PATCH nbdkit v3 5/5] filters: stats: Show total stats
...of the
application.
---
filters/stats/nbdkit-stats-filter.pod | 8 ++++----
filters/stats/stats.c | 19 ++++++++++++++++++-
2 files changed, 22 insertions(+), 5 deletions(-)
diff --git a/filters/stats/nbdkit-stats-filter.pod b/filters/stats/nbdkit-stats-filter.pod
index ac8173c..4fda092 100644
--- a/filters/stats/nbdkit-stats-filter.pod
+++ b/filters/stats/nbdkit-stats-filter.pod
@@ -25,10 +25,10 @@ number of read, write and trim operations involved:
run : \
mkfs ext4 /dev/sda
'
- elapsed time: 1.258933 s
- read: 254 ops, 0.000326 s, 4.78...
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