summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/graphs.meta
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-06-17 14:36:34 -0400
committerWilliam Cohen <wcohen@redhat.com>2008-06-17 14:36:34 -0400
commit5006800b3f71d4e82ecce0b33b700601ba8c412c (patch)
tree77e9f87bedecd9d1bef22503923dc69e67ce9574 /testsuite/systemtap.examples/graphs.meta
parent6ebf08661086e6739b9fd58ddae336a91113306e (diff)
downloadsystemtap-steved-5006800b3f71d4e82ecce0b33b700601ba8c412c.tar.gz
systemtap-steved-5006800b3f71d4e82ecce0b33b700601ba8c412c.tar.xz
systemtap-steved-5006800b3f71d4e82ecce0b33b700601ba8c412c.zip
Add the graphs.stp example from War Stories.
Diffstat (limited to 'testsuite/systemtap.examples/graphs.meta')
-rw-r--r--testsuite/systemtap.examples/graphs.meta13
1 files changed, 13 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/graphs.meta b/testsuite/systemtap.examples/graphs.meta
new file mode 100644
index 00000000..60a522b3
--- /dev/null
+++ b/testsuite/systemtap.examples/graphs.meta
@@ -0,0 +1,13 @@
+title: Graphing Disk and CPU Utilization
+name: graphs.stp
+version: 1.0
+author: anonymous
+keywords: disk cpu use graph
+subsystem: disk cpu
+status: production
+exit: user-controlled
+output: plot data
+scope: system-wide
+description: The script tracks the disk and CPU utilization. The resulting output of the script can be piped into gnuplot to generate a graph of disk and CPU USE.
+test_check: stap -p4 graphs.stp
+test_installcheck: stap graphs.stp -c "sleep 1"