diff options
author | rsc <devnull@localhost> | 2004-04-23 06:38:19 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-23 06:38:19 +0000 |
commit | df0baa49271715e729bdb26802f62badf9176131 (patch) | |
tree | 4fbf5a4b51139e5901e54c71381378e6244351cf | |
parent | a4feed8a8a212701082516655ec7c18adb7ec429 (diff) | |
download | plan9port-df0baa49271715e729bdb26802f62badf9176131.tar.gz plan9port-df0baa49271715e729bdb26802f62badf9176131.tar.bz2 plan9port-df0baa49271715e729bdb26802f62badf9176131.zip |
clarify
-rw-r--r-- | man/man1/stats.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/man/man1/stats.1 b/man/man1/stats.1 index fd94ad62..9124f939 100644 --- a/man/man1/stats.1 +++ b/man/man1/stats.1 @@ -7,11 +7,7 @@ stats \- display graphs of system activity .BI - option ] [ -.I machine -[ -.B : -.I path -] +.IB machine\fR[ : path\fR] \&... ] .PP @@ -43,11 +39,11 @@ is named, it executes .B ssh .I machine .IR path ; -when the +when .I ssh finishes, .I auxstats -sleeps for one minute and redials. +sleeps for one minute and runs it again. The default .I path is simply @@ -164,6 +160,10 @@ The markers appear along the right, and the markers show values appropriate to the rightmost machine; this only matters for graphs such as memory that have machine-specific maxima. +.PP +Typing `q' or DEL causes +.I stats +to exit. .PD .SH EXAMPLE Show the load, memory, interrupts, system calls, context switches, |