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

Function io_service_bytes

src/linux/cgroups.cpp:2069–2077  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2067
2068
2069Try<vector<Value>> io_service_bytes(
2070 const string& hierarchy,
2071 const string& cgroup)
2072{
2073 return readEntries(
2074 hierarchy,
2075 cgroup,
2076 "blkio.io_service_bytes");
2077}
2078
2079
2080Try<vector<Value>> io_service_bytes_recursive(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected