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: 2005/04/25 12:37:22 $</date> |
10 |
<releaseinfo>$Id: saidar.xml,v 1.1 2005/04/25 12:37:22 tdb Exp $</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. Statistics include |
38 |
CPU, processes, load, memory, swap, network I/O, disk I/O, and file |
39 |
system information. |
40 |
</para> |
41 |
</refsect1> |
42 |
|
43 |
<refsect1> |
44 |
<title>Options</title> |
45 |
<para> |
46 |
The following options are supported. |
47 |
</para> |
48 |
<variablelist> |
49 |
<varlistentry> |
50 |
<term><option>-d</option> <replaceable>DELAY</replaceable></term> |
51 |
<listitem> |
52 |
<para> |
53 |
Wait DELAY seconds between updates (default 3) |
54 |
</para> |
55 |
</listitem> |
56 |
</varlistentry> |
57 |
<varlistentry> |
58 |
<term><option>-v</option></term> |
59 |
<listitem> |
60 |
<para> |
61 |
Prints the version number |
62 |
</para> |
63 |
</listitem> |
64 |
</varlistentry> |
65 |
<varlistentry> |
66 |
<term><option>-h</option></term> |
67 |
<listitem> |
68 |
<para> |
69 |
Display help and exits |
70 |
</para> |
71 |
</listitem> |
72 |
</varlistentry> |
73 |
</variablelist> |
74 |
</refsect1> |
75 |
|
76 |
<refsect1> |
77 |
<title>See Also</title> |
78 |
|
79 |
<simplelist type="inline"> |
80 |
<member> |
81 |
<citerefentry> |
82 |
<refentrytitle>statgrab</refentrytitle> |
83 |
<manvolnum>1</manvolnum> |
84 |
</citerefentry> |
85 |
<citerefentry> |
86 |
<refentrytitle>statgrab</refentrytitle> |
87 |
<manvolnum>3</manvolnum> |
88 |
</citerefentry> |
89 |
</member> |
90 |
</simplelist> |
91 |
</refsect1> |
92 |
|
93 |
<refsect1> |
94 |
<title>Authors</title> |
95 |
<para> |
96 |
This man page was derived from the man page written by Bartosz |
97 |
Fenski for the Debian GNU/Linux distribution. |
98 |
</para> |
99 |
</refsect1> |
100 |
|
101 |
<refsect1> |
102 |
<title>Website</title> |
103 |
|
104 |
<simplelist type="vert"> |
105 |
<member> |
106 |
<ulink url="http://www.i-scream.org/libstatgrab/"> |
107 |
http://www.i-scream.org/libstatgrab/ |
108 |
</ulink> |
109 |
</member> |
110 |
</simplelist> |
111 |
</refsect1> |
112 |
|
113 |
</refentry> |