ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/docs/saidar/saidar.xml
Revision: 1.1
Committed: Mon Apr 25 12:37:22 2005 UTC (19 years ago) by tdb
Content type: text/xml
Branch: MAIN
Log Message:
Add manpages for the various tools.

File Contents

# User Rev Content
1 tdb 1.1 <?xml version="1.0"?>
2    
3     <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.2//EN"
4     "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
5    
6     <refentry id="saidar">
7    
8     <refentryinfo>
9     <date>$Date$</date>
10     <releaseinfo>$Id$</releaseinfo>
11     </refentryinfo>
12    
13     <refmeta>
14     <refentrytitle>saidar</refentrytitle>
15     <manvolnum>1</manvolnum>
16     <refmiscinfo>i-scream</refmiscinfo>
17     </refmeta>
18    
19     <refnamediv>
20     <refname>saidar</refname>
21     <refpurpose>a curses-based tool for viewing system statistics</refpurpose>
22     </refnamediv>
23    
24     <refsynopsisdiv>
25     <cmdsynopsis>
26     <command>saidar</command>
27     <arg choice='opt'>-d <replaceable>delay</replaceable></arg>
28     <arg choice='opt'>-v</arg>
29     <arg choice='opt'>-h</arg>
30     </cmdsynopsis>
31     </refsynopsisdiv>
32    
33     <refsect1>
34     <title>Description</title>
35     <para>
36     <command>saidar</command> is a curses-based tool for viewing the
37     system statistics available through libstatgrab.
38     </para>
39     </refsect1>
40    
41     <refsect1>
42     <title>Options</title>
43     <para>
44     The following options are supported.
45     </para>
46     <variablelist>
47     <varlistentry>
48     <term><option>-d</option> <replaceable>DELAY</replaceable></term>
49     <listitem>
50     <para>
51     Wait DELAY seconds between updates (default 3)
52     </para>
53     </listitem>
54     </varlistentry>
55     <varlistentry>
56     <term><option>-v</option></term>
57     <listitem>
58     <para>
59     Prints the version number
60     </para>
61     </listitem>
62     </varlistentry>
63     <varlistentry>
64     <term><option>-h</option></term>
65     <listitem>
66     <para>
67     Display help and exits
68     </para>
69     </listitem>
70     </varlistentry>
71     </variablelist>
72     </refsect1>
73    
74     <refsect1>
75     <title>See Also</title>
76    
77     <simplelist type="inline">
78     <member>
79     <citerefentry>
80     <refentrytitle>statgrab</refentrytitle>
81     <manvolnum>1</manvolnum>
82     </citerefentry>
83     <citerefentry>
84     <refentrytitle>statgrab</refentrytitle>
85     <manvolnum>3</manvolnum>
86     </citerefentry>
87     </member>
88     </simplelist>
89     </refsect1>
90    
91     <refsect1>
92     <title>Authors</title>
93     <para>
94     This man page was derived from the man page written by Bartosz
95     Fenski for the Debian GNU/Linux distribution.
96     </para>
97     </refsect1>
98    
99     <refsect1>
100     <title>Website</title>
101    
102     <simplelist type="vert">
103     <member>
104     <ulink url="http://www.i-scream.org/libstatgrab/">
105     http://www.i-scream.org/libstatgrab/
106     </ulink>
107     </member>
108     </simplelist>
109     </refsect1>
110    
111     </refentry>