Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2003
Try<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
2014
Try<vector<Value>> sectors_recursive(
Callers
1
usage
Method · 0.85
Calls
1
readEntries
Function · 0.85
Tested by
no test coverage detected