valpackett / systemstat

Rust library for getting system information | also on https://codeberg.org/valpackett/systemstat
https://crates.io/crates/systemstat
The Unlicense
616 stars 71 forks source link

CPU temp: Not supported #121

Closed lumenier1 closed 1 year ago

lumenier1 commented 1 year ago

I just wanted to test the CPU temperature function but for some reason it doesn't work.

Macbook Pro Mac OS 10.15.7 rustc 1.72.0 (5680fa18f 2023-08-23) cargo 1.72.0 (103a7ff2e 2023-08-15)

Result of cargo run --example info:

image

valpackett commented 1 year ago

Thanks for your interest. Well, "not supported" is what it is… Should actually be clarified to "not implemented".

PRs welcome; I don't currently even have access to a Mac to try to work on that myself.