LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   why sar command not running? (https://www.linuxquestions.org/questions/linux-newbie-8/why-sar-command-not-running-701859/)

your_shadow03 02-03-2009 04:32 AM

why sar command not running?
 
I recently installed sysstat package but when I attempt to run sar command it throws error:
Code:

[root@pe ~]# sar
Cannot open /var/log/sa/sa03: No such file or directory
[root@pe ~]#

Why is it not working?

stress_junkie 02-03-2009 07:05 AM

Put a time interval and count following the sar command.
Code:

sar 1 20

your_shadow03 02-05-2009 12:29 AM

Thanks


All times are GMT -5. The time now is 09:56 PM.