1CPAN-MIRRORS(1) User Contributed Perl Documentation CPAN-MIRRORS(1)
2
3
4
6 cpan-mirrors - Find the fatest CPAN mirrors nearby
7
9 % cpan-mirrors
10
11 Testing Africa
12 is.co.za -> 733.72 ms
13 wa.co.za -> 601.56 ms
14 ucu.ac.ug -> 407.99 ms
15 mirror.ac.za -> 614.05 ms
16 zol.co.zw -> 612.57 ms
17 -->median time: 612.57 ms
18 Testing Oceania
19 serversaustralia.com.au -> 38.62 ms
20 cpan.inspire.net.nz -> 67.81 ms
21 digitalpacific.com.au -> 37.89 ms
22 uber.com.au -> 44.47 ms
23 lagoon.nc -> 67.49 ms
24 -->median time: 44.47 ms
25 Testing North America
26 httpupdate40.cpanel.net -> 254.00 ms
27 httpupdate35.cpanel.net -> 409.75 ms
28 mirrors.sonic.net -> 368.56 ms
29 httpupdate8.cpanel.net -> 409.10 ms
30 cpan.cs.utah.edu -> 408.00 ms
31 -->median time: 408.00 ms
32 Testing Asia
33 vinahost.vn -> 146.10 ms
34 yazd.ac.ir -> 469.29 ms
35 mirrors-ru.go-parts.com -> 367.09 ms
36 sohu.com -> 399.76 ms
37 neolabs.kz -> 610.92 ms
38 -->median time: 399.76 ms
39 Testing South America
40 mmgdesigns.com.ar -> 407.96 ms
41 nbtelecom.com.br -> 401.96 ms
42 sunsite.dcc.uchile.cl -> 415.69 ms
43 linorg.usp.br -> 424.65 ms
44 unal.edu.co -> 407.60 ms
45 -->median time: 407.96 ms
46 Testing Europe
47 uk2.net -> 409.37 ms
48 ambiweb.de -> 710.65 ms
49 bibleonline.ru -> 471.49 ms
50 rol.ru -> 469.70 ms
51 rub.de -> 346.57 ms
52 -->median time: 469.70 ms
53 Median result by continent:
54 44 ms Oceania
55 400 ms Asia
56 408 ms South America
57 408 ms North America
58 470 ms Europe
59 613 ms Africa
60 Best continent is Oceania
61 cpan.catalyst.net.nz = 78.8369178771973 ms
62 cpan.inspire.net.nz = 69.4258213043213 ms
63 cpan.mirrors.ilisys.com.au = 50.2209663391113 ms
64 digitalpacific.com.au = 40.1251316070557 ms
65 lagoon.nc = 88.8760089874268 ms
66 nautile.nc = 65.7081604003906 ms
67 optusnet.com.au = 41.4729118347168 ms
68 serversaustralia.com.au = 46.1521148681641 ms
69 uber.com.au = 48.2730865478516 ms
70 waia.asn.au = 86.2929821014404 ms
71 webtastix.net = 70.5790519714355 ms
72 Best mirrors are digitalpacific.com.au
73 optusnet.com.au
74 serversaustralia.com.au
75 uber.com.au
76 cpan.mirrors.ilisys.com.au
77
78 Best urls are
79 http://cpan.mirror.digitalpacific.com.au/
80 http://mirror.optusnet.com.au/CPAN/
81 http://cpan.mirror.serversaustralia.com.au/
82 http://cpan.mirror.uber.com.au/
83 http://cpan.mirrors.ilisys.com.au/
84
86 CPAN Mirrors come and go, and maybe you do too. The mirror that was
87 fast then might not be fast now, especially if you changed hemispheres.
88
89 This program goes through the MIRRORED.BY file and pings a selection of
90 mirrors on each continent to find the fastest mirrors. From the best
91 continent, it samples several mirrors to find the URL you should add to
92 your configuration.
93
94 If you don't have a MIRRORED.BY file, this program will download one
95 for you. It looks through your existing "urllist" configuration and
96 then default locations. It stores it in "~/.cpan" (or your configured
97 location to store files).
98
100 • Add an option to update the CPAN configuration
101
102 • Add an option to give JSON output
103
105 brian d foy "<bdfoy@cpan.org>"
106
108 This program is free software; you can redistribute it and/or modify it
109 under the same terms as Perl itself.
110
111 See <http://www.perl.com/perl/misc/Artistic.html>
112
113
114
115perl v5.32.1 2021-01-26 CPAN-MIRRORS(1)