summaryrefslogtreecommitdiffstats
path: root/doc/TestAppUserGuide.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/TestAppUserGuide.md')
-rw-r--r--doc/TestAppUserGuide.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/TestAppUserGuide.md b/doc/TestAppUserGuide.md
index 0bc285b..e8c0802 100644
--- a/doc/TestAppUserGuide.md
+++ b/doc/TestAppUserGuide.md
@@ -81,8 +81,9 @@ Usage:
After building the DMM, inside the DMM/release directory below perf-test app will be generated.
-*kc_epoll, ks_epoll, vc_epoll, vs_epoll*
+*kc_common, ks_epoll, ks_select, vc_common, vs_epoll, vs_select*
+The use of ks_epoll,ks_select,vs_epoll and vs_select are the same.
Examples:
@@ -94,7 +95,7 @@ server:
```
client:
```
- #./kc_epoll -p 20000 -d 172.16.25.126 -a 10000 -s 172.16.25.125 -l 200 -t 5000000 -i 0 -f 1 -r 20000 -n 1 -w 10 -u 10000 -e 10 -x 1
+ #./kc_common -p 20000 -d 172.16.25.126 -a 10000 -s 172.16.25.125 -l 200 -t 5000000 -i 0 -f 1 -r 20000 -n 1 -w 10 -u 10000 -e 10 -x 1
```
**With DMM nStack:**
@@ -105,7 +106,7 @@ server:
```
client:
```
- #./vc_epoll -p 20000 -d 172.16.25.126 -a 10000 -s 172.16.25.125 -l 200 -t 5000000 -i 0 -f 1 -r 20000 -n 1 -w 10 -u 10000 -e 10 -x 1
+ #./vc_common -p 20000 -d 172.16.25.126 -a 10000 -s 172.16.25.125 -l 200 -t 5000000 -i 0 -f 1 -r 20000 -n 1 -w 10 -u 10000 -e 10 -x 1
```
- **NGNIX with DMM nStack**: