Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 806 Bytes

README.md

File metadata and controls

36 lines (27 loc) · 806 Bytes

Client Application Monitor

A tiny experimental monitoring tingy that monitors a client applications CPU usage and sends the gathered information to a server.

Screenshot

Screenshot

Dependencies

$ pip install psutil
$ pip install bottle

Usage?

Run the db setup script:

python dbsetup.py

Launch the server: (and browse to http://localhost:1337/)

python server.py

and finally launch the client

python client.py -n "skype"

where -n is simply the process name you want to monitor i.e "skype", "Dropbox", "Spotify" or whatever application you want to monitor.