-
Notifications
You must be signed in to change notification settings - Fork 728
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the trex tutorial document #559
base: devel
Are you sure you want to change the base?
Conversation
doc/Trex tutorial document.md
Outdated
|
||
5. 点进port,开启Service模式,并强制获取配置权限: | ||
|
||
![trex-gui3](pics\trex-gui3.png) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the pics link is invalid
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Fix the invalid pic links.
- Merge the commits into a commit. Refer to (合并多个commit)[https://segmentfault.com/a/1190000007748862]
Add the trex tutorial document
submit the trex tutorial document Revert "trex tutorial document" This reverts commit c0cca07. Add the trex tutorial document Add the trex tutorial document Add png files Add png files Revert "Add png files" This reverts commit 08d03e1. Revert "Add the trex tutorial document" This reverts commit 122b987. Ad the trex tutorial document Ad the trex tutorial document Fix the png display error Fix the png display error Add the trex tutorial document Add the trex tutorial document
5. 执⾏start命令模拟wget访问nginx服务: | ||
|
||
``` | ||
![tui](E:\code\github\dpvs\doc\pics\tui.png)trex>start -f astf/nginx_wget.py -m 90000 -d 1000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- The link should be moved out of code block
- The link URL is invalid
1. 设置端⼝与DUT相连,修改trex配置: | ||
|
||
``` | ||
![pcap](E:\code\github\dpvs\doc\pics\pcap.png)# cat /etc/trex_cfg.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Wrong link position; move out of code block
- Invalid link URL
Add the trex tutorial document.