1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-28 18:15:27 +02:00
tldr/pages/linux/rankmirrors.md
Managor ae436c1b00
linux/*: add option placeholders (#16192)
* batch1

* batch2

* batch3

* batch4

* Update matchpathcon.md

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>

* Update pages/linux/arecord.md

Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Wiktor Perskawiec <git@spageektti.cc>
2025-04-19 21:21:53 +00:00

659 B

rankmirrors

Rank a list of Pacman mirrors by connection and opening speed. Writes the new mirrorlist to stdout. More information: https://manned.org/rankmirrors.

  • Rank a mirror list:

rankmirrors {{/etc/pacman.d/mirrorlist}}

  • Output only a given number of the top ranking servers:

rankmirrors -n {{number}} {{/etc/pacman.d/mirrorlist}}

  • Be verbose when generating the mirrorlist:

rankmirrors {{[-v|--verbose]}} {{/etc/pacman.d/mirrorlist}}

  • Test only a specific URL:

rankmirrors {{[-u|--url]}} {{url}}

  • Output only the response times instead of a full mirrorlist:

rankmirrors {{[-t|--times]}} {{/etc/pacman.d/mirrorlist}}