-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
macOS support #3
Comments
I’m a rust rookie but am looking to dive more into it and all of my development is on a Mac these days, so I’m interested to help out here. Could you help me understand what work at a high level needs to be done for this effort? |
@hawkins Thank you for your interest! There are two things that need to be done here:
|
Thanks so much for the detailed response! 😄 I'll start studying the two libraries as well to see if I can help out in supporting macOS under systemstat on the assumption that we'll figure out licensing issues. |
FYI this is what a error[E0609]: no field `meminfo` on type `systemstat::PlatformMemory`
--> /Users/pete/.cargo/registry/src/github.com-1ecc6299db9ec823/hegemon-0.1.0/src/providers/memory.rs:50:50
|
50 | let meminfo = memory.platform_memory.meminfo;
| ^^^^^^^ unknown field
|
= note: available fields are: `active`, `inactive`, `wired`, `cache`, `free`
error[E0609]: no field `meminfo` on type `systemstat::PlatformMemory`
--> /Users/pete/.cargo/registry/src/github.com-1ecc6299db9ec823/hegemon-0.1.0/src/providers/memory.rs:57:66
|
57 | let meminfo = memory.platform_memory.meminfo;
| ^^^^^^^ unknown field
|
= note: available fields are: `active`, `inactive`, `wired`, `cache`, `free`
|
I wasn't able to get anywhere with this last year (obviously and unfortunately 🙁 ), but I heard about this |
No description provided.
The text was updated successfully, but these errors were encountered: