LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   sar file issue with sles 9 2.6.5-7.257-bigsmp (https://www.linuxquestions.org/questions/linux-server-73/sar-file-issue-with-sles-9-2-6-5-7-257-bigsmp-590848/)

vm_devadas 10-10-2007 01:21 PM

sar file issue with sles 9 2.6.5-7.257-bigsmp
 
Hi,

I have a sles 9 server with 2.6.5-7.257-bigsmp kernel

The problem is that I have created a sar output file as
$ sar -o data.file 10 3

The expected output of the below command
$ sar -f data.file
should be like
Linux 2.6.5-7.257-bigsmp (hostname) 10/10/2007

09:31:00 AM CPU %user %nice %system %iowait %idle
09:31:10 AM all 0.31 0.00 2.24 0.82 96.64
09:31:20 AM all 0.10 0.00 0.31 1.22 98.37
09:31:30 AM all 0.00 0.00 0.20 0.51 99.29
Average: all 0.14 0.00 0.92 0.85 98.10

No?, but instead it shows only
Linux 2.6.5-7.257-bigsmp (hostname) 10/10/07

What may be the possible cause for this?
Kindly help me.


All times are GMT -5. The time now is 07:53 PM.