Uses of Enum
oshi.driver.linux.proc.DiskStats.IoStat
Package
Description
Provides functions to query statistics in the Linux /proc pseudo-filesystem
-
Uses of DiskStats.IoStat in oshi.driver.linux.proc
Modifier and TypeMethodDescriptionstatic DiskStats.IoStat
Returns the enum constant of this type with the specified name.static DiskStats.IoStat[]
DiskStats.IoStat.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Map<String,
Map<DiskStats.IoStat, Long>> DiskStats.getDiskStats()
Reads the statistics in/proc/diskstats
and returns the results.