Penguin
Annotated edit history of tload(1) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 TLOAD
2 !!!TLOAD
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 FILES
7 SEE ALSO
8 BUGS
9 AUTHORS
10 ----
11 !!NAME
12
13
14 tload - graphic representation of system load average
15 !!SYNOPSIS
16
17
18 __tload__ [[__-V__] [[__-s__ ''scale''] [[
19 __-d__ ''delay'' ] [[''tty'']
20 !!DESCRIPTION
21
22
23 __tload__ prints a graph of the current system load
24 average to the specified ''tty'' (or the tty of the tload
25 process if none is specified).
26
27
28 __Options__
29
30
31 The __-s__ ''scale'' option allows a vertical scale to
32 be specified for the display (in characters between graph
33 ticks); thus, a smaller value represents a larger scale, and
34 vice versa.
35
36
37 The __-d__ ''delay'' sets the delay between graph
38 updates in seconds.
39 !!FILES
40
41
42 ''/proc/loadavg'' load average information
43 !!SEE ALSO
44
45
46 ps(1), top(1), uptime(1),
47 w(1)
48 !!BUGS
49
50
51 The __-d__ ''delay'' option sets the time argument for
52 an alarm(2); if -d 0 is specified, the alarm is set
53 to 0, which will never send the __SIGALRM__ and update
54 the display.
55 !!AUTHORS
56
57
58 Branko Lankester, David Engel
59
60
61 Please send bug reports to
62 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.