Module sys_metrics::disks[][src]

Disks information

Structs

Disks

Struct containing a disk’ information.

IoStats

Struct containing a disk_io (bytes read/wrtn) information.

Functions

get_iostats

Get basic IoStats (physical and virtual) info for each disks/partitions.

get_iostats_physical

Get basic IoStats (physical) info for each physical disks.

get_partitions

Return a Vec of Disks (physical and virtual) with their minimal informations.

get_partitions_physical

Return a Vec of Disks (physical) with their minimal informations.