free tool for data analysis

Associate
Joined
24 May 2011
Posts
216
I have this script I wrote that collects various data (cpu, ram usage) from around 300 servers and writes it to a back end SQL database

Any free tools I can use to analyse the data and create fancy graphs - I know Excel probably has this functionality but not an expert in Excel
 
If you can write scripts and SQL then using Excel should be a shallow learning curve for you.

Are you planning on presenting this information professionally or is this a side project for yourself?
 
If you can write scripts and SQL then using Excel should be a shallow learning curve for you.

Are you planning on presenting this information professionally or is this a side project for yourself?

side project for myself, ideally would like to have a realtime web page with a graph of server usage over a 24 hours period . at moment the web page shows realtime data with the usual resource usage in percentage
 
Back
Top Bottom