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

# Functions

NewDefaultFS returns a new XFS handle using the default proc and sys mountPoints.
NewFS returns a new XFS handle using the given proc and sys mountPoints.
ParseStats parses a Stats from an input io.Reader, using the format found in /proc/fs/xfs/stat.

# Structs

AttributeOperationStats contains statistics regarding manipulation of XFS extended file attributes.
BlockMappingStats contains statistics regarding XFS block maps.
BtreeAllocBlocks2Stats contains statistics on B-Tree v2 allocations.
BtreeAllocContig2Stats contain statistics on B-tree v2 free-space-by-size record operations.
BtreeBlockMap2Stats contain statistics on B-tree v2 block map operations.
BtreeInode2Stats contain statistics on B-tree v2 inode allocations.
BTreeStats contains statistics regarding an XFS internal B-tree.
BufferStats contains statistics regarding XFS read/write I/O buffers.
DebugStats indicate if XFS debugging is enabled.
DirectoryOperationStats contains statistics regarding XFS directory entries.
ExtendedPrecisionStats contains high precision counters used to track the total number of bytes read, written, or flushed, during XFS operations.
ExtentAllocationStats contains statistics regarding XFS extent allocations.
FS represents the pseudo-filesystems proc and sys, which provides an interface to kernel data structures.
InodeClusteringStats contains statistics regarding XFS inode clustering operations.
InodeOperationStats contains statistics regarding XFS inode operations.
LogOperationStats contains statistics regarding the XFS log buffer.
PushAilStats contains statistics on tail-pushing operations.
QuotaManagerStats contain statistics regarding quota processing.
ReadWriteStats contains statistics regarding the number of read and write system calls for XFS filesystems.
Stats contains XFS filesystem runtime statistics, parsed from /proc/fs/xfs/stat.
TransactionStats contains statistics regarding XFS metadata transactions.
VnodeStats contains statistics regarding XFS vnode operations.
XstratStats contains statistics regarding bytes processed by the XFS daemon.