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

link|improve this question

I don't know if there is a general script doing the job. But I guess it would depend to the operating system. On what system is the server running? – Simon Dec 29 '10 at 12:00
feedback

1 Answer

up vote 5 down vote accepted

phpSysInfo is good for this.

link|improve this answer
good try, how about temperature ? – ajreal Dec 29 '10 at 12:02
@ajreal It seems to have some temperatures in the demo. – jensgram Dec 29 '10 at 12:06
great tool, thanks – St.Woland Dec 29 '10 at 12:07
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.