My organization uses a home-brew script to log (cron + prstat + vmstat + ps) system performance. Every quarter we use a huge python script to parse and feed the data to gnuplot to create graphs for performance evaluation meetings.
The scripts have been patched and modified numerous times over the years and have become unmaintainable. Before starting out from scratch again I was wondering if there are existing software solutions which logs data realtime and creates performance graphs over a specified timeperiod. Do you have any recommendations?
Thanks in advance!
The scripts have been patched and modified numerous times over the years and have become unmaintainable. Before starting out from scratch again I was wondering if there are existing software solutions which logs data realtime and creates performance graphs over a specified timeperiod. Do you have any recommendations?
Thanks in advance!