This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
утилита_iperf [2021/04/20 07:09] val [Варианты использования] |
утилита_iperf [2025/05/24 06:17] (current) val [Утилита iPerf] |
||
---|---|---|---|
Line 3: | Line 3: | ||
* [[http://ru.wikipedia.org/wiki/Iperf]] | * [[http://ru.wikipedia.org/wiki/Iperf]] | ||
* [[https://stackoverflow.com/questions/2189884/how-to-send-dscp-marked-packets-using-iperf|How to send DSCP-marked packets using iperf?]] | * [[https://stackoverflow.com/questions/2189884/how-to-send-dscp-marked-packets-using-iperf|How to send DSCP-marked packets using iperf?]] | ||
+ | * [[https://serverfault.com/questions/566737/iperf-csv-output-format|Iperf CSV output format]] | ||
===== Установка ===== | ===== Установка ===== | ||
Line 14: | Line 15: | ||
server# apt install iperf | server# apt install iperf | ||
- | gate$ iperf -s -u -p 5000+X | + | gate.isp.un$ iperf -s -u -p 5000+X |
server# iperf -c gate.isp.un -p 5000+X -u -b 1M -t 600 -S 0xb8 | server# iperf -c gate.isp.un -p 5000+X -u -b 1M -t 600 -S 0xb8 | ||
- | gate$ iperf -c server.corpX.un -u -b 1M -t 600 | + | gate$ iperf -c 192.168.X.10 -u -b 1M -t 600 |
+ | |||
+ | |||
+ | gate.isp.un$ iperf -s | ||
+ | |||
+ | server# iperf -c gate.isp.un -t 10 -R -f b -y c | ||
</code> | </code> |