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
385 B
17 lines
385 B
# |
|
# pcp-htop(1) configuration file - see pcp-htop(5) |
|
# |
|
|
|
[wchan] |
|
heading = WCHAN |
|
caption = WCHAN_ADDRESS |
|
width = 8 |
|
metric = proc.psinfo.wchan |
|
description = Wait channel, kernel address process is blocked or sleeping on |
|
|
|
[wchans] |
|
heading = WCHANS |
|
caption = WCHAN_SYMBOL |
|
width = -12 |
|
metric = proc.psinfo.wchan_s |
|
description = Wait channel, kernel symbol process is blocked or sleeping on
|
|
|