commit | 1e68a88de69cb0aa53e74bf8e1b53001e7b74cb8 | [log] [tgz] |
---|---|---|
author | Marri Devender Rao <devenrao@in.ibm.com> | Wed Apr 13 02:47:08 2022 -0500 |
committer | Jayanth Othayoth <ojayanth@gmail.com> | Wed Nov 16 05:31:29 2022 +0000 |
tree | a7ba1ccb40f554995dbdd9628ad04251bf25081e | |
parent | 27c007573f499ddfc87d79aa58ff9175a117164b [diff] |
dreport: move ipaddr plugin commands into network plugin Combining all network related commands into network plugin. Removing iplink plugin and command as it is capturing duplicate data. Tested: root@rain104bmc:/tmp/test/obmcdump_00000000_1649837600# cat network.log [ip addr] 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0.1/8 scope host lo valid_lft forever preferred_lft forever ..... [netstat] Kernel IP routing table Destination Gateway Genmask Flags MSS Window irtt Iface ..... Signed-off-by: Marri Devender Rao <devenrao@in.ibm.com> Change-Id: Ie95865ca729e06fafdf8a6cbc9a9c294c9e4fa34
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