Comments on: Iotop – Monitor Linux Disk I/O Activity and Usage Per-Process Basis https://www.tecmint.com/iotop-monitor-linux-disk-io-activity-per-process/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Tue, 17 Nov 2020 15:30:33 +0000 hourly 1 By: Michael T. Babcock https://www.tecmint.com/iotop-monitor-linux-disk-io-activity-per-process/comment-page-1/#comment-1390911 Tue, 17 Nov 2020 15:30:33 +0000 http://www.tecmint.com/?p=615#comment-1390911 iotop is great for showing ‘now’ but if you want historical disk usage data, use sar — you’ll be able to pull up disk and other activity going back as long as you keep logs.

]]>
By: sarath https://www.tecmint.com/iotop-monitor-linux-disk-io-activity-per-process/comment-page-1/#comment-22923 Fri, 01 Feb 2013 11:20:59 +0000 http://www.tecmint.com/?p=615#comment-22923 Hi,

As far as disk I/O in linux is concerned. We need to first go through several operating system concepts, which will help us in finding out performance bottlenecks.
Concepts like Minor Page fault and Major Page fault are very important. The number of major page fault is very helpful in finding the IO usage.

http://www.slashroot.in/linux-system-io-monitoring

]]>