| commit | 9bc4e22d9773726190eada66ccd7dbf1968525ce | [log] [tgz] |
|---|---|---|
| author | Amithash Prasad <amithash@meta.com> | Wed Oct 01 13:03:19 2025 -0700 |
| committer | Amithash Prasad <amithash@meta.com> | Thu Oct 16 16:21:13 2025 -0700 |
| tree | 2bc617553d88170b48c9281a7779712fec018ee5 | |
| parent | 7f3c97f7684c929a3c73ab6476d0abbad6c2a8fd [diff] |
dreport: Add multi-host support for dumping console logs Dump all files which match the given pattern used by obmc-console. Tested: Built into a yosemite4 (Multi-host server) and ensured that the resulting tarball contained `obmc-console-host1.log` to `obmc-console-host8.log` along with the other console dumps. Change-Id: I3197c052f10c458a72595987eac3acdb713cb27f Signed-off-by: Amithash Prasad <amithash@meta.com>
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