Unix and Linux Discussions Tagged with load average |
|
Thread / Thread Starter |
Last Post |
Replies |
Views |
Forum |
|
|
|
45 |
14,147 |
UNIX for Advanced & Expert Users |
|
|
|
6 |
9,995 |
Programming |
|
|
|
8 |
10,643 |
Programming |
|
|
|
2 |
1,195 |
Solaris |
|
|
|
182 |
145,313 |
SuSE |
|
|
|
0 |
3,255 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
3,774 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
5,697 |
Shell Programming and Scripting |
|
|
|
9 |
36,062 |
UNIX for Advanced & Expert Users |
|
|
|
7 |
17,419 |
UNIX for Dummies Questions & Answers |
|
|
|
5 |
8,807 |
Solaris |
|
|
|
8 |
56,412 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
6,998 |
Shell Programming and Scripting |
|
|
|
2 |
2,605 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
2,306 |
Shell Programming and Scripting |
|
|
|
11 |
21,695 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
1,939 |
Shell Programming and Scripting |
|
|
|
9 |
43,965 |
Shell Programming and Scripting |
|
|
|
12 |
14,282 |
HP-UX |
|
|
|
3 |
11,247 |
Shell Programming and Scripting |
|
|
|
4 |
4,396 |
HP-UX |
|
|
|
4 |
6,706 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
21,575 |
Solaris |
|
|
|
9 |
4,323 |
What is on Your Mind? |
|
|
|
3 |
3,324 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
8,222 |
UNIX for Advanced & Expert Users |
|
|
|
4 |
8,015 |
AIX |
|
|
|
13 |
9,729 |
UNIX for Dummies Questions & Answers |
|
|
|
4 |
10,622 |
Shell Programming and Scripting |
|
|
|
1 |
3,430 |
UNIX for Advanced & Expert Users |
|
|
|
2 |
3,849 |
AIX |
|
|
|
2 |
1,952 |
Shell Programming and Scripting |
|
|
|
7 |
11,212 |
UNIX for Advanced & Expert Users |
|
|
|
5 |
2,934 |
UNIX for Dummies Questions & Answers |
|
|
|
36 |
27,741 |
Shell Programming and Scripting |
|
|
|
6 |
2,143 |
UNIX for Dummies Questions & Answers |
|
|
|
1 |
5,028 |
AIX |
|
|
|
3 |
9,764 |
UNIX for Dummies Questions & Answers |
|
|
|
2 |
20,135 |
Red Hat |
|
|
|
2 |
4,564 |
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 <albert@users.sf.net>
Cohesive Systems 20 Mar 1993 TLOAD(1)