| 2067 | |
| 2068 | |
| 2069 | Try<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 | |
| 2080 | Try<vector<Value>> io_service_bytes_recursive( |