Explorar o código

iperf: add page (#2059)

Max Isom %!s(int64=7) %!d(string=hai) anos
pai
achega
0437cee5f6
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  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}}`