I apologize if this has been posted already, however I've been reading through many threads and haven't found an answer yet. Just wondering if there is a program like Qstat which can query a server (or list of servers) and output the info into raw format or into a file. Specifically I want something where I can do a command line call in PHP on a *nix box to output the status of my server onto a web page.
Thanks in advance,
qstat will do that for JK2.. just make sure to use the -q3a option. I've been meaning to write a php script that will format the output all pretty. *sigh* One of these days... :)
**UPDATED...
Thanks for the help, all I needed to do was qstat -q3s IP:port .