-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/16631/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, Ross Allen, and Vinod
Kone.
Bugs: MESOS-581
https://issues.apache.org/jira/browse/MESOS-581
Repository: mesos-git
Description
-------
This patch expose average system load (usual uptime(1) style;1, 5 and
15 minutes averages) along with local cpu count. The fields are named
system_cpus, system_load_XXmin mostly to disambiguate from the
cpus_total, cpus_used, ... aggregates in the master/stats.json.
I am open to change the new field naming.
Diffs
-----
src/master/http.cpp d7cd89f
src/slave/http.cpp 1358810
Diff: https://reviews.apache.org/r/16631/diff/
Testing
-------
make check and functional testing of /stats.json endpoints.
Thanks,
Niklas Nielsen