package
0.15.1
Repository: https://github.com/prometheus/procfs.git
Documentation: pkg.go.dev

# Functions

NewDefaultFS returns a new blockdevice fs using the default mountPoints for proc and sys.
NewFS returns a new blockdevice fs using the given mountPoints for proc and sys.

# Structs

BlockQueueStats models the queue files that are located in the sysfs tree for each block device and described in the kernel documentation: https://www.kernel.org/doc/Documentation/block/queue-sysfs.txt https://www.kernel.org/doc/html/latest/block/queue-sysfs.html.
DeviceMapperInfo models the devicemapper files that are located in the sysfs tree for each block device and described in the kernel documentation: https://www.kernel.org/doc/Documentation/ABI/testing/sysfs-block-dm.
Diskstats combines the device Info and IOStats.
FS represents the pseudo-filesystems proc and sys, which provides an interface to kernel data structures.
Info contains identifying information for a block device such as a disk drive.
IOStats models the iostats data described in the kernel documentation.
UnderlyingDevices models the list of devices that this device is built from.