Linux I/O Performance Messungen mit iotop
Aus Wiki Thomas-Krenn.AG
Das Linux Monitoring-Tool iotop zeigt die aktuellen I/O Transferraten für die gerade laufenden Prozesse/Threads. Es verwendet dabei die I/O Usage Informationen des Linux Kernels (erfordert Linux Kernel Version 2.6.20 oder neuer).
Das folgende Beispiel zeigt die Ausgabe von iotop auf einem Laptop mit Ubuntu 10.04:
admin@admin-t410-ubuntu:~$ cat /proc/version Linux version 2.6.32-22-generic-pae (buildd@palmer) (gcc version 4.4.3 (Ubuntu 4.4.3-4ubuntu5) ) #36-Ubuntu SMP Thu Jun 3 23:14:23 UTC 2010 admin@admin-t410-ubuntu:~$ sudo iotop -b -n 1 Total DISK READ: 49.06 M/s | Total DISK WRITE: 0.00 B/s TID PRIO USER DISK READ DISK WRITE SWAPIN IO COMMAND 3347 be/4 admin 49.06 M/s 49.06 M/s ?unavailable? cp CentOS-5.4-x86_64-bin-DVD.iso CentOS-5.4-x86_64-bin-DVD-kopie.iso 2560 be/4 admin 0.00 B/s 0.00 B/s ?unavailable? twinkle [...]
Weitere Informationen
- iotop Webseite
- Aus dem Alltag eines Sysadmin: LUG-Camp und Iotop (Linux Magazin)
- Linux per-process I/O performance: measuring the wrong thing (taint.org: Justin Mason's Weblog)