HAProxy Enterprise Documentation 2.0r1
show backend
List all backends in the current running config.
Description
Querying the runtime API with the string show backend
will produce a list of all backends in the running configuration.
Examples
Use the string show backend
to display backend information.
$ echo "show backend" | \
sudo socat stdio unix-connect:/var/run/hapee-2.0/hapee-lb.sock
# name
be_stats
be_static
be_api
See also
Next up
show cache