Reference

show dev

On this page

Available since

  • HAProxy 2.9
  • HAProxy Enterprise 2.9r1

Show platform and environment details.

Description Jump to heading

Query the Runtime API with show dev to display platform and environment information. This information is useful for the HAProxy Technologies development and support teams. The output may change from version to version.

The information returned by this command can also be found in the core file produced by a crash. The show dev command makes the information available for processes that have not crashed and left core files.

If anonymizing is enabled, sensitive values, such as node name, are anonymized as well.

Examples Jump to heading

Show details for developers.

nix
echo "show dev" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
nix
echo "show dev" | \
sudo socat stdio tcp4-connect:127.0.0.1:9999
output
text
Platform info
machine vendor: To be filled by O.E.M
machine family: Altra
cpu model: Impl 0x41 Arch 8 Part 0xd0c r3p1
virtual machine: no
container: no
OS name: Linux
OS release: 6.2.0-36-generic
OS version: #37~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 9 18:01:07 UTC 2
OS architecture: aarch64
node name: 489aaf
Process info
pid: 1735846
boot uid: 509
boot gid: 1002
fd limit (soft): 1024
fd limit (hard): 1048576
output
text
Platform info
machine vendor: To be filled by O.E.M
machine family: Altra
cpu model: Impl 0x41 Arch 8 Part 0xd0c r3p1
virtual machine: no
container: no
OS name: Linux
OS release: 6.2.0-36-generic
OS version: #37~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 9 18:01:07 UTC 2
OS architecture: aarch64
node name: 489aaf
Process info
pid: 1735846
boot uid: 509
boot gid: 1002
fd limit (soft): 1024
fd limit (hard): 1048576

Do you have any suggestions on how we can improve the content of this page?