|
Apache Mesos
|
Functions | |
| Result< std::string > | cgroup (pid_t pid) |
| Try< Nothing > | shares (const std::string &hierarchy, const std::string &cgroup, uint64_t shares) |
| Try< uint64_t > | shares (const std::string &hierarchy, const std::string &cgroup) |
| Try< Nothing > | cfs_period_us (const std::string &hierarchy, const std::string &cgroup, const Duration &duration) |
| Try< Duration > | cfs_quota_us (const std::string &hierarchy, const std::string &cgroup) |
| Try< Nothing > | cfs_quota_us (const std::string &hierarchy, const std::string &cgroup, const Duration &duration) |
| Try<Nothing> cgroups::cpu::cfs_period_us | ( | const std::string & | hierarchy, |
| const std::string & | cgroup, | ||
| const Duration & | duration | ||
| ) |
| Try<Duration> cgroups::cpu::cfs_quota_us | ( | const std::string & | hierarchy, |
| const std::string & | cgroup | ||
| ) |
| Try<Nothing> cgroups::cpu::cfs_quota_us | ( | const std::string & | hierarchy, |
| const std::string & | cgroup, | ||
| const Duration & | duration | ||
| ) |
| Try<Nothing> cgroups::cpu::shares | ( | const std::string & | hierarchy, |
| const std::string & | cgroup, | ||
| uint64_t | shares | ||
| ) |
| Try<uint64_t> cgroups::cpu::shares | ( | const std::string & | hierarchy, |
| const std::string & | cgroup | ||
| ) |
1.8.5