1836611 Members
1932 Online
110102 Solutions
New Discussion

sar is not opening

 
sachit patil
Regular Advisor

sar is not opening

can't open /var/adm/sa/sa10 message is showing after typing #sar <-|
3 REPLIES 3
Sivakumar TS
Honored Contributor

Re: sar is not opening

Hi,

Please try

#sar -u 1 15

The above will give you the live data.

Just typing the sar would try to open the sar history file which wont be available in the system unless configured. Thats the reason for the above error message.

Regards,

Siva.
Nothing is Impossible !
Peter Godron
Honored Contributor

Re: sar is not opening

Sachit,
for additional info:
man sar

Sivakumar TS
Honored Contributor

Re: sar is not opening

the syntax is

#sar -u

you can use -u for CPU
-d for disk and so on, chek the man page for other options

Regards,

Siva.
Nothing is Impossible !