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/08/06 20:01:02 UTC

Review Request: Making isolation module resource statistics collectable.

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

Review request for mesos and Benjamin Hindman.


Description
-------

This patch depends on
https://reviews.apache.org/r/5715/

This patch implements the interface ResourceStatisticsCollector in isolation module, provides an implementation in cgroups isolation module.

Also, an end point is added to the slave so that user can get a JSON object through http request to get resource usage information.


Diffs
-----

  src/slave/cgroups_isolation_module.hpp PRE-CREATION 
  src/slave/cgroups_isolation_module.cpp PRE-CREATION 
  src/slave/http.hpp 9801470 
  src/slave/http.cpp 0780e5f 
  src/slave/isolation_module.hpp 4e7bfee 
  src/slave/slave.hpp 56b4ee2 
  src/slave/slave.cpp d2cd62f 

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


Testing
-------

Manual.


Thanks,

Jie Yu