The followin error message does appear:
java.lang.NumberFormatException: For input string: "all"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:1224)
at java.lang.Float.valueOf(Float.java:388)
at java.lang.Float.(Float.java:489)
at net.atomique.ksar.Linux.Parser.parse(Parser.java:624)
at...
Unable to open files created using "sar -A >file". It will open the file without error but no data is available. Typing the command "sar -A" works thought.
System: CentOS 5.3
Java: 1.6.0_14-b08
Duplicate:
Simply create a file using "sar -A>file" try open it.