sysinfo
sysinfo copied to clipboard
Cross-platform library to fetch system information
Hi I tried using `sysinfo` crate (version = "0.22.5") for getting system information in a rust project. When running the code with [address sanitiser ](https://doc.rust-lang.org/beta/unstable-book/compiler-flags/sanitizer.html) it turns out that the...
Fixes #811. I tested with: ``` RUSTFLAGS=-Zsanitizer=address cargo run -Zbuild-std --target x86_64-apple-darwin --example simple RUSTFLAGS=-Zsanitizer=leak cargo run -Zbuild-std --target x86_64-apple-darwin --example simple ``` @simrankedia: Do you still have the leak...
Hi, I trying to help with this issue #456, and it almost work, but I am a newbie to rust and not familiar with MacOS development. when I run the...
Hello ! Are you willing to support Redox OS ? From the os side, it is not much for yet, but the basic stuff should be doable. I'm willing to...
As expressed in #625, would it be possible to improve support for NetBSD? I'm willing to help as much as possible to get this rolling. Cheers!
Hey Guillaume, Recent versions of docker, and by extension Kubernetes, name their containers based on the directory name of the cgroup they are assigned. That information can be found in...
please add a flag to add basic serde sterilization support
Will there be any support for network speed and disk IO speed?
In sysinfo example the process environment, the command, the executable, the current working directory, and the root path are empty on Windows 7. For example, Steam process: - sysinfo example...
On linux, it is in `/proc/[pid]/net/dev`. On OSX, [to be determined...]. On windows: https://stackoverflow.com/questions/44689482/how-to-monitor-process-network-usage-under-windows.