public interface PortableHost
Modifier and Type | Field and Description |
---|---|
static int |
CPU_TIMES_SIZE |
Modifier and Type | Method and Description |
---|---|
long |
getClockTicksPerSecond() |
int |
getCPUCount() |
String |
getCPUModel() |
int[][] |
getCPUUsagePercent() |
long[][] |
getCPUUsageTicks() |
String |
getHostName() |
PortableMemoryStat |
getMemoryStat() |
String |
getOSName() |
String |
getOSVersion() |
long |
getTotalMemory() |
static final int CPU_TIMES_SIZE
String getHostName()
String getOSName()
String getOSVersion()
String getCPUModel()
int getCPUCount()
long getTotalMemory()
long getClockTicksPerSecond()
PortableMemoryStat getMemoryStat()
long[][] getCPUUsageTicks()
int[][] getCPUUsagePercent()
Copyright © 2017. All rights reserved.