Skip to content

Commit

Permalink
Add the result of reuseport test case.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfb8856606 committed Aug 3, 2018
1 parent c416c79 commit dc5b2a9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 3 deletions.
Binary file added Bandwidth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CPS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added CPS_Reuseport.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,19 +120,24 @@ Nginx uses linux kernel's default config, all soft interrupts are working in the

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.

Nginx Reuseport means enable "reuseport" in `nginx.conf`.

Nginx_FStack's 600 cache bytes' body was returned directly in nginx.conf.

All of these test cases use CPUs' physical cores.


CPS (Connection:close, Small data packet) test result
![](http://i.imgur.com/PvCRmXR.png)
![](CPS.png)

CPS_Reuseport (Connection:close, Small data packet) test result, This test case runs in a different test environment
![](CPS_Reuseport.png)

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

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

## Licenses
See [LICENSE](LICENSE)
Expand Down
Binary file added RPS.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dc5b2a9

Please sign in to comment.