Crates.io | sysinfo-http |
lib.rs | sysinfo-http |
version | 0.0.3 |
source | src |
created_at | 2023-06-29 16:14:15.411911 |
updated_at | 2023-07-04 07:57:12.873253 |
description | HTTP server to get system information |
homepage | https://github.com/rainbowflesh/sysinfo-http |
repository | https://github.com/rainbowflesh/sysinfo-http |
max_upload_size | |
id | 903430 |
size | 117,639 |
sysinfo-http
used to get a system's information through http.
It currently supports the following OSes (alphabetically sorted):
You can still run a sysinfo-http
server on non-supported OSes, it'll simply do nothing and always return
empty values. You can check in your browser directly if an OS is supported by run the server then:
curl -X GET '127.0.0.1:8000/support'
The minimum-supported version of rustc
is 1.59.
cargo install sysinfo-http
sysinfo-http --help
See API.md
git clone https://github.com/rainbowflesh/sysinfo-http.git
cd sysinfo-info
cargo build
cargo run -- --help
cargo test
# or use nextest
cargo nextest run --no-capture
WIP