I need detect server information like memory usage, CPU usage and other information about server. Is it possible? I make bachelor work - SVG which show graphs, where are this information, but i need detect this information! Thanks!!!
If you can run a server side app that would return the information then using exec() or similar could run this for you and return the results for you to use.