4

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

FLX
  • 4,634
  • 14
  • 47
  • 60
  • 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
  • You can ask questions about that in the [Stackoverflow chat rooms](http://chat.stackoverflow.com). But please avoid posting open-ended questions for software recommendations here. – Alex W Aug 02 '16 at 15:44

2 Answers2

11

phpSysInfo is good for this.

atx
  • 4,831
  • 3
  • 26
  • 40
1

These scripts are good:

  • phpSysInfo: a customizable PHP script that displays information about your system nicely.
  • eZ Server Monitor: a lightweight and simple dashboard monitor for Linux.
  • PHP Server Monitor: a script that checks whether your websites and servers are up and running.

These scripts are FOSS.

16ctt1x
  • 321
  • 6
  • 21