show-proxies v5.6
Warning: You are not reading the most recent version of this documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
Documentation improvements are made only to the latest version.
As per semantic versioning, PGD minor releases remain backward compatible and may include important bug fixes and enhancements.
We recommend upgrading the latest minor release as soon as possible.
If you want up-to-date information, read the latest PGD documentation.
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