1748066 Members
5251 Online
108758 Solutions
New Discussion юеВ

Re: sar data

 
Wilfred Chau_1
Respected Contributor

sar data

Do ya have any scripts that can convert sar data into a more presentable/portable format? Like a diagram or a html file?
2 REPLIES 2
Madhu Sudhan_1
Respected Contributor

Re: sar data

If you are especially looking at working with sar data, then use the following script.

#sar | tr -s "[ ]" | sed 's/ /,/g' > sar.data
# uuencode sar.data sar.xls | sendmail yourname@yourdomain.com

With this you have , delimited data of sar output which you can use in Excel to create graphs.

This is one way I can think of.

Enjoy !
...Madhu
Think Positive
Anthony Goonetilleke
Esteemed Contributor

Re: sar data

I think the best thing is to use perfview and measureware you can also get a component called pvweb to transfer data to html files
Minimum effort maximum output!