Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ io_queued
Function
io_queued
src/linux/cgroups.cpp:2047–2055 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2045
2046
2047
Try<vector<Value>> io_queued(
2048
const string& hierarchy,
2049
const string& cgroup)
2050
{
2051
return readEntries(
2052
hierarchy,
2053
cgroup,
2054
"blkio.io_queued"
);
2055
}
2056
2057
2058
Try<vector<Value>> io_queued_recursive(
Callers
1
usage
Method · 0.85
Calls
1
readEntries
Function · 0.85
Tested by
no test coverage detected