MINOR: debug: add OS/hardware info to the post_mortem struct
authorWilly Tarreau <w@1wt.eu>
Wed, 22 Nov 2023 10:32:51 +0000 (11:32 +0100)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Nov 2023 14:39:21 +0000 (15:39 +0100)
commit4e3f9921dead4840db68bbc0b5dbde9b11ae8233
treeaad8df47d9bb82dccef6a853950f3cf7835c6f56
parent0184597522dc725d9659ccd9e7e6b256022ce743
MINOR: debug: add OS/hardware info to the post_mortem struct

Let's extract some info about the system (board model, vendor etc),
this will indicate some hypervisors, some cloud instances or some
uncommon embedded boards etc. Typically, vmware, qemu and raspberry-pi
are visible here and can help during the troubleshooting session.
src/debug.c