----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15653/#review29151 -----------------------------------------------------------
3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp <https://reviews.apache.org/r/15653/#comment56284> Hey Nik, I see your gist here: https://gist.github.com/nqn/7493244 More interesting than node-wide load average will be the total cpu time for the master, can we expose the same cpu time information as what we do in ProcessIsolator::usage instead of the load average? - Ben Mahler On Nov. 19, 2013, 11:08 p.m., Niklas Nielsen wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/15653/ > ----------------------------------------------------------- > > (Updated Nov. 19, 2013, 11:08 p.m.) > > > Review request for mesos, Benjamin Hindman, Ben Mahler, and Vinod Kone. > > > Repository: mesos-git > > > Description > ------- > > This patch includes a wrapper to get system load averages in uptime(1) > format. This is used by an upcoming patch which expose these averages > over master and slave stats.json endpoints. > > > Diffs > ----- > > 3rdparty/libprocess/3rdparty/stout/include/stout/os.hpp f6bbf5e > > Diff: https://reviews.apache.org/r/15653/diff/ > > > Testing > ------- > > make check and functional testing with endpoints. > > > Thanks, > > Niklas Nielsen > >
