aboutsummaryrefslogtreecommitdiffstats
path: root/pcp/screens/filesystems
blob: 06f3bf23697b745112285d427044be43a49f3967 (plain) (blame)
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
#
# pcp-htop(1) configuration file - see pcp-htop(5)
#

[filesystems]
heading = Filesystems
caption = Mounted block device filesystems

blockdev.heading = Device
blockdev.metric = filesys.mountdir
blockdev.instances = true
blockdev.width = -14

blocksize.heading = BSIZE
blocksize.metric = filesys.blocksize
blocksize.default = false

capacity.heading = SIZE
capacity.metric = filesys.capacity

used.heading = USED
used.metric = filesys.used

free.heading = FREE
free.metric = filesys.free
free.default = false

avail.heading = AVAIL
avail.metric = filesys.avail

full.heading = USE%
full.metric = filesys.full
full.format = percent

usedfiles.heading = USEDF
usedfiles.metric = filesys.usedfiles
usedfiles.default = false

freefiles.heading = FREEF
freefiles.metric = filesys.freefiles
freefiles.default = false

maxfiles.heading = MAXF
maxfiles.metric = filesys.maxfiles
maxfiles.default = false

mountdir.heading = Mount point
mountdir.metric = filesys.mountdir
mountdir.format = path
mountdir.width = -33

© 2014-2024 Faster IT GmbH | imprint | privacy policy