You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by "lexburner (GitHub)" <gi...@apache.org> on 2018/12/10 05:50:27 UTC

[GitHub] [incubator-dubbo] lexburner commented on issue #2738: [Dubb - epoll ] Support epoll

Hi
Here are some benchmark between NioEventLoop and EpollEventLoop, may be helpful to us.
I will complete the full benchmark with multi concurrency this week.

## NioEventLoop

### loop 1

--------------------------
Durations:       60.05s
Requests:        149128
Avg RT:          199.96ms
Max RT:          956.371ms
Min RT:          70.502ms
Error requests:  0
Valid requests:  149128
QPS:             2483.59
--------------------------

### loop 2

--------------------------
Durations:       60.10s
Requests:        167389
Avg RT:          178.01ms
Max RT:          869.573ms
Min RT:          56.505ms
Error requests:  0
Valid requests:  167389
QPS:             2785.27
--------------------------

### loop3

--------------------------
Durations:       60.08s
Requests:        182469
Avg RT:          163.76ms
Max RT:          1596.385ms
Min RT:          56.073ms
Error requests:  0
Valid requests:  182469
QPS:             3037.03
--------------------------

#### loop4

--------------------------
Durations:       60.09s
Requests:        195679
Avg RT:          152.67ms
Max RT:          585.317ms
Min RT:          59.803ms
Error requests:  0
Valid requests:  195679
QPS:             3056.37
--------------------------

## EpollEventLoop

### loop1

--------------------------
Durations:       60.07s
Requests:        186404
Avg RT:          161.60ms
Max RT:          769.791ms
Min RT:          62.629ms
Error requests:  0
Valid requests:  186404
QPS:             3102.88
--------------------------

### loop2

--------------------------
Durations:       60.04s
Requests:        188606
Avg RT:          158.21ms
Max RT:          402.622ms
Min RT:          56.726ms
Error requests:  0
Valid requests:  188606
QPS:             3141.41
--------------------------

### loop3

--------------------------
Durations:       60.10s
Requests:        189748
Avg RT:          157.53ms
Max RT:          399.215ms
Min RT:          59.836ms
Error requests:  0
Valid requests:  189748
QPS:             3157.08
--------------------------

### loop4

--------------------------
Durations:       60.06s
Requests:        191833
Avg RT:          156.00ms
Max RT:          1033.703ms
Min RT:          60.854ms
Error requests:  0
Valid requests:  191833
QPS:             3194.24
--------------------------


> 在 2018年12月10日,下午1:44,yì jí <no...@github.com> 写道:
> 
> Recently dealing with work, this feature will be completed by this week.
> 
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub <https://github.com/apache/incubator-dubbo/pull/2738#issuecomment-445694582>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AK9DJkAOzrGZ1klc8_GMG5NqIAkLsCF_ks5u3fTSgaJpZM4YOPw8>.
> 



[ Full content available at: https://github.com/apache/incubator-dubbo/pull/2738 ]
This message was relayed via gitbox.apache.org for notifications@dubbo.apache.org