|
I made a python script that creates a web server with an API to get system information from CPU, temp etc...
API routes(<ip>:8000/route):
- /allinfo – Shows all info
- /cpuinfo – Shows all information of CPU(Nº cores, arquitecture, etc...)
- /meminfo – Shwos all RAM info(RAM available, in use, paginated, etc...)
- /sysinfo – Shows system information(Distro, time, kernel version, etc...)
- /systemp – Shows temperature of all sensors in the machine.
You can get the script in my gist
https://gist.github.com/Kurobyte/155cd5b293d3df090cac
|
|