Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 855 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 855 Bytes

PPAmetrics

An easy way to monitor your server.

alt tag

Initial setup

For Ubuntu servers

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.

Other distributions

For other distribution, please install pip and psutil packages on your server.

Linking your server to PPAmetrics

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&