show-proxies v5.6

Shows all proxies in the EDB Postgres Distributed cluster and their summary.

Synopsis

Shows all proxies in the EDB Postgres Distributed cluster and their summary.

We recommend giving all the proxies attached to the same group the same proxy option values.

pgd show-proxies [flags]

Options

No specific command options. See global options for global options.

Examples

Show all proxies in the cluster

In this example, there is a multi-group cluster, with 2 proxies attached to each data group.

$ pgd show-proxies
Output
Proxy    Group   Listen Addrs Listen Port Read Listen Addrs Read Listen Port
-----    -----   ------------ ----------- ----------------- ----------------
proxy-a1 group_a [0.0.0.0]    6432        [0.0.0.0]         6433
proxy-a2 group_a [0.0.0.0]    6432        [0.0.0.0]         6433
proxy-b1 group_b [0.0.0.0]    6432        [0.0.0.0]         6433
proxy-b2 group_b [0.0.0.0]    6432        [0.0.0.0]         6433