1825711 Members
3088 Online
109686 Solutions
New Discussion

sar tools

 
常有慈悲心
Regular Advisor

sar tools

Who know how can convert the datas collected by the sar to the graph?

Thanks
8 REPLIES 8
malay boy
Trusted Contributor

Re: sar tools

well,you could used excel.Which are a lot of job to be done.

The proper tool to plot the graph is perfview.It have graph,history and all the thing you need to do performance tuning...

Using sar,good luck ..

regards
mB
There are three person in my team-Me ,myself and I.
Steven E. Protter
Exalted Contributor

Re: sar tools

That's what glance is for.

Take a look at procura's back posts and profile. He's got some programs that convert data into graphs.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sunil Sharma_1
Honored Contributor

Re: sar tools

Hi,

You can use MS excel.

It;s tedious Job to insert sar data in Excel but it will give good graphs.

Sunil
*** Dream as if you'll live forever. Live as if you'll die today ***
Mark Greene_1
Honored Contributor

Re: sar tools

You can use this to translate the sar output into comma delimited format for exporting into Excell:

sar |tr -s [:space:]|tr -s " " "," > sardata.out


mark
the future will be a lot like now, only later
Alzhy
Honored Contributor

Re: sar tools

One tool that I highly recommend is RRDtool which is both a Database and Graphing tool. I have just completed a Performance monitoring and capacity planning system entirely based on UNIX tools (sar, uptime, vmstat, iostat, etc..) coupled with RRDtool -- and the results are quite impressive. Highly customisable graphs, easily maintained database and simple deployment. Our databases for each server monitored averages about 80 MB to store up to 5 years worth of performance statistical data. I've developed a client - server program so the monitored server sends perf data records to a repository - server via sockets using a simple perl code. Peformance data is presented via a web interface with graphs contstantly refreshed as data is received from the monitored servers...

RRDtool is at:

http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/

Takes some time to understand but very powerful!
Hakuna Matata.
Alexander M. Ermes
Honored Contributor

Re: sar tools

Hi there.
Try the sarcheck tool ( trial version 30 days free AFAIK ).

http://www.sarcheck.com/hptech.htm

Rgds
Alexander M. Ermes
.. and all these memories are going to vanish like tears in the rain! final words from Rutger Hauer in "Blade Runner"
Stuart Abramson_2
Honored Contributor

Re: sar tools

As someone stated above, if you want graphs, buy PerfView (one copy) and GlancePlus/Pak (one copy on all your clients). It costs money, but it does what you want, it's rigourous, failure resistant, already written, etc... It does a good job.

Stuart
SumitBiswas
New Member

Re: sar tools

After sar report is collected, next step is to visualize the report. For that https://github.com/sumitbiswasgit/sarbox can be used which will help to display numbers into graphs for different categories.