Sudden performance drop

Norman Maurer norman.maurer at googlemail.com
Thu Oct 20 13:46:24 EDT 2011


Have you checked the memory usage / garbage collections ?

This sounds a bit like its busy to do GC...

Bye,
Norman


2011/10/20 philmes <phil at digitalcontortions.net>:
> Hi,
>
> I'm writing an orchestration server using Netty. I've implemented basic HTTP
> proxy support, but when testing performance hit a weird problem.
>
> For the first 14,000 requests I get performance in the region of ~4000
> requests a second. After 14,000 requests, performance drops off a cliff. I
> get ~400 requests a second subsequently.
>
> Performance only returns to normal once I restart the app.
>
> Everything is driven using futures - I'm not using .await() anywhere.
>
> Does anyone have suggestions for what to investigate?
>
> Phil.
>
>
>
> --
> View this message in context: http://netty-forums-and-mailing-lists.685743.n2.nabble.com/Sudden-performance-drop-tp6914062p6914062.html
> Sent from the Netty User Group mailing list archive at Nabble.com.
> _______________________________________________
> netty-users mailing list
> netty-users at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/netty-users
>


More information about the netty-users mailing list