commit | 12c5f115dcf5bcb3983e53f3e1e8bb39ab0f1d98 | [log] [tgz] |
---|---|---|
author | Adedeji Adebisi <adedejiadebisi01@gmail.com> | Thu Jul 22 18:07:52 2021 +0000 |
committer | Andrew Jeffery <andrew@aj.id.au> | Mon Jul 18 15:03:05 2022 +0930 |
tree | 8ecae8c0837530c91b9f5c859c7eab5cc35567c9 | |
parent | c403b03712808a0fa8deca1a90327dea67f8937e [diff] |
dbus-top: initial commits This commit covers the basic functionalities of the dbus-top tool. The UI is divided into 3 windows as follows: +--------------------------+ Window list | Window A | A: Summary statistics +------------+-------------+ B: Sensor list or detail | Window B | Window C | C: Detailed statistics +------------+-------------+ To navigate the UI: * Use tab to navigate each window When a window is highlighted: In Window B: * Press esc key 3 times to leave the current sensor selection In Window C: * Press [Enter] to show/hide pop-up menu for column selectio * Press [Left] to move highlight cursor to the left * Press [Right] to move highlight cursor to the right * Press [A] to sort by the highlighted column in ascending order * Press [D] to sort by the highlighted column in descending order To add recipe to Yocto and build the recipe: 1) Copy and paste the content of the .bb file into a folder that can be detected by bitbake, such as meta-phosphor/recipes-phosphor/ipmi. 2) run "devtool modify -n dbus-top (path_to_openbmc_tools)/dbus-top/". Signed-off-by: Adedeji Adebisi <adedejiadebisi01@gmail.com> Change-Id: Id58ba30b815cfd9d18f54cf477d749dbdbc4545b
The goal of this repository is to collect the two-minute hacks you write to automate interactions with OpenBMC systems.
It's highly likely the scripts don't meet your needs - they could be undocumented, dysfunctional or utterly broken. Please help us improve!
Then this repository aims to be the default destination for your otherwise un-homed scripts. As such we are setting the bar for submission pretty low, and we aim to make the process as easy as possible.
Please use gerrit for all patches to this repository:
Do note that you will need to be party to the OpenBMC CLA before your contributions can be accepted. See Gerrit Setup and CLA for more information.
So long as your patches look sane with a cursory glance you can expect them to be applied. We may push back in the event that similar tools already exist or there are egregious issues.
We don't ask for much, but you need to give us at least a Signed-off-by, use SPDX markers in your source files and put your work under an Apache 2.0 compatible license.
There's no standard way to install the scripts housed here, and adding parts of the repository to your PATH might be a bit of a dice-roll. We may also move or remove scripts from time to time as part of housekeeping. It's probably best to copy things out if you need stability.