PHP Network Monitoring
- by Vlad Patrascu
Is there a way that I can monitor the traffic, Upload/Download (separately) using PHP?
I`d like to echo out something like that:
Upload: 523 GB | Download: 25 GB
This should be based on the System Uptime, so if I restart the computer, the count should restart.
Thanks in Advance.