aboutsummaryrefslogtreecommitdiffstats
path: root/gload.1
blob: d1628a86eb80f1b73fe7d43a09396048236d77e7 (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
58
59
60
61
62
.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.
.TP
.BI -alpha " percent"
Load bar opacity.  Default: 60.
.br
Config file key: alpha.
\#
\#
.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>