Create README.md
This commit is contained in:
parent
468a7c37b0
commit
99142b6900
1 changed files with 28 additions and 0 deletions
28
README.md
Normal file
28
README.md
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# MetricsAPI
|
||||
Lightweight Flask API for Linux monitoring
|
||||
|
||||
## Overview
|
||||
MetricsAPI is an extremely lightweight API built with Flask that I created to monitor my home server setup. Personally, I display these metrics on a Rainmeter dashboard, but you can choose to create anything you like.
|
||||
|
||||
### Features
|
||||
- Lightweight
|
||||
- Status webpage
|
||||
- Per-core and packaged CPU metrics
|
||||
- Model name
|
||||
- Address sizes
|
||||
- Processor speed
|
||||
- User, system, idle, etc. load measures.
|
||||
- Temperature data
|
||||
- CPU
|
||||
- Motherboard
|
||||
- ... and more (depends on your machine)
|
||||
- Volume information
|
||||
- Space remaining
|
||||
- Read/written
|
||||
- Read/write per second
|
||||
- IP addresses
|
||||
|
||||
### Future Work
|
||||
- Network up/down
|
||||
|
||||
## Installation
|
||||
Loading…
Add table
Add a link
Reference in a new issue