Releases: Tomas-M/iotop
Releases · Tomas-M/iotop
Version 1.30
- kernel commit 0bf2d83 fixes the problem with struct taskstats, now iotop 1.30 handles only v15 of the struct in a different way, retaining compatibility with both old and new kernels
- show zero current values for exited processes
- flush stdout after each batch run
Full Changelog: v1.29...v1.30
Version 1.29
- Fix Linux kernel incompatible struct taskstats
Full Changelog: v1.28...v1.29
Version 1.28
Version 1.27
Version 1.26
- Add clock in upper right corner
Full Changelog: v1.25...v1.26
Version 1.25
- Fix bug when
iotopbusy loops after pressingESCkey - Change the condition of displaying processes in
onlymode
Full Changelog: v1.24...v1.25
Version 1.24
What's Changed
- Fix a bug with graphs in ASCII mode
- Show the status of the configuration in the help window
- Support ancient compilers by @bbonev in #52
Full Changelog: v1.23...v1.24
Version 1.23
What's Changed
- Changes by @bbonev in #43
- Fix some issues reported by lintian by @debian-janitor in #42
- Revert syscall count stuff by @bbonev in #44
- fix empty archlinux package by @bokunodev in #46
New Contributors
- @debian-janitor made their first contribution in #42
- @bokunodev made their first contribution in #46
Full Changelog: v1.22...v1.23
Version 1.22
What's Changed
- view_curses: do not force black background by @amonakov in #29
- fixed scroller logic by @cade-vs in #30
- fixed corner case of full scroller by @cade-vs in #32
- Update README.md by @jiasli in #35
- Add regex search @bbonev
- Better checking and error handling in netlink code @bbonev
- More graceful signal handling @bbonev
- Fix bug with a missing check if a process exited @bbonev
- New option to hide exited processes @bbonev
- Add color to % values and option to disable color at all @bbonev
- Implement the suggestion from https://no-color.org @bbonev, hint from @pabs3
- Fix bug with cursor displayed in unusual places @bbonev
New Contributors
- @amonakov made their first contribution in #29
- @cade-vs made their first contribution in #30
- @jiasli made their first contribution in #35
Full Changelog: v1.21...v1.22
Version 1.21
- Better support for disabled task_delayacct sysctl
- Add history and graph for all data
- Restore simple inline help