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

Function io_merged_recursive

src/linux/cgroups.cpp:2036–2044  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2034
2035
2036Try<vector<Value>> io_merged_recursive(
2037 const string& hierarchy,
2038 const string& cgroup)
2039{
2040 return readEntries(
2041 hierarchy,
2042 cgroup,
2043 "blkio.io_merged_recursive");
2044}
2045
2046
2047Try<vector<Value>> io_queued(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected