CONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO %
even if it is compiled in. turns out you need delayacct on your command line these days. you ought be able to get the information regardless, however, from taskstats. hack up a quick iotop replacement that uses said taskstats, and use it to demo nctree maybe.
run
iotop
these days and seeCONFIG_TASK_DELAY_ACCT not enabled in kernel, cannot determine SWAPIN and IO %
even if it is compiled in. turns out you need
delayacct
on your command line these days. you ought be able to get the information regardless, however, from taskstats. hack up a quickiotop
replacement that uses said taskstats, and use it to demonctree
maybe.