Re: thermos observer resource monitoring

2015-02-10 Thread Brian Wickman
Interesting -- I hadn't considered per-process stats. Would a cli command like 'thermos top' be sufficient in this case? I'm just wondering if this is an "always on" need or if a stat-a-la-carte solution would work. On Mon, Feb 9, 2015 at 4:47 PM, Steve Niemitz wrote: > While we don't rely on

Re: thermos observer resource monitoring

2015-02-09 Thread Steve Niemitz
While we don't rely on the stats, I do think that they are nice to have. Mesos doesn't export stats down to the per-process level, so we lose some resolution there. That being said, currently we run about 1/2 our jobs in docker, which doesn't have per-process stats in the observer right now, so we

Re: thermos observer resource monitoring

2015-02-09 Thread Zameer Manji
Would removing this also remove the psutil dependency from the observer? On Mon, Feb 9, 2015 at 3:59 PM, Brian Wickman wrote: > Does anybody rely upon the resource monitoring feature in the Thermos > observer UI (the UI on port :1338)? Specifically the cpu/ram/disk columns. > > As far as I know