|
|
-
OS Independent container monitorRadim Kolar 2012-04-25, 21:49
Currently contained monitor works only on Linux.
Looking at code org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor.ContainerMonitorImpl it seems best to have pluggable processinfotree object instead of ContainerMonitor. ProcfsBasedProcessTree will be pluggable implementation something like resourcecalculatorplugin. |