测试工具 Netperf
Netperf 是一种网络性能的测量工具,主要针对基于TCP或UDP的传输。Netperf工具以client/server方式工作。server端是netserver,用来侦听来自client端的连接,client端是netperf,用来向server发起网络测试。测试过程中,在服务器上运行serverperf,同时在客户端上运行netperf。
Usage
在服务器上执行同样操作,将netperf安装到服务器上,
cd src 查看命令
运行:./netserver
在客户端上同样安装完成后运行:./netperf -H 服务器IP
netperf 命令这里我们只解释那些常用的命令行参数:
1 | -H host :指定远端运行netserver的server IP地址。 |
Reference
- Title: 测试工具 Netperf
- Author: 严少安
- Created at: 2018-02-18 13:30:01
- Updated at: 2018-02-18 13:30:01
- Link: https://shawnyan.cn/2018/testing/testing-tool-netperf/
- License: This work is licensed under CC BY-NC-SA 4.0.
if (hexo-config('comment.enable') == true && hexo-config('comment.system') != "") {
if (hexo-config('comment.system') == "waline") {
@require "./waline.styl"
} else if (hexo-config('comment.system') == "gitalk") {
@require "./gitalk.styl"
} else if (hexo-config('comment.system') == "twikoo") {
@require "./twikoo.styl"
}
}
.comments-container
display inline-block
margin-top $spacing-unit
width 100%
#comment-anchor
width 100%
height 10px
.comment-area-title
width 100%
margin 10px 0
font-size 1.38rem
color var(--default-text-color)
font-family 'Consolas', '宋体', sans-serif
font-weight bold
i
color var(--default-text-color)
+redefine-tablet()
margin 5px 0
font-size 1.2rem