Problem :
isag
in an “Interactive System Activity Grapher” that “displays the system activity data stored in a binary data file by a previous sar
“.
How do I view the data stored by sar
in ASCII on a Linux console?
Solution :
If you have sar
you probably have gnuplot
which
- supports ASCII output. (Example 2)
- can be used with
sar
. (Example 2)