commit | 55e927655a1fe05b9ab1947133f87fe24bd11b17 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Fri Mar 25 04:33:33 2022 -0500 |
committer | Marri Devender Rao <devenrao@in.ibm.com> | Mon Apr 04 07:30:26 2022 -0500 |
tree | 02a343e2f3d4319a883d55a8e282d47a64449c4b | |
parent | 8762fe1cf124e3bff9b12abf6397f65662d765ec [diff] |
dreport: add fanctl dump output to BMC dump Execute "fanctl dump" command and append the output json file to the BMC dump. Tested: Fan control dump written to: /tmp/fan_control_dump.json { "flight_recorder": [ "Mar 24 14:12:55.323331: main: Startup", . . . } Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: I52e972382f9e9c2aabab8c9034fd4da7775203e5
Phosphor Debug Collector provides mechanisms to collect various log files and system parameters. Used to troubleshoot problems in OpenBMC based systems.
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