1834475 Members
3767 Online
110067 Solutions
New Discussion

Re: disk read/writen

 
Maicon Stihler
Advisor

disk read/writen

Hi,

is there anyway to get the number of blocks read and writen to the disk since the system booted? I know that there is "sar -b", but it gives an average only.

Thank you
3 REPLIES 3
harry d brown jr
Honored Contributor

Re: disk read/writen

glance/measureware - purchase it from HP

http://www.managementsoftware.hp.com/products/gppak2k/index.html

live free or die
harry d brown jr
Live Free or Die
baiju_3
Esteemed Contributor

Re: disk read/writen


Hi,

For my knowledge , there is no commnad which will give you the status .

Sar will give you the current status , sar does not keep any old records .


try Prefview , you may find a similar metrix.


Thanks,
BL.
Good things Just Got better (Plz,not stolen from advertisement -:) )
Bob Smith_23
Advisor

Re: disk read/writen

In measureware:

GBL_DISK_PHYS_BYTE metric, and other associated IO count metrics (GBL_PHYS_READ, etc.)

However, there is no guarantee that the counts are accurate since the last system boot since the amount of data stored in the measureware log files is controlled by the megabyte parametre set in the /var/opt/perf/parm file.

The log files are circular and when the size limit is reached, the oldest data is removed.