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

Method usage

src/slave/containerizer/mesos/isolator_tracker.cpp:120–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118
119
120Future<ResourceStatistics> IsolatorTracker::usage(
121 const ContainerID& containerId)
122{
123 return tracker->track(
124 isolator->usage(containerId),
125 strings::format("%s::usage", isolatorName).get(),
126 COMPONENT_NAME_CONTAINERIZER,
127 {{"containerId", stringify(containerId)}});
128}
129
130
131Future<ContainerStatus> IsolatorTracker::status(

Callers

nothing calls this directly

Calls 4

formatFunction · 0.85
trackMethod · 0.80
stringifyFunction · 0.50
getMethod · 0.45

Tested by

no test coverage detected