rankmirrors
linux
Rank a list of Pacman mirrors by connection and opening speed. Writes the new mirrorlist to `stdout`.
More info →Options (3)
-v, --verbosebooleanBe verbose when generating the mirrorlist
Example:
rankmirrors {{[-v|--verbose]}} {{/etc/pacman.d/mirrorlist}}-u, --urlbooleanTest only a specific URL
Example:
rankmirrors {{[-u|--url]}} {{url}}-t, --timesbooleanOutput only the response times instead of a full mirrorlist
Example:
rankmirrors {{[-t|--times]}} {{/etc/pacman.d/mirrorlist}}Examples (5)
Rank a mirror list
rankmirrors /etc/pacman.d/mirrorlistOutput only a given number of the top ranking servers
rankmirrors -n number /etc/pacman.d/mirrorlistBe verbose when generating the mirrorlist
rankmirrors [-v|--verbose] /etc/pacman.d/mirrorlistTest only a specific URL
rankmirrors [-u|--url] urlOutput only the response times instead of a full mirrorlist
rankmirrors [-t|--times] /etc/pacman.d/mirrorlistmade by @shridhargupta | data from tldr-pages