Web Hosting Talk







View Full Version : Capture system info via php


orionboji
02-15-2007, 07:53 AM
Hello to all, I need of help, I want capture this system info in my dedicate
d server (debian) via php:

- CPU name
- Network usage (Or monthly bandwidth or ethernet total)
- Memory usage (RAM total and currently usage)

How can I capture this?

Thanks to all.

Best regards,
Mike

vx|brian
02-15-2007, 07:54 AM
You might want to check out PHPSysInfo's code (http://phpsysinfo.sourceforge.net/) -- I'm sure it'll help. :)