diff options
author | William Cohen <wcohen@redhat.com> | 2009-04-03 14:38:19 -0400 |
---|---|---|
committer | William Cohen <wcohen@redhat.com> | 2009-04-03 14:38:19 -0400 |
commit | 0e0b566a5c6de7e824067963f3c516d09d9962d3 (patch) | |
tree | cc7cb0fb51a6deb3722bf538e0e66da79e6bff7c /testsuite/systemtap.examples/index.html | |
parent | cc20d8532b08f7755642ecb30f22126f7ac332c2 (diff) | |
download | systemtap-steved-0e0b566a5c6de7e824067963f3c516d09d9962d3.tar.gz systemtap-steved-0e0b566a5c6de7e824067963f3c516d09d9962d3.tar.xz systemtap-steved-0e0b566a5c6de7e824067963f3c516d09d9962d3.zip |
Describe the ansi_colors.stp and ansi_colors2.stp. Label tables appropriately.
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r-- | testsuite/systemtap.examples/index.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index 9880c5b6..3287458a 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -40,6 +40,12 @@ <h2>All Examples</h2> <ul> +<li><a href="general/ansi_colors.stp">general/ansi_colors.stp</a> - Color Table for ansi_set_color2() and ansi_set_color3()<br> +keywords: <a href="keyword-index.html#FORMAT">FORMAT</a> <br> +<p>The script prints a table showing the available color combinations for the ansi_set_color2() and ans_set_color3() functions in the ansi.stp tapset.</p></li> +<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/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> |