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
outputtext
Platform infomachine vendor: To be filled by O.E.Mmachine family: Altracpu model: Impl 0x41 Arch 8 Part 0xd0c r3p1virtual machine: nocontainer: noOS name: LinuxOS release: 6.2.0-36-genericOS version: #37~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 9 18:01:07 UTC 2OS architecture: aarch64node name: 489aafProcess infopid: 1735846boot uid: 509boot gid: 1002fd limit (soft): 1024fd limit (hard): 1048576
outputtext
Platform infomachine vendor: To be filled by O.E.Mmachine family: Altracpu model: Impl 0x41 Arch 8 Part 0xd0c r3p1virtual machine: nocontainer: noOS name: LinuxOS release: 6.2.0-36-genericOS version: #37~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Oct 9 18:01:07 UTC 2OS architecture: aarch64node name: 489aafProcess infopid: 1735846boot uid: 509boot gid: 1002fd limit (soft): 1024fd limit (hard): 1048576
Do you have any suggestions on how we can improve the content of this page?