https://github.com/mtulio/system-metrics-python
[TODO] Module to report system metrics using python
https://github.com/mtulio/system-metrics-python
Last synced: 4 months ago
JSON representation
[TODO] Module to report system metrics using python
- Host: GitHub
- URL: https://github.com/mtulio/system-metrics-python
- Owner: mtulio
- Created: 2017-01-04T15:40:25.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-06T03:50:14.000Z (over 9 years ago)
- Last Synced: 2025-10-03T20:51:34.196Z (9 months ago)
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# system-metrics-python
[WIP] Module to get system metrics using python
The idea is that we can get system metrics and show it on stdout or output file. The format could be JSON, YAML or single-line - maybe send it to external system metrics/monitoring like Librato, Grafite, Zabbix.....
Examples of metrics to get:
* OS Network connections (TCP [stablished, timewait, closed,...] UDP)
* OS total of proccess and its attributes (top mem, cpu...)
...