You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output shows separate (one-way) download and upload speed, along with a summary of latencies, including min, max, average, median, and 10th and 90th percentiles so you can get a sense of the distribution. The tool also displays the percent packet loss. The example below shows two measurements, bad and good.
132
133
134
+
The Idle test uses the same process to measure latency of the line, but without any additional traffic from this script. It runs for the specified --time.
135
+
133
136
On the left is a test run without SQM. Note that the latency gets huge (greater than 5 seconds), meaning that network performance would be terrible for anyone else using the network.
134
137
135
138
On the right is a test using SQM: the latency goes up a little (less than 23 msec under load), and network performance remains good.
@@ -216,19 +219,29 @@ It's an easy way to become familiar with IPv6 if your ISP doesn't offer native I
216
219
There are several steps:
217
220
218
221
1. Go to the Hurricane Electric [TunnelBroker.net](http://www.tunnelbroker.net/) site to set up your free account.
219
-
There are detailed instructions for setting up an account and an IPv6 tunnel
[edit the script to match your tunnelbroker values]
230
241
sh tunnel.sh
231
242
[Restart your router. This seems to make a difference.]
232
243
233
-
Presto! Your tunnel is up! Your computer should get a global IPv6 address, and should be able to communicate directly with IPv6 devices on the Internet. To test it, try: `ping6 ivp6.google.com`
244
+
Presto! Your tunnel is up!
245
+
Your computer should get a global IPv6 address, and should be able to communicate directly with IPv6 devices on the Internet.
0 commit comments