----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63274/ -----------------------------------------------------------
(Updated Nov. 13, 2017, 5:56 p.m.) Review request for mesos, Aaron Wood, Akash Gupta, Jeff Coffler, Jie Yu, John Kordich, Joseph Wu, and Michael Park. Changes ------- Same rename, same reason. Summary (updated) ----------------- Windows: Added `os::get_job_mem` to stout. Repository: mesos Description ------- This function sums the working set size for each process in a job object represented by the PID. The Windows API does not support this directly. Instead, the list of processes in a job object must be obtained, and then for each process, the memory usage must be queried. Diffs (updated) ----- 3rdparty/stout/include/stout/windows/os.hpp 09ddec6d69472cd13b453fe1a77fdbe343fc23c8 Diff: https://reviews.apache.org/r/63274/diff/3/ Changes: https://reviews.apache.org/r/63274/diff/2-3/ Testing ------- Thanks, Andrew Schwartzmeyer
