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.
17 lines
370 B
17 lines
370 B
# |
|
# pcp-htop(1) configuration file - see pcp-htop(5) |
|
# |
|
|
|
[guest] |
|
heading = GUEST |
|
caption = GUEST_TIME |
|
width = 6 |
|
metric = proc.psinfo.guest_time |
|
description = Guest time for the process |
|
|
|
[cguest] |
|
heading = CGUEST |
|
caption = CGUEST_TIME |
|
width = 6 |
|
metric = proc.psinfo.guest_time + proc.psinfo.cguest_time |
|
description = Cumulative guest time for the process and its children
|
|
|