Fixing invalid reads in find_elf_note due to setenv invocation
[platform/upstream/procps-ng.git] / tload.1
1 .\"             -*-Nroff-*-
2 .\"  This page Copyright (C) 1993 Matt Welsh, mdw@tc.cornell.edu.
3 .\"  Freely distributable under the terms of the GPL
4 .TH TLOAD "1" "June 2011" "procps-ng" "User Commands"
5 .SH NAME
6 tload \- graphic representation of system load average
7 .SH SYNOPSIS
8 .B tload
9 [\fIoptions\fR] [\fItty\fR]
10 .SH DESCRIPTION
11 .B tload
12 prints a graph of the current system load average to the specified
13 .I tty
14 (or the tty of the tload process if none is specified).
15 .SH OPTIONS
16 .TP
17 \fB\-s\fR, \fB\-\-scale\fR \fInumber\fR
18 The scale option allows a vertical scale to be specified for the display (in
19 characters between graph ticks); thus, a smaller value represents a larger
20 scale, and vice versa.
21 .TP
22 \fB\-d\fR, \fB\-\-delay\fR \fIseconds\fR
23 The delay sets the delay between graph updates in
24 .IR seconds .
25 .TP
26 \fB\-h\fR, \fB\-\-help\fR
27 Display this help text.
28 .TP
29 \fB\-V\fR, \fB\-\-version\fR
30 Display version information and exit.
31 .PP
32 .SH FILES
33 .I /proc/loadavg
34 load average information
35 .SH "SEE ALSO"
36 .BR ps (1),
37 .BR top (1),
38 .BR uptime (1),
39 .BR w (1)
40 .SH BUGS
41 The
42 .BI "\-d" " delay"
43 option sets the time argument for an
44 .BR alarm (2);
45 if \-d 0 is specified, the alarm is set to 0, which will never send the
46 .B SIGALRM
47 and update the display.
48 .SH AUTHORS
49 Branko Lankester,
50 .UR david@\:ods.\:com
51 David Engel
52 .UE , and
53 .UR johnsonm@\:redhat.\:com
54 Michael K. Johnson
55 .UE .
56 .SH "REPORTING BUGS"
57 Please send bug reports to
58 .UR procps@freelists.org
59 .UE