Re-exports§
pub use self::compute::available_parallelism;pub use self::usage::statm;pub use self::usage::thread_usage;pub use self::usage::usage;pub use self::limits::*;
Modules§
- compute
- System utilities related to compute/processing
- limits
- storage
- System utilities related to devices/peripherals
- usage
Enums§
Functions§
- current_
exe - Return a possibly corrected std::env::current_exe() even if the path is marked deleted.
- current_
exe_ deleted - Determine if the server’s executable was removed or replaced. This is a specific check; useful for successful restarts. May not be available or accurate on all platforms; defaults to false.
- get_
socket_ family - uevent_
find - Parse the
KEY=VALUEcontents of aueventfile searching forkeyand returning thevalue.