-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/17325/
-----------------------------------------------------------
Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone.
Bugs: MESOS-581
https://issues.apache.org/jira/browse/MESOS-581
Repository: mesos-git
Description
-------
Skipped #16631 and let this RR take over.
This patch adds a /system HTTP handler to libprocess for node/system centric
metrics and tracing.
The first metric exposed is average system load (usual uptime(1) style;1, 5 and
15 minutes averages) along with local cpu count. The fields are named
cpus_total, avg_load_XXmin.
Further more, help text should explain fields in /system/stats.json
Diffs
-----
3rdparty/libprocess/Makefile.am 40f01a7
3rdparty/libprocess/include/process/system.hpp PRE-CREATION
3rdparty/libprocess/src/process.cpp bc7a1c5
Diff: https://reviews.apache.org/r/17325/diff/
Testing
-------
make check and functional testing of end-point.
Thanks,
Niklas Nielsen