blob: 936b240624b3e0bbaa71b8d8219d12c84daaa114 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
.TH GLOAD 1 "(c) 2019 Gerd Hoffmann" "GLOAD" "load monitor"
\#
\#
.SH NAME
gload - load monitor
\#
\#
.SH SYNOPSIS
.TP
\fBgload
\#
\#
.SH DESCRIPTION
.BR gload
is a load average monitor, inspired by xload.
\#
\#
.SH OPTIONS
.TP
.BI -label " text"
The text for the label. Default is the hostname.
.br
Config file key: label.
.TP
.BI -update " secs"
Update interval. Default is 10 seconds.
.br
Config file key: update.
\#
\#
.SH "CONFIG FILE"
.BR gload
reads the configuration from the
.BR ~/.config/gload.conf
config file.
A "[default]" section holds the config options.
Example:
.P
.in +4n
[default]
.br
update=5
.in
\#
\#
.SH "SEE ALSO"
.BR xload(1)
\#
\#
.SH AUTHOR
Gerd Hoffmann
.BR <gerd@kraxel.org>
|