You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# |
|
# pcp-htop(1) configuration file - see pcp-htop(5) |
|
# |
|
|
|
[freespace] |
|
caption = Freespace |
|
description = Filesystem space |
|
used.metric = sum(filesys.used) |
|
used.color = blue |
|
free.metric = sum(filesys.free) |
|
free.color = green
|
|
|