Internet Offline: IPv6 ipref: Difference between revisions

From OnnoCenterWiki
Jump to navigationJump to search
Onnowpurbo (talk | contribs)
No edit summary
Onnowpurbo (talk | contribs)
Line 3: Line 3:
  apt install iperf
  apt install iperf


==Benchmarking==
==Benchmarking IPv6==


Server side:
Server side:
Line 11: Line 11:
  $ iperf -c <Server IPv6 Address> -V>
  $ iperf -c <Server IPv6 Address> -V>


Client side:
$ iperf -c <Server IPv4 Address>


==Bandwidth==
==Bandwidth==

Revision as of 01:33, 2 July 2019

Install

apt install iperf

Benchmarking IPv6

Server side:

$ iperf -s -V

Client side:

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

Client side:

$ iperf -c <Server IPv4 Address>

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