Internet Offline: IPv6 ipref

From OnnoWiki
Revision as of 08:14, 2 July 2019 by Onnowpurbo (talk | contribs)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Install

apt install iperf

Benchmarking

Server side:

$ iperf -s -V

Client side:

$ iperf -c <Server IPv6 Address> -V>


Bandwidth

Use the -F or -I option. If you want to test how your network performs with compressed / uncompressed streams, just create representative streams and use the -F option to test it. This is usually due to the link layer compressing data.

The -F option is for file input.
The -I option is for input from stdin.

E.g.

Client: $ iperf -c <server address> -F <file-name>
Client: $ iperf -c <server address> -I