< Linux server administration

top-like I/O monitor for Disks and I/O devices.[1]

Activities

  • Execute iotop and review disk activity in your computer
  • Measure your hard disk read performance using hdparm command.[2]
sudo hdparm -t /dev/sdc9
/dev/sda2:
 Timing buffered disk reads: 1498 MB in  3.00 seconds = 499.29 MB/sec

See also

  • hdparm
  • HDD
  • fio flexible io tester
  • nice and ionice
  • nmon
  • sar -d
  • iostat and iostat -x
  1. http://man7.org/linux/man-pages/man8/iotop.8.html
  2. https://unix.stackexchange.com/questions/108838/how-can-i-benchmark-my-hdd
This article is issued from Wikiversity. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.