Uses of Enum Class
oshi.util.driver.linux.proc.DiskStats.IoStat
Packages that use DiskStats.IoStat
Package
Description
Provides non-native Linux driver utilities for querying the
/proc filesystem.-
Uses of DiskStats.IoStat in oshi.util.driver.linux.proc
Subclasses with type arguments of type DiskStats.IoStat in oshi.util.driver.linux.procModifier and TypeClassDescriptionstatic enumEnum corresponding to the fields in the output of/proc/diskstatsMethods in oshi.util.driver.linux.proc that return DiskStats.IoStatModifier and TypeMethodDescriptionstatic DiskStats.IoStatReturns the enum constant of this class with the specified name.static DiskStats.IoStat[]DiskStats.IoStat.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in oshi.util.driver.linux.proc that return types with arguments of type DiskStats.IoStatModifier and TypeMethodDescriptionstatic Map<String, Map<DiskStats.IoStat, Long>> DiskStats.getDiskStats()Reads the statistics in/proc/diskstatsand returns the results.