unicorn Ruby/Rack server user+dev discussion/patches/pulls/bugs/help
 help / color / mirror / code / Atom feed
* [ANN] raindrops updates (mainly for Linux users)
@ 2011-03-18 18:09 Eric Wong
  2011-03-23 18:12 ` Troex Nevelin
  0 siblings, 1 reply; 4+ messages in thread
From: Eric Wong @ 2011-03-18 18:09 UTC (permalink / raw)
  To: mongrel-unicorn, rainbows-talk

I figured I should cross post here.  raindrops (listen queue stats
package for Unicorn/Rainbows!) has gotten some largish updates over the
past few weeks:

raindrops 0.5.0 release announcement:
  http://mid.gmane.org/20110317033547.GA30653@dcvr.yhbt.net

demo site changes (will probably be in 0.6.0 soon):
  http://mid.gmane.org/20110318094637.GA3526@dcvr.yhbt.net

Feedback would be greatly appreciated (either here or
raindrops@librelist.com).  There are no backwards-incompatible changes
for existing users as far as I'm aware of.

Thanks for reading!

-- 
Eric Wong
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] raindrops updates (mainly for Linux users)
  2011-03-18 18:09 [ANN] raindrops updates (mainly for Linux users) Eric Wong
@ 2011-03-23 18:12 ` Troex Nevelin
  2011-03-23 19:27   ` Troex Nevelin
  2011-03-23 22:26   ` Eric Wong
  0 siblings, 2 replies; 4+ messages in thread
From: Troex Nevelin @ 2011-03-23 18:12 UTC (permalink / raw)
  To: unicorn list

On 03/18/2011 09:09 PM, Eric Wong wrote:
> I figured I should cross post here.  raindrops (listen queue stats
> package for Unicorn/Rainbows!) has gotten some largish updates over the
> past few weeks:
>
> raindrops 0.5.0 release announcement:
>    http://mid.gmane.org/20110317033547.GA30653@dcvr.yhbt.net
>
> demo site changes (will probably be in 0.6.0 soon):
>    http://mid.gmane.org/20110318094637.GA3526@dcvr.yhbt.net
>
> Feedback would be greatly appreciated (either here or
> raindrops@librelist.com).  There are no backwards-incompatible changes
> for existing users as far as I'm aware of.

This update is really great! Now we can see 'Mean' users awaiting for 
their requests to be served - this information is very useful, because 
we now can calculate avarage wait time for each request.

For example we know that an average request time is 0.15 sec, than if 
our mean queue is 32 requests, each request will be served in 
(32+1)*0.15=4.95 seconds. This information is very useful and even 
NewRelics cannot provide it.

I'm going to build graphs for this data. You can see live stats for 700k 
request per day project running on 2x Xeon E5410 2.33 Ghz (4 cores each):

http://kinokopilka.tv:9292/queued/%2Fvar%2Fwww%2Fkk%2Fcurrent%2Ftmp%2Fsockets%2Funicorn.sock.html
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] raindrops updates (mainly for Linux users)
  2011-03-23 18:12 ` Troex Nevelin
@ 2011-03-23 19:27   ` Troex Nevelin
  2011-03-23 22:26   ` Eric Wong
  1 sibling, 0 replies; 4+ messages in thread
From: Troex Nevelin @ 2011-03-23 19:27 UTC (permalink / raw)
  To: mongrel-unicorn

On 03/23/2011 09:12 PM, Troex Nevelin wrote:
> For example we know that an average response time is 0.15 sec, than if 
> our mean queue is 32 requests, each request will be served in 
> (32+1)*0.15=4.95 seconds.

Probably it should be:
((mean_queue + 1) * avg_response_time) / workers 

so in my example it would be:
((32 + 1) * 0.15) / 8 =~ 0.62 sec
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ANN] raindrops updates (mainly for Linux users)
  2011-03-23 18:12 ` Troex Nevelin
  2011-03-23 19:27   ` Troex Nevelin
@ 2011-03-23 22:26   ` Eric Wong
  1 sibling, 0 replies; 4+ messages in thread
From: Eric Wong @ 2011-03-23 22:26 UTC (permalink / raw)
  To: unicorn list

Troex Nevelin <list@mrtech.ru> wrote:
> This update is really great!

Awesome, your feedback is much appreciated.   I'll forward a link to
your posts to the raindrops list.

-- 
Eric Wong
_______________________________________________
Unicorn mailing list - mongrel-unicorn@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-unicorn
Do not quote signatures (like this one) or top post when replying


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-03-24  0:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-18 18:09 [ANN] raindrops updates (mainly for Linux users) Eric Wong
2011-03-23 18:12 ` Troex Nevelin
2011-03-23 19:27   ` Troex Nevelin
2011-03-23 22:26   ` Eric Wong

Code repositories for project(s) associated with this public inbox

	https://yhbt.net/unicorn.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).