pgollangi/netselect

View on GitHub
docs/netselect.md

Summary

Maintainability
Test Coverage
## netselect

A netselect CLI Tool

### Synopsis

netselect is an open source CLI tool to select the fastest host based on the lowest ICMP latency.

```
netselect [flags] <host(s)>
```

### Examples

```
$ netselect m1.example.com m2.example.com m3.example.com
$ netselect -v

```

### Options

```
  -a, --attempts int     no.of ping attempts to perform for each host. (default 3)
  -c, --concurrent int   use <n> concurrent threads. (default 1)
  -d, --debug            show debug information
  -h, --help             help for netselect
  -o, --output int       output top ranked <n> results. (default 3)
  -p, --privileged       use to send "privileged" raw ICMP ping. (default true)
  -v, --version          show netselect version information
```

###### Auto generated by spf13/cobra on 10-Nov-2022