JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.mandas.docker.client.messages
Interface CpuStats.CpuUsage
Enclosing interface:
CpuStats
@Immutable
public static interface
CpuStats.CpuUsage
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
List
<
Long
>
percpuUsage
()
Long
totalUsage
()
Long
usageInKernelmode
()
Long
usageInUsermode
()
Method Details
totalUsage
Long
totalUsage
()
percpuUsage
List
<
Long
>
percpuUsage
()
usageInKernelmode
Long
usageInKernelmode
()
usageInUsermode
Long
usageInUsermode
()