Collects debug data from the BMC for extraction.

Clone this repo:

Branches

  1. 07aa6b6 Dreport: Add Kernel Command Line Info by Deepak Kamat · 11 days ago master
  2. a3e6a48 Dreport: Add Mount Information File Collection by Deepak Kamat · 2 weeks ago
  3. fa6a47b watch: fix memory leak in Watch class by Jian Zhang · 1 year ago
  4. 41167a2 dreport: collecting all namespace journal logs by Jian Zhang · 4 months ago
  5. d56bab5 dreport: fix procfd missing by Jian Zhang · 8 months ago

phosphor-debug-collector

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

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.

To run unit tests

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