Skip to content

skivis/client-app-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Client-Server experiment for monitoring client application cpu usage

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published