Unix and Linux Discussions Tagged with load average |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
45 |
60,005 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
21,001 |
Programming |
|
|
|
8 |
25,376 |
Programming |
|
|
|
2 |
2,965 |
Solaris |
|
|
|
182 |
211,012 |
SuSE |
|
|
|
0 |
4,394 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
6,939 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
6,364 |
Shell Programming and Scripting |
|
|
|
9 |
39,994 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
19,288 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
12,035 |
Solaris |
|
|
|
8 |
60,022 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
8,869 |
Shell Programming and Scripting |
|
|
|
2 |
3,312 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,911 |
Shell Programming and Scripting |
|
|
|
11 |
24,591 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
2,490 |
Shell Programming and Scripting |
|
|
|
9 |
47,479 |
Shell Programming and Scripting |
|
|
|
12 |
15,989 |
HP-UX |
|
|
|
3 |
13,114 |
Shell Programming and Scripting |
|
|
|
4 |
5,679 |
HP-UX |
|
|
|
4 |
7,497 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
23,599 |
Solaris |
|
|
|
9 |
6,118 |
What is on Your Mind? |
|
|
|
3 |
4,070 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
9,222 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
8,815 |
AIX |
|
|
|
13 |
10,720 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
12,245 |
Shell Programming and Scripting |
|
|
|
1 |
4,087 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
4,601 |
AIX |
|
|
|
2 |
2,688 |
Shell Programming and Scripting |
|
|
|
7 |
12,488 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
3,456 |
UNIX for Dummies Questions & Answers |
|
|
|
36 |
35,746 |
Shell Programming and Scripting |
|
|
|
6 |
2,982 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,741 |
AIX |
|
|
|
3 |
13,364 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
22,168 |
Red Hat |
|
|
|
2 |
5,165 |
UNIX for Advanced & Expert Users |
TLOAD(1) Linux User's Manual TLOAD(1)
NAME
tload - graphic representation of system load average
SYNOPSIS
tload [-V] [-s scale] [ -d delay ] [tty]
DESCRIPTION
tload prints a graph of the current system load average to the specified tty (or the tty of the tload process if none is specified).
Options
The -s scale option allows a vertical scale to be specified for the display (in characters between graph ticks); thus, a smaller value rep-
resents a larger scale, and vice versa.
The -d delay sets the delay between graph updates in seconds.
FILES
/proc/loadavg load average information
SEE ALSO
ps(1), top(1), uptime(1), w(1)
BUGS
The -d delay option sets the time argument for an alarm(2); if -d 0 is specified, the alarm is set to 0, which will never send the SIGALRM
and update the display.
AUTHORS
Branko Lankester, David Engel <david@ods.com>, and Michael K. Johnson <johnsonm@redhat.com>.
Please send bug reports to <procps-list@redhat.com>
Cohesive Systems 20 Mar 1993 TLOAD(1)