Difference between revisions of "Ksar"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 1: Line 1:
 +
This article is about getting statistics about past system activity like this:
 +
 +
[[Image:Snapshot-ksar.png]]
 +
 
  [[sar]] -o /tmp/sar.out 1 20
 
  [[sar]] -o /tmp/sar.out 1 20
 
  export LC_ALL=C; sar -A -f /tmp/sar.out >/tmp/sar.out.txt
 
  export LC_ALL=C; sar -A -f /tmp/sar.out >/tmp/sar.out.txt
 
  java -jar kSar.jar -input /tmp/sar.out.txt
 
  java -jar kSar.jar -input /tmp/sar.out.txt
 
[[Image:Snapshot-ksar.png]]
 
  
 
= See also =
 
= See also =
 
* [[gnuplot]]
 
* [[gnuplot]]

Revision as of 09:16, 21 January 2011

This article is about getting statistics about past system activity like this:

Snapshot-ksar.png

sar -o /tmp/sar.out 1 20
export LC_ALL=C; sar -A -f /tmp/sar.out >/tmp/sar.out.txt
java -jar kSar.jar -input /tmp/sar.out.txt

See also