Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 300 Bytes

File metadata and controls

23 lines (15 loc) · 300 Bytes

Machine-stats-app

CC Application that is running as a HTTP server returning the machine's statistics in JSON

This app is using github.com/shirou/gopsutil library

Build

make build-docker

Run

make run-docker

Stop and delete docker container

make stop-docker