Moved to sbin.
[iotop.git] / NEWS
blob45bf3f63f8279f7bfe5760f4412ea365d15e3266
1 0.5
2 ~~~
3 o Adapt the display to the maximum pid width
4 o Include both total and actual disk bandwidth in the summary
5 o Conversion to Python 3
7 0.4.4
8 ~~~~~
9 o Cosmetic fixes, including a better error message when missing root
10 credentials
12 0.4.3
13 ~~~~~
14 o Fixed netlink message parsing to accept alignement padding
15 o Force UTF-8 output even if the locale is misconfigured
16 o Changed the semantic of 'a' to show stats since iotop was started
18 0.4.2
19 ~~~~~
20 o Workaround for an ncurses bug where UTF-8 strings are misprinted
21 o Added ioprio support for the armel and hppa architectures
22 o Fix possible incompatibility with linux-2.6.37 on 64 bit systems
23 o Do not crash when the locale is incorrectly configured
25 0.4.1
26 ~~~~~
27 o Portability fix
28 o Better reporting of missing requirements
30 0.4
31 ~~~
32 o Compatibility with python2.4 using the ctypes module
33 o Stopped using setuptools in favor of straight distutils
35 0.3.2
36 ~~~~~
37 o Split long command lines in the middle instead of cutting them at the end
38 o Added a heuristic to detect kernels without CONFIG_TASK_DELAY_ACCT
39 o The I/O nice of a process/thread can be changed with the 'i' key
41 0.3.1
42 ~~~~~
43 o Fixed the ioprio syscall detection when running on i386/x86_64
44 o Fixed interaction between --accumulated and --only
45 o Fixed column sorting with --accumulated
47 0.3
48 ~~~
49 o -P is now fully implemented and is dynamically toggled with 'p'
50 o Show the I/O priority
51 o Added the --accumulated, --kilobytes, --time and --quiet options
53 0.2.1
54 ~~~~~
55 o UTF-8 strings are now correctly handled
57 0.2
58 ~~~
60 o Misconfigured terminals (TERM=xterm-color) are tolerated
61 o Added the --only option to only show processes or threads actually doing I/O
62 o Typing 'o' dynamically toggles the --only option
63 o Cosmetic fixes as well as minor bug fixes
64 o Re-organized code to import vanilla pynl80211
65 o Added workaround KERNBUG display in -P
67 0.1
68 ~~~
70 o First release