Ruby on Rails Thursday, May 26, 2016

Hi,

I have a server with 20Cores / 40Threads.
I used to have only one website app (rails / unicorn / nginx , 40 workers) on it and everything was working well

recently I added a new website app (rails / unicorn / nginx, 2 workers) and since this, I have much less requests for my first website.

htop stats seems to be normal.

[![enter image description here][1]][1]


 How can I find out where is the bottle neck ? Maybe it is link with network, as my second apps is making external requests ? Or maybe IO access as my second apps is 



 How can I find out where is the bottle neck ? Maybe it is link with network, as my second apps is making external requests ? Or maybe IO access as my second apps is also reading and writting in the ssd disk

thanks

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/c9a0842e-442e-44a3-a567-8eef41f2df13%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment