-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/11641/
-----------------------------------------------------------
(Updated June 7, 2013, 9:49 p.m.)
Review request for mesos, Benjamin Hindman and Vinod Kone.
Changes
-------
This now preserves the old usage.json functionality, and adds a statistics.json
with the new stats. Notably, we no longer export cpu_usage (since the 5 second
interval was arbitrary).
Summary (updated)
-----------------
Added a new 'statistics.json' endpoint to the ResourceMonitor, this deprecates
the old usage.json endpoint.
Description (updated)
-------
This is v2 of the monitoring statistics, added with a new 'statistics.json'
endpoint.
The 'usage.json' endpoint is now deprecated, and will be removed at a later
point.
This addresses bugs MESOS-432 and MESOS-472.
https://issues.apache.org/jira/browse/MESOS-432
https://issues.apache.org/jira/browse/MESOS-472
Diffs (updated)
-----
include/mesos/mesos.proto ece6559e4c8a3e943833be27c5fb0f02910d2d20
src/slave/cgroups_isolator.hpp 7b8270d0b0f94a71da12bc123d39b44c40c3f7ed
src/slave/cgroups_isolator.cpp 9b3a3a5dfec27a119fdd47a88f016e21470eb88d
src/slave/monitor.hpp 8770dc09681eae111a6e9e571e7e292fc5c1c188
src/slave/monitor.cpp 5de1c15c78194ab9ec49c30b9abfb9a6d3e16344
src/slave/process_isolator.hpp 9875f4a6e8e109e31ad390fbd7a84d03ad747190
src/slave/process_isolator.cpp d4f7b7603452e7226189899aca7e3c94e537829f
src/tests/isolator_tests.cpp aae8b2f78d6a2d5e4e3f31cce4380ef5197f4f5d
src/tests/monitor_tests.cpp 53920a0d7bdc69071b64c8d315c008d501e27777
Diff: https://reviews.apache.org/r/11641/diff/
Testing
-------
Updated the tests, make check on OSX and Linux.
Thanks,
Ben Mahler