Hello!
On Thu, May 22, 2014 at 8:29 AM, nandez darras wrote:
> Sorry, last question. Is it possible to count how many active connection on backend server ? Thank you.
>
Well, I think such requirements can be easily fulfilled by external
tools like netstat. Just filter out the connections to the endpoints
you're interested in *and* in the ESTABLISHED state, and then count
the lines with the "wc" utility.
Regards,
-agentzh