From 5006800b3f71d4e82ecce0b33b700601ba8c412c Mon Sep 17 00:00:00 2001 From: William Cohen Date: Tue, 17 Jun 2008 14:36:34 -0400 Subject: Add the graphs.stp example from War Stories. --- testsuite/systemtap.examples/graphs.meta | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 testsuite/systemtap.examples/graphs.meta (limited to 'testsuite/systemtap.examples/graphs.meta') 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" -- cgit