https://github.com/matthazinski/sysstats
System statistics client/server system using RabbitMQ.
https://github.com/matthazinski/sysstats
Last synced: about 2 months ago
JSON representation
System statistics client/server system using RabbitMQ.
- Host: GitHub
- URL: https://github.com/matthazinski/sysstats
- Owner: matthazinski
- Created: 2014-11-02T19:08:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-11-03T01:42:03.000Z (over 10 years ago)
- Last Synced: 2025-02-01T14:37:33.978Z (4 months ago)
- Language: Python
- Size: 354 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ECE 4564, HW 2
Python Raspberry Pi CPU and network load monitoring and statistics apps
using RabbitMQ. A client/server to publish and subscribe to utilization
metrics.### Files in submission
pistatsview.py A client application to subscribe to the RabbitMQ exchange
and print out calculated statistics.pistatsd.py A server that parses system information and /proc and
publishes it to the RabbitMQ 'pi_utilization' exchange.### Dependencies
The following python modules must be present:
- json
- pikaThis application is currently only compatible with python2.
### Usage
To run the client, do:
python2 pistatsview.py -b -c -p -kIf the '-c' flag is not specified, the guest account will be used.
If the '-p' flag is not specified, the root virtualhost will be used.