iperf测试局域网网速(集群IO网速)
因為需要估算集群中的節點數量,所以首先需要知道集群節點之間的IO帶寬
# apt install iperf firewalld
# firewall-cmd --state
# systemctl stop firewalld.service(這個是客戶端需要)
?
| 端 | 局域網域名 | 輸入的命令 |
| 客戶端 | Desktop | ? |
| 服務端 | Laptop | iperf -s |
?
Desktop運行結果:
(Python3.6) appleyuchi@Desktop:~$ iperf -c Laptop
------------------------------------------------------------
Client connecting to Laptop, TCP port 5001
TCP window size: ?238 KByte (default)
------------------------------------------------------------
[ ?3] local 192.168.0.102 port 42184 connected with 192.168.0.103 port 5001
[ ID] Interval ? ? ? Transfer ? ? Bandwidth
[ ?3] ?0.0-10.1 sec ?81.2 MBytes ?67.8 Mbits/sec
?
?
Laptop運行結果:
(Python3.6) appleyuchi@Laptop:~$ iperf -s
------------------------------------------------------------
Server listening on TCP port 5001
TCP window size: ?128 KByte (default)
------------------------------------------------------------
[ ?4] local 192.168.0.103 port 5001 connected with 192.168.0.102 port 42184
[ ID] Interval ? ? ? Transfer ? ? Bandwidth
[ ?4] ?0.0-10.2 sec ?81.2 MBytes ?66.6 Mbits/sec
總結
以上是生活随笔為你收集整理的iperf测试局域网网速(集群IO网速)的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: led和qled有什么不同 led和ql
- 下一篇: 反压笔记