aboutsummaryrefslogtreecommitdiffstats
path: root/gload.1
blob: 4a6b4eabc064dc89b007484620e8d1680f761ab8 (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
53
54
55
56
57
.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.
.TP
.BI -font " font"
Font for the label.
.br
Config file key: fontname.
\#
\#
.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>