@@ -101,24 +101,18 @@ ANS | | |
101
101
102
102
#### Performance Testing
103
103
--------------
104
+ [ ANS Performance Test Report] ( https://github.com/ansyun/dpdk-ans/tree/master/doc/guides/ans_performance_report.pdf )
104
105
- 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
+
113
107
```
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
+ |------------------------------|
122
116
```
123
117
- L3 forwarding performance testing
124
118
@@ -136,8 +130,6 @@ ANS | | |
136
130
|--------------------------------------|
137
131
138
132
```
139
- [ ANS Performance Report] ( https://github.com/ansyun/dpdk-ans/tree/master/doc/guides/ans_performance_report.pdf )
140
-
141
133
- dpdk-redis performance testing
142
134
```
143
135
====ENV===
0 commit comments