public class CpuAcct extends Object implements CpuAcctMXBean
| Constructor and Description |
|---|
CpuAcct() |
| Modifier and Type | Method and Description |
|---|---|
LongCompositeData |
getStat() |
long |
getUsage() |
long |
getUsageSys() |
long |
getUsageUser() |
public long getUsage()
getUsage in interface CpuAcctMXBeanpublic long getUsageSys()
getUsageSys in interface CpuAcctMXBeanpublic long getUsageUser()
getUsageUser in interface CpuAcctMXBeanpublic LongCompositeData getStat()
getStat in interface CpuAcctMXBeanCopyright © 2020. All rights reserved.