dankamongmen / notcurses

blingful character graphics/TUI library. definitely not curses.
https://nick-black.com/dankwiki/index.php/Notcurses
Other
3.6k stars 113 forks source link

iotop that works with taskstats #2564

Closed dankamongmen closed 2 years ago

dankamongmen commented 2 years ago

run iotop these days and see

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.

dankamongmen commented 2 years ago

maybe this ought be its own project?

dankamongmen commented 2 years ago

https://github.com/dankamongmen/iobottom