setting up a multiple server load script
I'm not sure exactly what forum this belongs in, so if this is wrong, sorry and feel free to move.I'm trying to setup one page that will give me the server load averages of multiple servers. I didn't think it'd be that hard but i can't figure something out.
We all know that system("uptime") in a php script will bring up the uptime and server averages, which is great. However it'll only do it for THAT server.
I imagine a script would have to be placed on each server, that's no problem, but what would be in that script? And what would be in the script that's located at the page I view, that calls all those server and asks "what's the load bub?"
Thanks in advance.