tools map
authorBrendan Gregg <brendan.d.gregg@gmail.com>
Wed, 24 Feb 2016 00:26:43 +0000 (16:26 -0800)
committerBrendan Gregg <brendan.d.gregg@gmail.com>
Wed, 24 Feb 2016 00:26:43 +0000 (16:26 -0800)
README.md
images/bcc_tracing_tools_2016.png [new file with mode: 0644]

index 47b0ea4..17eea4e 100644 (file)
--- a/README.md
+++ b/README.md
@@ -67,8 +67,8 @@ Examples:
 - examples/tracing/[trace_fields.py](examples/tracing/trace_fields.py): Simple example of printing fields from traced events.
 - examples/tracing/[vfsreadlat.py](examples/tracing/vfsreadlat.py) examples/tracing/[vfsreadlat.c](examples/tracing/vfsreadlat.c): VFS read latency distribution. [Examples](examples/tracing/vfsreadlat_example.txt).
 
-Tools:
-
+#### Tools:
+<center><a href="images/bcc_tracing_tools_2016.png"><img src="images/bcc_tracing_tools_2016.png" border=0 width=700></a></center>
 - tools/[argdist](tools/argdist.py): Display function parameter values as a histogram or frequency count. [Examples](tools/argdist_example.txt).
 - 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).
diff --git a/images/bcc_tracing_tools_2016.png b/images/bcc_tracing_tools_2016.png
new file mode 100644 (file)
index 0000000..a5a4c54
Binary files /dev/null and b/images/bcc_tracing_tools_2016.png differ