public class Statistics extends DockerObject implements Serializable
Constructor and Description |
---|
Statistics() |
Modifier and Type | Method and Description |
---|---|
BlkioStatsConfig |
getBlkioStats() |
CpuStatsConfig |
getCpuStats() |
MemoryStatsConfig |
getMemoryStats() |
Map<String,StatisticNetworksConfig> |
getNetwork()
Deprecated.
as of Docker Remote API 1.21, replaced by
getNetworks() |
Map<String,StatisticNetworksConfig> |
getNetworks() |
Long |
getNumProcs() |
PidsStatsConfig |
getPidsStats() |
CpuStatsConfig |
getPreCpuStats()
The cpu statistic of last read, which is used for calculating the cpu usage percent.
|
String |
getPreread() |
String |
getRead() |
getRawValues
public String getRead()
public String getPreread()
@CheckForNull public Map<String,StatisticNetworksConfig> getNetworks()
@Deprecated public Map<String,StatisticNetworksConfig> getNetwork()
getNetworks()
public CpuStatsConfig getCpuStats()
public Long getNumProcs()
public CpuStatsConfig getPreCpuStats()
getCpuStats()
.public MemoryStatsConfig getMemoryStats()
public BlkioStatsConfig getBlkioStats()
public PidsStatsConfig getPidsStats()
Copyright © 2025. All rights reserved.