Apache Mesos
Functions
cgroups::blkio::cfq Namespace Reference

Functions

Try< std::vector< Value > > time (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > time_recursive (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > sectors (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > sectors_recursive (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_merged (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_merged_recursive (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_queued (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_queued_recursive (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_service_bytes (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_service_bytes_recursive (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_service_time (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_service_time_recursive (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_serviced (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_serviced_recursive (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_wait_time (const std::string &hierarchy, const std::string &cgroup)
 
Try< std::vector< Value > > io_wait_time_recursive (const std::string &hierarchy, const std::string &cgroup)
 

Function Documentation

Try<std::vector<Value> > cgroups::blkio::cfq::io_merged ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_merged_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_queued ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_queued_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_service_bytes ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_service_bytes_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_service_time ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_service_time_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_serviced ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_serviced_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_wait_time ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::io_wait_time_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::sectors ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::sectors_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::time ( const std::string &  hierarchy,
const std::string &  cgroup 
)
Try<std::vector<Value> > cgroups::blkio::cfq::time_recursive ( const std::string &  hierarchy,
const std::string &  cgroup 
)