Crate psutil [] [src]

Process monitoring utilities.

Modules

pidfile

Contains functions to read and write pidfiles.

process

Read process-specific information from /proc.

system

Read information about the operating system from /proc.

Functions

getpid

Return the PID of the calling process.

getppid

Return the PID of the parent process.

Type Definitions

GID

Type for group identifiers.

PID

Type for process identifiers.

UID

Type for user identifiers.