![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Filesystems, Disks and Memory Discuss NAS, SAN, RAID, Robotic Libraries, backup devices, RAM, DRAM, SCSI, IDE, EIDE topics here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| identify the unix process performing high disk i/o reads and writes | avsswamy | UNIX for Advanced & Expert Users | 6 | 01-14-2009 12:32 PM |
| identify the unix processes performing high disk i/o reads and writes | avsswamy | Shell Programming and Scripting | 0 | 01-09-2009 10:45 PM |
| determine the physical size of the hard disk | hoffies | HP-UX | 4 | 11-15-2007 05:08 AM |
| sh script that reads/writes based upon contents of a file | rdudejr | Shell Programming and Scripting | 3 | 07-12-2006 10:38 AM |
| vmstat -P (physical memory) | gfhgfnhhn | UNIX for Advanced & Expert Users | 0 | 03-21-2006 08:40 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
Hi,
I am trying to find the reliability of 'vmstat -d' for showing the actual physical writes on sectors on hard disk. Can anyone please tell me if the numbers in the "sectors" field under "read" or "write" headers show a count of the actual write commands sent to disk from the low level driver? More precisely, from this number, say n, can we be sure that n sectors on disk have been physically written to? ![]() |
|
||||
|
I used to think that whatever blocks the block layer sends down to the device driver to write actually does get written, even if the 2 writes are for the same LBA. (By calling a sync between 2 writes to the same area on the disk). My doubt is that does monmitoring IO stats from iostat, vmstat, proc/diskstats or /sys/sda/stat, give a count of the num ber of blocks sent to the disk for write?
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|