Skip to content
Michael LiuXin edited this page Mar 8, 2016 · 6 revisions

Performance Detail

4 apache benchmark(ab) clients. conccurency with 128 connections every ab client.

Result: 10,500+ QPS per ab client. total 40,000+ QPS. latency is below 5ms

CPU & Memory

Cpu & Mem

as above. Netty's tcp's accept Bootstrap(one NioEventLoopGroup) has bottleneck of CPU usage (ThreadID 9583)

Clone this wiki locally