Skip to content

Commit 837468a

Browse files
authored
Update README.md
1 parent 217aa3a commit 837468a

File tree

1 file changed

+10
-18
lines changed

1 file changed

+10
-18
lines changed

README.md

Lines changed: 10 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -101,24 +101,18 @@ ANS | | |
101101

102102
#### Performance Testing
103103
--------------
104+
[ANS Performance Test Report](https://github.com/ansyun/dpdk-ans/tree/master/doc/guides/ans_performance_report.pdf)
104105
- TCP server performance testing
105-
106-
ENV: CPU- intel xeon 2.3G, NIC- 10G, Test tool:ab
107-
108-
Procedure: ab establish tcp connection to ANS tcp server, ab download one data, ANS tcp server close socket.
109-
110-
Command: ab -n 1000000 -c 500 2.2.2.2:8089/
111-
112-
Notes: shall increase test linux PC local port range (net.ipv4.ip_local_port_range = 1024 65000).
106+
113107
```
114-
|--------------------------------------|
115-
| TCP Server accept performance |
116-
|--------------------------------------|
117-
| Linux with epoll | ANS with epoll |
118-
| (Multi core) | (one core) |
119-
|--------------------------------------|
120-
| 53k connection/s | 43k connection/s |
121-
|--------------------------------------|
108+
|------------------------------|
109+
| TCP Server CPS |
110+
|------------------------------|
111+
| ANS with epoll |
112+
| (one core) |
113+
|------------------------------|
114+
| 80k connection/s |
115+
|------------------------------|
122116
```
123117
- L3 forwarding performance testing
124118

@@ -136,8 +130,6 @@ ANS | | |
136130
|--------------------------------------|
137131
138132
```
139-
[ANS Performance Report](https://github.com/ansyun/dpdk-ans/tree/master/doc/guides/ans_performance_report.pdf)
140-
141133
- dpdk-redis performance testing
142134
```
143135
====ENV===

0 commit comments

Comments
 (0)