diff options
author | Josh Stone <jistone@redhat.com> | 2009-09-16 15:52:17 -0700 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-09-16 15:52:17 -0700 |
commit | ac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9 (patch) | |
tree | 2de027dca59eb1c2048ee4faf30b8bfc90a725f5 /testsuite/systemtap.examples/index.html | |
parent | 0fc4239f159fe56cf2637265797751427f08e09b (diff) | |
download | systemtap-steved-ac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9.tar.gz systemtap-steved-ac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9.tar.xz systemtap-steved-ac505f97f1e85d95c9fe2b0401a375c2c8cd1cb9.zip |
Add the badname.stp example
This is a toy script I wrote a while back to demonstrate how SystemTap
could be used to enforce filesystem naming rules.
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r-- | testsuite/systemtap.examples/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index 203bc5d4..cd2faadb 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -46,6 +46,9 @@ keywords: <a href="keyword-index.html#FORMAT">FORMAT</a> <br> <li><a href="general/ansi_colors2.stp">general/ansi_colors2.stp</a> - Show Attribues in Table for ansi_set_color3()<br> keywords: <a href="keyword-index.html#FORMAT">FORMAT</a> <br> <p>The script prints a table showing the available attributes (bold, underline, and inverse) with color combinations for the ans_set_color3() function in the ansi.stp tapset.</p></li> +<li><a href="general/badname.stp">general/badname.stp</a> - Bad Filename Filter<br> +keywords: <a href="keyword-index.html#FILESYSTEM">FILESYSTEM</a> <a href="keyword-index.html#HACK">HACK</a> <br> +<p>The badname.stp script shows how one could prevent the creation of files with undesirable names.</p></li> <li><a href="general/graphs.stp">general/graphs.stp</a> - Graphing Disk and CPU Utilization<br> keywords: <a href="keyword-index.html#DISK">DISK</a> <a href="keyword-index.html#CPU">CPU</a> <a href="keyword-index.html#USE">USE</a> <a href="keyword-index.html#GRAPH">GRAPH</a> <br> <p>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.</p></li> |