RE: Metric for tasks queued/waiting?

2015-09-24 Thread Aaron Carey
To: user@mesos.apache.org Subject: Re: Metric for tasks queued/waiting? Hi Aaron, You might consider trying to solve the autoscaling problem with Relay, a Python tool I use to solve this problem. Feel free to shoot me an email if you are interested. github.com/sailthru/relay<http://github.

RE: Metric for tasks queued/waiting?

2015-09-23 Thread Aaron Carey
No, I basically had the same question as Jim (but maybe didn't word it so well ;)) I'll have a look at your response there :) From: haosdent [haosd...@gmail.com] Sent: 23 September 2015 10:12 To: user@mesos.apache.org Subject: Re: Metric for tasks queued/waiting

Re: Metric for tasks queued/waiting?

2015-09-23 Thread David Greenberg
;> about it!), I was naively hoping for some sort of knowledge of that back in >>> the Mesos master as we were hoping to have scaling be independent of >>> schedulers. I think this'll need a re-think! >>> >>> Thanks for your help! >>> >>> Aaron

Re: Metric for tasks queued/waiting?

2015-09-23 Thread haosdent
Does /metrics/snapshot not satisfy your requirement? On Wed, Sep 23, 2015 at 4:50 PM, Aaron Carey wrote: > Hi all, > > Is there any way to get a metric of all tasks currently waiting/queued in > Mesos (across all schedulers)? The snapshot metrics seem to cover ever > other kind

Re: Metric for tasks queued/waiting?

2015-09-23 Thread Sharma Podila
>> into using that if you are developing your own scheduler. Or, have your >>>>>> scheduler team pick up Fenzo for autoscaling. >>>>>> >>>>>> Also, note that scaling up is temptingly easy by watching the pending >>>>>> task q