OSDN Git Service

Fix no pic
[uclinux-h8/uClinux-dist.git] / user / procps / tload.1
1 .\"             -*-Nroff-*-
2 .\"  This page Copyright (C) 1993 Matt Welsh, mdw@tc.cornell.edu.
3 .\"  Freely distributable under the terms of the GPL
4 .TH TLOAD 1 "20 Mar 1993 " "Cohesive Systems" "Linux User's Manual"
5 .SH NAME
6 tload \- graphic representation of system load average
7 .SH SYNOPSIS
8 .B tload
9 .RB [ "\-V" "] [" "\-s"
10 .IR scale "] ["
11 .BI "\-d" " delay"
12 .RI "] [" tty ]
13 .SH DESCRIPTION
14 \fBtload\fP prints a graph of the current system load average to the 
15 specified \fItty\fP (or the tty of the tload process if none is specified).
16 .SS Options
17 The
18 .BI "\-s" " scale"
19 option allows a vertical scale to be specified for the
20 display (in characters between graph ticks); thus, a smaller value
21 represents a larger scale, and vice versa.
22
23 The
24 .BI "\-d" " delay"
25 sets the delay between graph updates in seconds.
26 .PP
27 .SH FILES
28 .I /proc/loadavg
29 load average information
30
31 .SH "SEE ALSO"
32 .BR ps (1),
33 .BR top (1),
34 .BR uptime (1),
35 .BR w (1)
36
37 .SH BUGS
38 The
39 .BI "\-d" " delay"
40 option sets the time argument for an
41 .BR alarm (2);
42 if -d 0 is specified, the alarm is set to 0, which will never send the
43 .B SIGALRM
44 and update the display.
45
46 .SH AUTHORS
47 Branko Lankester, David Engel <david@ods.com>, and 
48 Michael K. Johnson <johnsonm@redhat.com>.
49
50 Please send bug reports to <albert@users.sf.net>