Iotop: Difference between revisions
From DWIKI
Tag: wikieditor |
Tag: wikieditor |
||
| (One intermediate revision by the same user not shown) | |||
| Line 2: | Line 2: | ||
==SWAPIN shows as 'unavailable'== | ==SWAPIN shows as 'unavailable'== | ||
You wil also see warning '''CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO''' | Probably no swap enabled. You wil also see warning '''CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO''' | ||
sysctl -w kernel.task_delayacct=1 | sysctl -w kernel.task_delayacct=1 | ||
and log in again | |||
Latest revision as of 10:06, 27 October 2025
FAQ
SWAPIN shows as 'unavailable'
Probably no swap enabled. You wil also see warning CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO
sysctl -w kernel.task_delayacct=1
and log in again
