Plotix offers simple self-hosted metric graphs
Plotix is a that turns small pieces of numeric data into graphs on a web page. A machine can send data with a simple `curl` command, such as central processor load 60 and load 45, to an address like `localhost:8080/computer-temps`.
Plotix then displays that data as a customizable graph. The includes and a example.
The tool started as a personal way to graph sponsorship numbers, then was redesigned and released publicly over the last two days. The project may be dropped if there is not enough demand.
Key points
- Plotix is a dashboard for graphing numeric metrics.
- Data can be sent with basic `curl` commands.
- It may suit stats such as , load, and job results.
- The provides and a example.
- Future development depends on whether enough people want it.