aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authoronefang2020-01-02 17:24:45 +1000
committeronefang2020-01-02 17:24:45 +1000
commit41e89228c2ac5d6217d9cfc0277887f2be283af0 (patch)
tree58a87604bb60a3ed8acbf052677b02e069b6c66e
parentComment out previous attempts to fix the missing speed issue. (diff)
downloadapt-panopticon-41e89228c2ac5d6217d9cfc0277887f2be283af0.zip
apt-panopticon-41e89228c2ac5d6217d9cfc0277887f2be283af0.tar.gz
apt-panopticon-41e89228c2ac5d6217d9cfc0277887f2be283af0.tar.bz2
apt-panopticon-41e89228c2ac5d6217d9cfc0277887f2be283af0.tar.xz
Note about the server that's running the tests being extra speedy.
-rwxr-xr-xapt-panopticon-report-email-web.lua1
-rw-r--r--explanations.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 27353ad..44e91d9 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -485,6 +485,7 @@ if nil == web then C("opening mirrors file - " .. e) else
485 "<p><font color='blue'><b>TIMEOUT</b></font> or <font color='darkblue'><b>TIMEOUT</b></font>" .. 485 "<p><font color='blue'><b>TIMEOUT</b></font> or <font color='darkblue'><b>TIMEOUT</b></font>" ..
486 " means the mirror had too many timeouts, and tests where aborted, so there is no result for this test.</p>" .. 486 " means the mirror had too many timeouts, and tests where aborted, so there is no result for this test.</p>" ..
487 "<p>NOTE: timeouts may be due to a problem on the testing computer, it might be busy with other things, or be having it's own network problems..</p>" .. 487 "<p>NOTE: timeouts may be due to a problem on the testing computer, it might be busy with other things, or be having it's own network problems..</p>" ..
488 "<p>NOTE: the speed of the server this checking script is running on might be wildly exaggerated, it doesn't have to go through the Internet to download from itself.</p>"
488 "<p>The DNS round robin (DNS-RR) column shows the IPs for that mirror, or <font color='grey'><b>no</b></font> if it isn't part of the DNS-RR. &nbsp; " .. 489 "<p>The DNS round robin (DNS-RR) column shows the IPs for that mirror, or <font color='grey'><b>no</b></font> if it isn't part of the DNS-RR. &nbsp; " ..
489 "The IPs link to the testing log for that IP accessed via the DNS-RR. &nbsp; " .. 490 "The IPs link to the testing log for that IP accessed via the DNS-RR. &nbsp; " ..
490 APT.options.roundRobin.value .. " is the DNS-RR itself, so it doesn't get tested directly.</p>\n" .. 491 APT.options.roundRobin.value .. " is the DNS-RR itself, so it doesn't get tested directly.</p>\n" ..
diff --git a/explanations.html b/explanations.html
index 7e2878d..73820c8 100644
--- a/explanations.html
+++ b/explanations.html
@@ -79,6 +79,8 @@ For actual packages, pick the smallest one that has been recently updated.
79It does this by measuring the reported speeds from the curl commands that actually download files. &nbsp; 79It does this by measuring the reported speeds from the curl commands that actually download files. &nbsp;
80Since apt-panopticon is trying hard to download everything from all mirrors all at the same time, this guess will be low. &nbsp; 80Since apt-panopticon is trying hard to download everything from all mirrors all at the same time, this guess will be low. &nbsp;
81Also, the computer running the apt-panopticon might have a network connection that is busy with other things. &nbsp; 81Also, the computer running the apt-panopticon might have a network connection that is busy with other things. &nbsp;
82Not to mention that obviously if the computer this is running on is one of the mirrors, it might get a wildly exaggerated speed,
83not haaving to go through the rest of the Internet tends to help. &nbsp;
82Finally, the tested mirror may have a bigger network connection than the computer running the test, so wont show it's true maximum. &nbsp; 84Finally, the tested mirror may have a bigger network connection than the computer running the test, so wont show it's true maximum. &nbsp;
83So take this speed measurement with a grain of salt, it's more of an indication, the <a href="../apt-panopticon_cgp/index.php">full graphs</a> might be useful. 85So take this speed measurement with a grain of salt, it's more of an indication, the <a href="../apt-panopticon_cgp/index.php">full graphs</a> might be useful.
84</p> 86</p>