Firstly, run this shell script on your server. In extracted directory, run it using
sh install.sh
It will install pip and then psutil package on your server.
For other distribution, please install pip and psutil packages on your server.
In Memory.py file, update your username to start tracking data from your server after signing up through our app.
uname = 'Your username'
app_secert = 'Your app secret'
Run the python script using the fowllowing command
sudo nohup python Memory.py&