I'm using sar
to collect cpu+i/o+memory usage of some servers.
I want to view these statistics graphically. The only program I've found that does this is isag
, but it's unsatisfactory for these reasons:
- primarily
-
isag
requires data files to be present on the local machine; I want it to be able to ssh into my servers and runsar
there
-
- but also
- the graphs are ugly
- the gui is ugly
-
isag
is unfriendly
Is there a better alternative to isag
(on my primary point at least)?
Or, is there an alternative to sar
for which there is a better graphing tool?
Thanks.
[link] [5 comments]