Expand description
Disks information.
This module is enabled with the disk
feature flag (enabled by default).
Modules§
- os
- OS-specific extension for crate types.
Structs§
- IoCounters
- Disk I/O counters.
- Partition
- Mounted disk partition.
- Usage
- Disk usage statistics.
Enums§
- File
System - Known filesystems.
Functions§
- io_
counters - Returns stream which will yield IO counters for all disks available in system.
- io_
counters_ physical - Returns future which will resolve into IO counters for each physical disk installed on the system.
- partitions
- Returns stream which yields mounted disk Partitions.
- partitions_
physical - Returns stream which yields physical only mounted disk Partitions.
- usage
- Returns disk Usage statistics about the partition which contains the given
path
.
Type Aliases§
- Information
Quantity
type alias using the default base units.- Ratio
Quantity
type alias using the default base units.