NVIDIA/phosphor-debug-collector
forked from openbmc/phosphor-debug-collector
Captured source
source ↗NVIDIA/phosphor-debug-collector
Description: Collects debug data from the BMC for extraction.
Language: C++
License: Apache-2.0
Stars: 2
Forks: 2
Open issues: 0
Created: 2024-05-06T16:47:46Z
Pushed: 2026-06-15T12:25:02Z
Default branch: develop
Fork: yes
Parent repository: openbmc/phosphor-debug-collector
Archived: no
README:
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](tools/dreport.d/README.md), 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
Notability
notability 3.0/10Routine fork with minimal stars.