Linux
IO-Wait nach Prozessen auflisten mit iotop
Quelle: http://guichaz.free.fr/iotop/
Linux has always been able to show how much I/O was going on (the bi and bo columns of the vmstat 1 command).
Iotop is a Python program with a top like UI used to show of behalf of which process is the I/O going on. It requires Python ≥ 2.5 and a Linux kernel ≥ 2.6.20.
Requires:
- Python >= 2.5 for AF_NETLINK support
- Linux >= 2.6.20 with I/O accounting support
Download
Iotop is licensed under the terms of the GNU GPL.
The latest version is Iotop 0.2.1 (NEWS), available here : iotop-0.2.1.tar.bz2 or iotop-0.2.1.tar.gz.
Freshmeat project page to stay informed: http://freshmeat.net/projects/iotop.
Git repository hosted on repo.or.cz. To get a snapshot of iotop with a complete history, use the following command:
git clone git://repo.or.cz/iotop.git
Tags: io, iowait, io-wait, python
Verwandte Artikel:
Letzte Änderung des Artikels: 2008-12-13 18:42
Verfasser des Artikels: Florian Schrön
Revision: 1.1
Kommentieren nicht möglich