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

Function io_queued_recursive

src/linux/cgroups.cpp:2058–2066  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2056
2057
2058Try<vector<Value>> io_queued_recursive(
2059 const string& hierarchy,
2060 const string& cgroup)
2061{
2062 return readEntries(
2063 hierarchy,
2064 cgroup,
2065 "blkio.io_queued_recursive");
2066}
2067
2068
2069Try<vector<Value>> io_service_bytes(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected