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.
15 lines
327 B
15 lines
327 B
# |
|
# pcp-htop(1) configuration file - see pcp-htop(5) |
|
# |
|
|
|
[swap] |
|
heading = SWAP |
|
width = 5 |
|
metric = proc.psinfo.nswap |
|
description = Count of swap operations for the process |
|
|
|
[cswap] |
|
heading = CSWAP |
|
width = 5 |
|
metric = proc.psinfo.nswap + proc.psinfo.cnswap |
|
description = Cumulative swap operations for the process and its children
|
|
|