Skip to content

openbmc/phosphor-debug-collector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

fa6a47b · Feb 11, 2025
Feb 11, 2025
Feb 11, 2025
Jun 20, 2024
Feb 11, 2025
Feb 11, 2025
Feb 6, 2025
Feb 11, 2025
Oct 1, 2021
Jun 26, 2023
Jan 18, 2017
Dec 1, 2023
Jun 21, 2023
Jun 18, 2024
Nov 25, 2024
Sep 8, 2023
Nov 25, 2024
Jun 13, 2023
Jul 26, 2022
Jun 18, 2024
Jun 18, 2024
Sep 25, 2020
Nov 25, 2024
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Sep 8, 2023
Nov 28, 2024
Apr 14, 2021
Jun 14, 2023
Apr 14, 2021
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Nov 28, 2024
Nov 25, 2024
Aug 23, 2023
Dec 8, 2022
Jun 14, 2023
Nov 25, 2024
Feb 11, 2025
Feb 6, 2025
Aug 23, 2023
Feb 11, 2025
Feb 11, 2025
Feb 6, 2025
Feb 6, 2025
Feb 6, 2025
Feb 11, 2025
Feb 11, 2025

Repository files navigation

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