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

Function sectors_recursive

src/linux/cgroups.cpp:2014–2022  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2012
2013
2014Try<vector<Value>> sectors_recursive(
2015 const string& hierarchy,
2016 const string& cgroup)
2017{
2018 return readEntries(
2019 hierarchy,
2020 cgroup,
2021 "blkio.sectors_recursive");
2022}
2023
2024
2025Try<vector<Value>> io_merged(

Callers 1

usageMethod · 0.85

Calls 1

readEntriesFunction · 0.85

Tested by

no test coverage detected