Module procinfo::pid [] [src]

Process-specific information from /proc/[pid]/.

Structs

Stat

Process status information.

Statm

Process memory usage information.

Status

Process status information.

Enums

SeccompMode

The Secure Computing state of a process.

State

The state of a process.

Functions

cwd

Gets path of current working directory for the process with the provided pid.

cwd_self

Gets path of current working directory for the current process.

stat

Returns status information for the process with the provided pid.

stat_self

Returns status information for the current process.

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.