A tiny experimental monitoring tingy that monitors a client applications CPU usage and sends the gathered information to a server.
$ pip install psutil
$ pip install bottle
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.