torontob Posted October 10, 2011 Share Posted October 10, 2011 Hi everyone, I have a php script that does pings of my network and writes data to MySQL. What is the best tool (open-source/free) out there to use to graph this data. I can work/google my way through PHP but I am not expert so something easy and not much complicated would be appreciated. At the same, I am pinging every minute so I want an accurate and good quality graphs to show on the monitor. This is for a Network Operations Center and eventually will be shown 24/7 on real-time basis. I have seen and like RRDTool graphs but I am wondering what else is available. Currently looking at jpgraph as well but I am not sure if it's made for network data graphics. You can suggest something really simple to start and some more beautiful and feature-rich ones down the list. I highly appreciate expert opinions. Thanks Quote Link to comment https://forums.phpfreaks.com/topic/248831-graphing-tool-for-php-mysql-network-data/ Share on other sites More sharing options...
gristoi Posted October 11, 2011 Share Posted October 11, 2011 Personally, I use mysql workbench. Its developed by the mysql team and has a very handy mysql server administrator section that monitors your mysql traffic in realtime. Quote Link to comment https://forums.phpfreaks.com/topic/248831-graphing-tool-for-php-mysql-network-data/#findComment-1278200 Share on other sites More sharing options...
ManiacDan Posted October 11, 2011 Share Posted October 11, 2011 gristoi, he has DATA in MySQL he wants to graph, he doesn't want to graph his MySQL traffic. torontob, you can certainly use RRD, but I have used JPGraph in the past for this exact solution. -Dan Quote Link to comment https://forums.phpfreaks.com/topic/248831-graphing-tool-for-php-mysql-network-data/#findComment-1278228 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.