mirror of https://github.com/xzeldon/htop.git
16 lines
327 B
Plaintext
16 lines
327 B
Plaintext
|
#
|
||
|
# 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
|