Uses of Class
oshi.driver.linux.proc.DiskStats.IoStat
| Package | Description |
|---|---|
| oshi.driver.linux.proc |
Provides functions to query statistics in the Linux /proc pseudo-filesystem
|
-
Uses of DiskStats.IoStat in oshi.driver.linux.proc
Methods in oshi.driver.linux.proc that return DiskStats.IoStat Modifier and Type Method Description static DiskStats.IoStatDiskStats.IoStat. valueOf(java.lang.String name)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.Methods in oshi.driver.linux.proc that return types with arguments of type DiskStats.IoStat Modifier and Type Method Description static java.util.Map<java.lang.String,java.util.Map<DiskStats.IoStat,java.lang.Long>>DiskStats. getDiskStats()Reads the statistics in/proc/diskstatsand returns the results.