meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux:sw:iperf [2020/03/17 10:39]
niziak created
linux:sw:iperf [2020/03/17 10:42] (current)
niziak
Line 1: Line 1:
 +<code bash>​apt-get install iperf3</​code>​
 +
 <file | /​etc/​systemd/​system/​iperf.service>​ <file | /​etc/​systemd/​system/​iperf.service>​
 [Unit] [Unit]
Line 5: Line 7:
  
 [Service] [Service]
-ExecStart=/​usr/​bin/​iperf -s+ExecStart=/​usr/​bin/​iperf3 ​-s
  
 [Install] [Install]
 WantedBy=multi-user.target WantedBy=multi-user.target
 </​file>​ </​file>​