Is a tool to get the system stats in a parsable format. The tool is part of the competition with Augusto.
Checkout his solution: gstat
Name des Programms: - cstat - gstat
Das Tool kann mehrere Metriken auf einmal zurückgeben.
- Aktuelle CPU Auslastung
- Gesamtverbrauch aller CPU Kerne in %
- Die nach cpu sortierten Prozesse als Liste
- Aktueller Speicherplatzverbrauch
-used / free in megabyte
- Aktueller RAM Verbrauch
- used / free in megabyte
- Healthchecks mit Latency
- http / https / *ICMP*
- GET /
- *Aktueller Network IO (optional)*
- *Disk IO (optional)*
- JSON Output
- Datum und Uhrzeit im ISO Format
- Single Executable
- Linux
- Wie groß ist das Binary
- Performance von Befehlen
- Cpu Auslastung
- Ram Auslastung
Alphabetische Reihenfolge
-c -h -d // --healtheck=http://example.com --disk --format=json
https://de.wikipedia.org/wiki/Uniform_Resource_Identifier
$ cstat/gstat --cpu --format=json
$ cstat/gstat --metric=disk
$ cstat/gstat --check
cstat/gstat -c -d -i -h https://my-server.com > log.json
curl -X POST -d $(cstat/gstat -c -d -i -h https://my-server.com) https://my-logging.com/logs