Operating System - HP-UX
1833759 Members
2448 Online
110063 Solutions
New Discussion

command help---HP-UX 11.23

 
sheevm
Regular Advisor

command help---HP-UX 11.23

Hi All,

Can someone tell me which command to run to get the following output?

Disk Read / Write Cache Hit Rates
%rcache
%wcache

On the Servers?

Thanks



Server


Umeh811



Umeh812



Umeh813



Umeh814



Umeh815



Umeh816



Umeh817



Umeh818



be good and do good
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: command help---HP-UX 11.23

sar -b 2 2

Man sar for details.
If it ain't broke, I can fix that.
Basheer_2
Trusted Contributor

Re: command help---HP-UX 11.23

for f in Umeh811 Umeh812 Umeh813 Umeh814 Umeh815 Umeh816 Umeh817 Umeh818
do
remsh $f "sar -b 5 5"
done

if you are using ssh, then replace remsh with

ssh username@servername "sar -b 5 5"