• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Unix host performance logging and graphing software

azel

Member
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!
 
MRTG might work...or rrdtools could do it. Look into what ntop does with RRD, and you might be able to create an RRD tool that would do a similar thing.
 
Back
Top