find-mirror is a utilily to extract and rank addresses and urls by reachability and data rate. It is meant to be used when presented with a list of links to mirrors, ftp sites, etc.
You can download it here.
Documentation can be found here.
Features:$ find-mirror mirrors.html $ find-mirror list1.dat list2.dat $ find-mirror < mirrors.txt
$ wget -O- http://foo.com/mirrors/ | find-mirror
$ find-mirror -j 4 mirrors.html
$ find-mirror --extract < mirrors.html
$ find-mirror --ping < mirrors.html $ find-mirror --echo < mirrors.html $ find-mirror --connect < mirrors.html $ find-mirror --http < mirrors.html
$ find-mirror --relaxed < mirrors.html
$ find-mirror --domains='org,edu' < mirrors.html
$ find-mirror --domains='(pa,nj,ny)\.us' < mirrors.html
$ find-mirror --pattern='(ftp(\.[[:alnum:]-]+)+\.kernel.org)' < mirrors.html