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

Function io_service_bytes_recursive

src/linux/cgroups.cpp:2080–2088  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2078
2079
2080Try<vector<Value>> io_service_bytes_recursive(
2081 const string& hierarchy,
2082 const string& cgroup)
2083{
2084 return readEntries(
2085 hierarchy,
2086 cgroup,
2087 "blkio.io_service_bytes_recursive");
2088}
2089
2090
2091Try<vector<Value>> io_service_time(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected