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.txt | |
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.txt')
-rw-r--r-- | testsuite/systemtap.examples/index.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index 96ac5ab0..d538d760 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -1,6 +1,22 @@ SYSTEMTAP EXAMPLES INDEX (see also keyword-index.txt) +general/ansi_colors.stp - Color Table for ansi_set_color2() and ansi_set_color3() +keywords: format + + 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. + + +general/ansi_colors2.stp - Show Attribues in Table for ansi_set_color3() +keywords: format + + 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. + + general/graphs.stp - Graphing Disk and CPU Utilization keywords: disk cpu use graph |