소스 검색

iperf: add page (#2059)

Max Isom 7 년 전
부모
커밋
0437cee5f6
1개의 변경된 파일15개의 추가작업 그리고 0개의 파일을 삭제
  1. 15 0
      pages/common/iperf.md

+ 15 - 0
pages/common/iperf.md

@@ -0,0 +1,15 @@
+# iperf
+
+> Measure network bandwidth between computers.
+
+- Run on server:
+
+`iperf -s`
+
+- Run on client:
+
+`iperf -c {{server_address}}`
+
+- Run on client with 5 parallel threads:
+
+`iperf -c {{server_address}} -P {{5}}`