Crate procinfo [] [src]

Structs

LoadAvg

System load and task statistics.

Statm

Provides information about memory usage, as measured in pages.

Status

Provides status information for a process.

Enums

SeccompMode

The Secure Computing state of a process.

State

The state of a process.

Functions

loadavg

Returns the system load average.

statm

Returns memory status information for the process with the provided pid.

statm_self

Returns memory status information for the current process.

status

Returns memory status information for the process with the provided pid.

status_self

Returns memory status information for the current process.