summaryrefslogtreecommitdiff
path: root/tload.1
blob: 8ec8c430ce1d4f0ac768609c7490db76ef5a7c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
.\"             -*-Nroff-*-
.\"  This page Copyright (C) 1993 Matt Welsh, mdw@tc.cornell.edu.
.\"  Freely distributable under the terms of the GPL
.TH TLOAD 1 "20 Mar 1993 " "Cohesive Systems" "Linux User's Manual"
.SH NAME
tload \- graphic representation of system load average
.SH SYNOPSIS
.B tload
.RB [ "\-V" "] [" "\-s"
.IR scale "] ["
.BI "\-d" " delay"
.RI "] [" tty ]
.SH DESCRIPTION
\fBtload\fP prints a graph of the current system load average to the 
specified \fItty\fP (or the tty of the tload process if none is specified).
.SS Options
The
.BI "\-s" " scale"
option allows a vertical scale to be specified for the
display (in characters between graph ticks); thus, a smaller value
represents a larger scale, and vice versa.

The
.BI "\-d" " delay"
sets the delay between graph updates in seconds.
.PP
.SH FILES
.I /proc/loadavg
load average information

.SH "SEE ALSO"
.BR ps (1),
.BR top (1),
.BR uptime (1),
.BR w (1)

.SH BUGS
The
.BI "\-d" " delay"
option sets the time argument for an
.BR alarm (2);
if \-d 0 is specified, the alarm is set to 0, which will never send the
.B SIGALRM
and update the display.

.SH AUTHORS
Branko Lankester, David Engel <david@ods.com>, and 
Michael K. Johnson <johnsonm@redhat.com>.

Please send bug reports to <albert@users.sf.net>