You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mesos.apache.org by Jie Yu <yu...@gmail.com> on 2012/07/03 02:05:35 UTC

Re: Review Request: Add basic APIs to use Linux control groups (cgroups).

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/5394/
-----------------------------------------------------------

(Updated July 3, 2012, 12:05 a.m.)


Review request for mesos, Benjamin Hindman and Vinod Kone.


Changes
-------

Refactor the cgroups tests to have two test fixtures.


Description
-------

Add simple utility function to control Linux control groups (cgroups).


Diffs (updated)
-----

  src/Makefile.am 8760f59 
  src/linux/cgroups.hpp PRE-CREATION 
  src/linux/cgroups.cpp PRE-CREATION 
  src/tests/cgroups_tests.cpp PRE-CREATION 

Diff: https://reviews.apache.org/r/5394/diff/


Testing
-------

On Linux machine, make check.

(Root permission required. It is detected automatically, thanks to the gtest hack).


Thanks,

Jie Yu