commit | 28c6c6aff58e0aa66a32b9cc93bca44009bc2848 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Tue Apr 26 07:34:06 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Nov 07 04:00:05 2022 -0600 |
tree | 05ef1fd87dd8b7eb7d5ebf9e7a628ba097d4c557 | |
parent | 60ab262ba48e0b29e11871b92a77d927821b1cfd [diff] |
op:dreport list existing dump details to BMC dump Query for the dump manager managed objects and write to BMC dump file If the busctl command fails list the dump files present in the system and add to BMC dump. Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ifd1efc2e8322c2f64be79a91b7e5bef2d7a174dd
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
One such mechanism is dreport, a script that collects debug data and packages it into an archive file.
To build this package with meson, do the following steps:
1. meson builddir 2. ninja -C builddir
To clean the built files run ninja -C builddir clean
.
Tests can be run in the CI docker container, refer local-ci-build
or with an OpenBMC x86 sdk(see below for x86 steps).
meson -Dtests=enabled build ninja -C build test