- Computer Stats in JSON format built with Spring Boot.
- Implementation of OSHI, to view information about the system and hardware in JSON format.
- Such as OS, processes, memory, CPU, disks, devices, sensors, etc.
- Support for Linux, Windows and macOS.
- http://localhost:8088/api/computer
- http://localhost:8088/api/single/{items}
- http://localhost:8088/api/single/cpu,os,system,mem,sensor,filesystem,disk,processlist,network
- ./mvnw spring-boot:run
- ./mvnw clean package
- java -jar computerstats-0.0.2-SNAPSHOT.jar