A very simple, single monitoring page that fetches real-time info about your system. Does not save history.
- RAM usage
- Used
- Cached
- Total
- Free
- HDD usage
- Used
- Total
- Free
- CPU specs
- usage
- cores
- speed
- threads
- System uptime
- Network usage
- amount and size of recieved packets
- amount and size of sent packets
- Operating system
These dependencies are required but already included.
- Highcharts
This php page has been tested on CentOS 7
and Debian 9
There's a chance you might need to edit the getData.php
for your system.
This is located in the script.js
var refresh_time = 3; //every x seconds the page get refreshed
If you want you can have yours below too. Just do a pull request and i'll merge it with pleasure.