kSar – an easy sar grapher utility

kSar is an easy to use application for creating graphical reports from your sar daily report. kSar is written in java and it supports generating the report in PDF, HTML, CSV, JPG and PNG formats.

Screenshot

kSar CPU Statistics

kSar CPU Statistics

Sar is a system activity reporting tool which comes with the sysstat rpm package. Sar will collect your system activities every 10 minutes and store in /var/log/sa/saXX where XX is the zero-padded two digit day of month. Once you have sar is ready in your linux system, kSar can read the daily report file generated by sar from /var/log/sa/sarXX and generate the graphical report.

kSar can work in GUI as well as in CLI modes. GUI mode gives you the visualization of sar generated report with customizable easy to read graphs.

The CLI mode gives you the flexibility of reading sar reports from the specified input file and create graphical output in various formats like PDF, HTML or images. The command line interface will be useful if you want to generate a report on daily basis and send it via email using cron job.

kSar supports a variety of platforms like Solaris, Linux, HP-UX, AIX and Mac OS/X

Usage

GUI only :

java -jar kSar-x.x.x.jar

GUI and collect :

java -jar kSar-x.x.x.jar -input /var/log/sa/sarXX

To run kSar on the command line :

java -jar kSar-x.x.x.jar -input /var/log/sa/sarXX -outputPDF today.pdf

kSar can support reading input from different sources like ‘ssh:// or file:// or cmd://’. It can read the input from the output of a command (cmd://) or from a remote host (ssh ://)

Download kSar athttp://ksar.atomique.net/

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>