Search code examples
phpstatisticsramtemperatureuptime

PHP server statistics script?


I'm not really sure where to put this question (it's not really webapps or superuser) but I'm sure something similar already exists. I'm looking for a php script that gives me detailed info about things such as:

  • CPU load
  • Network load
  • Temperatures
  • I/O
  • RAM
  • etc

Any suggestions?

Thanks,

Dennis


Solution

  • phpSysInfo is good for this.