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

Class Stats

src/linux/cgroups.hpp:724–728  ·  view source on GitHub ↗

Encapsulates the 'stat' information exposed by the cpuacct subsystem.

Source from the content-addressed store, hash-verified

722
723// Encapsulates the 'stat' information exposed by the cpuacct subsystem.
724struct Stats
725{
726 const Duration user;
727 const Duration system;
728};
729
730
731// Returns 'Stats' for a given hierarchy and cgroup. This function

Callers 1

statFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected