Module nix::sys::resource

source ·
Available on crate feature resource only.
Expand description

Configure the process resource limits.

Structs§

  • Output of getrusage with information about resource usage. Some of the fields may be unused in some platforms, and will be always zeroed out. See their manuals for details.

Enums§

Constants§

Functions§

  • Get the current processes resource limits
  • Get usage information for a process, its children or the current thread
  • Set the current processes resource limits

Type Aliases§