1TLOAD(1) User Commands TLOAD(1)
2
3
4
6 tload - graphic representation of system load average
7
9 tload [options] [tty]
10
12 tload prints a graph of the current system load average to the speci‐
13 fied tty (or the tty of the tload process if none is specified).
14
16 -s, --scale number
17 The scale option allows a vertical scale to be specified for the
18 display (in characters between graph ticks); thus, a smaller
19 value represents a larger scale, and vice versa.
20
21 -d, --delay seconds
22 The delay sets the delay between graph updates in seconds.
23
24 -h, --help
25 Display this help text.
26
27 -V, --version
28 Display version information and exit.
29
31 /proc/loadavg load average information
32
34 ps(1), top(1), uptime(1), w(1)
35
37 The -d delay option sets the time argument for an alarm(2); if -d 0 is
38 specified, the alarm is set to 0, which will never send the SIGALRM and
39 update the display.
40
42 Branko Lankester, David Engel ⟨david@ods.com⟩, and Michael K. Johnson
43 ⟨johnsonm@redhat.com⟩.
44
46 Please send bug reports to ⟨procps@freelists.org⟩
47
48
49
50procps-ng June 2011 TLOAD(1)