Does PHP have variables which show the servers performance like:
echo $php_cpu;
// outputs current cpu and its percent usage
echo $php_ram;
// outputs total ram and ram being used
and so forth, I mean is there a library out there that allows for server information and data to be passed via php.
This would help tremendously.
Best regards,
Omid S.