Results 1 to 3 of 3

Thread: SAR report

  1. #1
    sanjeev is offline Newbie
    Join Date
    Feb 2009
    Posts
    8

    SAR report

    Hello,

    How do we check the SAR report from the log file? There are data in /var/sar directory.

  2. #2
    gplasky is offline Newbie
    Join Date
    Jul 2009
    Location
    Southern California
    Posts
    1
    Sanjeev,

    Sysstat stores log files up to a month previous from the current day. To view a log file from a particular day, you simply pass the path to the file with the -f switch. So to view the CPU data for the 6th of the month:

    Code:
    sar -u -f /var/log/sa/sa06

  3. #3
    sanjeev is offline Newbie
    Join Date
    Feb 2009
    Posts
    8
    Thanks a lot. It helps a lot. One of our server is going down in certain time at the time iowait is very high at the time. Do you thing problem with the disk ? Most of the data we are writing into SAN disk.

    Thank in advance.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •