HAProxy Enterprise Documentation 2.3r1

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" | socat /var/run/hapee-2.3/hapee-lb.sock stdio

# name
be_stats
be_static
be_api

See also


Next up

show cache