[][src]Crate psutil

Process monitoring utilities.

Modules

disk

Load disk informations Author : Adrien Gaillard

network

Load network informations

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.