public class CpuUsage extends Object
| Modifier and Type | Field and Description |
|---|---|
private com.google.common.collect.ImmutableList<Long> |
percpuUsage |
private Long |
totalUsage |
private Long |
usageInKernelmode |
private Long |
usageInUsermode |
| Constructor and Description |
|---|
CpuUsage() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
com.google.common.collect.ImmutableList<Long> |
percpuUsage() |
String |
toString() |
Long |
totalUsage() |
Long |
usageInKernelmode() |
Long |
usageInUsermode() |
private Long totalUsage
private com.google.common.collect.ImmutableList<Long> percpuUsage
private Long usageInKernelmode
private Long usageInUsermode
Copyright © 2016. All rights reserved.