HAProxy Enterprise Documentation 2.1r1
show info
Display information about the HAProxy Enterprise process.
Description
The show info
command displays information about the HAProxy Enterprise process, such as its software version, number of threads, uptime, and process ID.
You can format the data as:
Examples
In the example below, we call show info
to see information about the load balancer process:
$ echo "show info" | sudo socat stdio /var/run/hapee-2.1/hapee-lb.sock
Name: hapee-lb
Version: 2.2.0-1.0.0-235.192
Release_date: 2021/02/05
Nbthread: 2
Nbproc: 1
Process_num: 1
Next up
Lua scripts