summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/general/graphs.meta
blob: 273162e8a7460ee1c08163165e993ab7603f943e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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 0.2"