public class ProcDiskStatsParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ProcDiskStatsParser.Data
The /proc/diskstats file displays the I/O statistics of block devices.
|
| Modifier and Type | Field and Description |
|---|---|
static String |
PROC_DISKSTATS_PATH |
| Modifier and Type | Method and Description |
|---|---|
static ProcDiskStatsParser.Data |
get(String device) |
protected static ProcDiskStatsParser.Data |
get(String device,
InputStream procNetDevInputStream) |
public static final String PROC_DISKSTATS_PATH
public static ProcDiskStatsParser.Data get(String device)
protected static ProcDiskStatsParser.Data get(String device, InputStream procNetDevInputStream) throws IOException
IOExceptionCopyright © 2014–2017 Github jjYBdx4IL Projects. All rights reserved.