Added update to README.md
authormcaleavya <allan.mcaleavy@gmail.com>
Sat, 6 Feb 2016 12:02:40 +0000 (12:02 +0000)
committermcaleavya <allan.mcaleavy@gmail.com>
Sat, 6 Feb 2016 12:02:40 +0000 (12:02 +0000)
README.md

index 9d1e690..dc16d97 100644 (file)
--- a/README.md
+++ b/README.md
@@ -68,6 +68,7 @@ Tools:
 - tools/[bashreadline](tools/bashreadline.py): Print entered bash commands system wide. [Examples](tools/bashreadline_example.txt).
 - tools/[biolatency](tools/biolatency.py): Summarize block device I/O latency as a histogram. [Examples](tools/biolatency_example.txt).
 - tools/[biosnoop](tools/biosnoop.py): Trace block device I/O with PID and latency. [Examples](tools/biosnoop_example.txt).
+- tools/[bitehist](tools/bitehist.py): Show per process I/O size histogram. [Examples](tools/bitesize_example.txt).
 - tools/[cachestat](tools/cachestat.py): Trace page cache hit/miss ratio. [Examples](tools/cachestat_example.txt).
 - tools/[funccount](tools/funccount.py): Count kernel function calls. [Examples](tools/funccount_example.txt).
 - tools/[funclatency](tools/funclatency.py): Time kernel functions and show their latency distribution. [Examples](tools/funclatency_example.txt).