Skip to content

Watch cpu load, ram usage, hdd usage and some more stuff on your website

Notifications You must be signed in to change notification settings

MichaelBelgium/VPS-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VPS Resource Monitor

A very simple, single monitoring page that fetches real-time info about your system. Does not save history.

What does it show ?

  • 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

Dependencies

These dependencies are required but already included.

  • Highcharts

Compatibility

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.

Configuration

This is located in the script.js

var refresh_time = 3; //every x seconds the page get refreshed

Example

If you want you can have yours below too. Just do a pull request and i'll merge it with pleasure.

Image