I have a VPS for a couple of side projects and testing and I would really like to monitor what's going on with it. Right now im using chartbeat to know how many users are at each website and my provider(wiredtree) have a dashboard where i can check out some of the resources almost in real time. But those 2 tools don't allow me(as a developer) to get information from them to create tools or widgets (or even hardware) that use that information to display something.
I started working on a weekend project to have some leds illuminate in different colors depending on the amount of visitors one of my website is getting, so i mad a simple javascript snippet that is pinging a web service that records that information and then I have a script to another web service that tells me the amount of user that are currently in my site. So after reading some of the questions here i decided to ask; Am i doing something unnecessary? is there any simple tool that would allow me to know those(and more) information?