mPanel (MammothVPS's customer control panel) records performance statistics about each VPS (including CPU and network activity) and plots them in graph form to provide customers with insight into the performance of their VPS over time.
In order for VPS memory usage/utilisation information to be recorded, each individual VPS being monitored must have the mPanel Memory Graph application installed.
The application is a light weight service on Windows VPSs, and a scheduled cron job on Linux VPSs.
The mPanel Memory Graph application must be installed on your VPS (not on your personal computer) in order to periodically provide mPanel with your VPS's current memory usage information.
You may check to see whether the mPanel Memory Graph service is already installed by visiting the Performance Statistics page for your VPS and checking whether Memory Usage information has been made available.
You will need to first download and install the .Net 2.0 Framework from Microsoft's website, and then click on Retry or re-run the installation process.
sudo yum update sudo yum install python
sudo apt-get update sudo apt-get install python
wget http://content.MammothVPS.com.au/media/5131/mpanel-memory-graph.tar.gz
sudo tar xfv mpanel-memory-graph.tar.gz -C /
rm mpanel-memory-graph.tar.gz
sudo rm /etc/cron.d/mpanel-memory-graph sudo rm /usr/local/bin/mpanel-memory-graph