1827293 Members
2824 Online
109717 Solutions
New Discussion

sar -d

 
fanyong
Occasional Contributor

sar -d

hi,exports

The command "sar -d 5 5" reports nothing
the result is:
14:10:59 device %busy avque r+w/s blks/s avwait avserv
14:11:04
14:11:09
14:11:14
14:11:19
14:11:24
Thanks
4 REPLIES 4
Michael Tully
Honored Contributor

Re: sar -d

Hi,

What O/S version 10.20 11 ?
# uname -a

What patch level are you on?
# swlist -a revision | grep XSWGR

How many disks are in your system?

Gives us something to start with, as there
certainly seems to be a problem with the
'sar' program itself.

-Michael
Anyone for a Mutiny ?
Paula J Frazer-Campbell
Honored Contributor

Re: sar -d

Hi
Try another sar command i.e.

sar -c 5 5

Does that give an output.

Paula
If you can spell SysAdmin then you is one - anon
Anne-Marie LABRUNE
Occasional Contributor

Re: sar -d

Hi,
It seems that, on my systems running HP-UX 11.0, whenever ther is NO activity on disks, 'sar -d' gives no answer...
Try 'iostat 5 5' which seems to be more verbose.
HTH
Animesh Chakraborty
Honored Contributor

Re: sar -d

Hi,
It is normal..
If there is no activity on device it will show blank.
Man page of sar also confirms that
"-d Report activity for each block device, e.g., disk or tape
drive. One line is printed for each device that had
activity during the last interval. If no devices were
active, a blank line is printed."

Hope this is clear
Regards
Animesh
Did you take a backup?