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

Function sectors

src/linux/cgroups.cpp:2003–2011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2001
2002
2003Try<vector<Value>> sectors(
2004 const string& hierarchy,
2005 const string& cgroup)
2006{
2007 return readEntries(
2008 hierarchy,
2009 cgroup,
2010 "blkio.sectors");
2011}
2012
2013
2014Try<vector<Value>> sectors_recursive(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected