SelfTrack is a Python application, that runs in the background of your Linux box (sorry, no Windows or OS X) and pushes a few metrics to Cosm.
- Number of browser tabs (Firefox only)
- loadavg
- CPU temperature
- Number of running processes
- Used memory
- Used swap space
- Copy
config.py.example
toconfig.py
. - Create Cosm account (if applicable) and a new feed.
- Enter an API key, the feed ID and the location of your
sessionstore.js
(for browser tabs) inconfig.py
. - Run
python selftrack.py &
.
Take a look at https://cosm.com/feeds/63631
Licensed under MIT license. See LICENSE for details.