MCPcopy Create free account
hub / github.com/apache/mesos / usage

Method usage

src/slave/containerizer/docker.cpp:835–842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

833
834
835Future<ResourceStatistics> DockerContainerizer::usage(
836 const ContainerID& containerId)
837{
838 return dispatch(
839 process.get(),
840 &DockerContainerizerProcess::usage,
841 containerId);
842}
843
844
845Future<ContainerStatus> DockerContainerizer::status(

Callers 1

mainFunction · 0.45

Calls 15

FailureClass · 0.85
MegabytesFunction · 0.85
deferFunction · 0.85
atMethod · 0.80
inspectMethod · 0.80
foreachFunction · 0.70
errorMethod · 0.65
dispatchFunction · 0.50
stringifyFunction · 0.50
cpusFunction · 0.50
memoryFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected