Module resource_usage

Source
Expand description

Utilities for getting system resource usage.

Structs§

MemInfo
Memory usage information parsed from ‘/proc/meminfo’. All units are converted to bytes.

Functions§

meminfo
Collects some of the fields from ‘/proc/meminfo’. This function will seek to the start of the file before reading.