Server statistics php script?

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

  • CPU utilization
  • Network boot
  • Temperature
  • I / O
  • RAM
  • etc.

Any suggestions?

Thanks,

Dennis

+4
source share
2 answers

phpSysInfo is suitable for this.

+10
source

These scripts are good:

  • phpSysInfo : a custom PHP script that beautifully displays information about your system.
  • eZ Server Monitor : A lightweight and simple dashboard monitor for Linux.
  • PHP Server Monitor : a script that checks if your websites and servers are working.

These scripts are FOSS .

0
source

Source: https://habr.com/ru/post/1333662/


All Articles