Forrest logo
back to context overview

netselect

List of commands for netselect:

  • netselect:tldr:0720f netselect: Print fastest N servers among the hosts.
    $ sudo netselect -s ${N} ${host_1} ${host_2} ${host_3}
    try on your machine
    explain this command
  • netselect:tldr:178d1 netselect: Display nameserver resolution and statistics.
    $ sudo netselect -vv ${host_1} ${host_2}
    try on your machine
    explain this command
  • netselect:tldr:1f578 netselect: Define maximum TTL (time to live).
    $ sudo netselect -m ${10} ${host_1} ${host_2}
    try on your machine
    explain this command
  • netselect:tldr:23f09 netselect: List available options.
    $ netselect
    try on your machine
    explain this command
  • netselect:tldr:f4763 netselect: Choose the server with the lowest latency.
    $ sudo netselect ${host_1} ${host_2}
    try on your machine
    explain this command
back to context overview