Skip to content

Commit dc5b2a9

Browse files
committed
Add the result of reuseport test case.
1 parent c416c79 commit dc5b2a9

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

Bandwidth.png

24.7 KB
Loading

CPS.png

12.3 KB
Loading

CPS_Reuseport.png

25.1 KB
Loading

README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -120,19 +120,24 @@ Nginx uses linux kernel's default config, all soft interrupts are working in the
120120

121121
Nginx si means modify the smp_affinity of every IRQ, so that the decision to service an interrupt with a particular CPU is made at the hardware level, with no intervention from the kernel.
122122

123+
Nginx Reuseport means enable "reuseport" in `nginx.conf`.
124+
123125
Nginx_FStack's 600 cache bytes' body was returned directly in nginx.conf.
124126

125127
All of these test cases use CPUs' physical cores.
126128

127129

128130
CPS (Connection:close, Small data packet) test result
129-
![](http://i.imgur.com/PvCRmXR.png)
131+
![](CPS.png)
132+
133+
CPS_Reuseport (Connection:close, Small data packet) test result, This test case runs in a different test environment
134+
![](CPS_Reuseport.png)
130135

131136
RPS (Connection:Keep-Alive, Small data packet) test data
132-
![](http://i.imgur.com/CTDPx3a.png)
137+
![](RPS.png)
133138

134139
Bandwidth (Connection:Keep-Alive, 3.7k bytes data packet) test data
135-
![](http://i.imgur.com/1ZM6yT9.png)
140+
![](Bandwidth.png)
136141

137142
## Licenses
138143
See [LICENSE](LICENSE)

RPS.png

29.2 KB
Loading

0 commit comments

Comments
 (0)