1824516 Members
4118 Online
109672 Solutions
New Discussion юеВ

reading a sar file

 
Mark Harshman_1
Regular Advisor

reading a sar file

help please. I am trying to read a sar file with data in it, to get some disk stats. I do a "sar -d -o sar19" and i get a coredump. the sar19 file exists already. this is on a HPUX11i, rp8400 server. thanks
Never underestimate the power of stupid people in large groups
2 REPLIES 2
Robert-Jan Goossens
Honored Contributor

Re: reading a sar file

Hi,

The -o option created a new logfile, since you allready have that file, sar coredumps. Try the -f option.

-f File Extracts records from File (created by -o File flag). The default value of the File parameter is the current daily data file, the /var/adm/sa/sadd file.

Regards,
Robert-Jan
Mark Harshman_1
Regular Advisor

Re: reading a sar file

actually, i was using the "-f" option...i just mistyped. I still get the coredump. I tried on another file and the same result.
Never underestimate the power of stupid people in large groups