commit | f1e02d3357a9147537c0cc2dceb202ac7a5d9b06 | [log] [tgz] |
---|---|---|
author | Jayanth Othayoth <ojayanth@in.ibm.com> | Wed Aug 09 07:06:45 2017 -0500 |
committer | Patrick Williams <patrick@stwcx.xyz> | Tue Aug 22 20:48:18 2017 +0000 |
tree | 196df7e33a2e2647d4be36b35e9ae379ec0c3767 | |
parent | e61aee3343dfd92a5d693227bf6ff738aa3ab987 [diff] |
dreport: Implementation of data collection function Added support for running command in the command array and save the data into specified location. Added file level size check function, which helps to cap the final dreport log based on size provided by user. Change-Id: I5bb0f2629bf4b4dd7b86b6dd97d205c413af6fcf Signed-off-by: Jayanth Othayoth <ojayanth@in.ibm.com>
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, do the following steps: 1. ./bootstrap.sh 2. ./configure ${CONFIGURE_FLAGS} 3. make To clean the repository run `./bootstrap.sh clean`.