Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/mesos
/ io_merged
Function
io_merged
src/linux/cgroups.cpp:2025–2033 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2023
2024
2025
Try<vector<Value>> io_merged(
2026
const string& hierarchy,
2027
const string& cgroup)
2028
{
2029
return readEntries(
2030
hierarchy,
2031
cgroup,
2032
"blkio.io_merged"
);
2033
}
2034
2035
2036
Try<vector<Value>> io_merged_recursive(
Callers
1
usage
Method · 0.85
Calls
1
readEntries
Function · 0.85
Tested by
no test coverage detected