I wanted to look at some particular performance numbers for netty and have looked over the various links in the related articles section on the netty website.
But most of them talk about the number of simultaneous connections to a netty server and not about the data transfer rate or something similar which I wish to look over.
Also , any performance numbers specifically for a netty websocket server ? (I understand it may depend on the websocket protocol used as well to some extent , is it ?)
If someone has done some work / seen some links on the web in any of the 2 areas , could they please share some data numbers / insights ?
You can run the AutoBahn tests against Netty. It includes some performance tests.
For instructions, see here for netty 4 and here for netty 3.