gbb(1)
| GBB(1) | GNOME Battery Bench Manual | GBB(1) |
NAME
gbb - Command line integration client for GNOME Battery Bench
SYNOPSIS
gbb monitor gbb play <filename> gbb play-local <filename> gbb record [-o | --output <output file] gbb test [-o | --output <output file] [--duration <hours>h<minutes>m<seconds>s] [--min-battery <percent>] [--screen-brightness <percent>] [-v | --verbose] <test-id>
DESCRIPTION
gbb is a command line client which is provided as part of the GNOME Battery Bench system. For interactive exploration and testing, the GNOME Battery Bench application provides a more polished interface, but gbb can be used for automating tests (gbb tests), developing new tests (gbb record, and gbb play), and debugging the GNOME Battery Bench application code (gbb monitor).
For more information about GNOME Battery Bench, see the GNOME Battery Bench README file[1]
COMMANDS
monitor
gbb monitor
Monitors the current battery usage and and prints statistics to standard out. This is the same as gbb test --verbose without actually running a test, and is mostly a tool for debugging the GNOME Battery Bench application code.
play
gbb play <filename>
Replays an event log recorded with gbb record. This is mostly meant to try out an event log that you recorded without having to create a full test and install it the per-user or system-wide test directories.
play-local
gbb play-local <filename>
Exactly the same as gbb play, but instead of talking to gnome-battery-bench-helper over D-BUS, it assumes that the current user has privileges to simulate events via /dev/uinput.
record
gbb record [-o | --output <output file>]
Records events to standard output, or if --output is specified, to the given file.
test
Runs the specified test. Tests are looked for in /usr/share/gnome-battery-bench/tests and in ~/.config/gnome-battery-bench/.tests.
gbb test [-o | --output <output file] [--duration <hours>h<minutes>m<seconds>s] [--min-battery <percent>] [--screen-brightness <percent>] <test-id>
--output
--duration
--min-battery
--screen-brightness
--verbose
AUTHOR
Written by Owen Taylor <otaylor@fishsoup.net[2]>.
NOTES
- 1.
- README file
- 2.
- otaylor@fishsoup.net
| 01/29/2015 | GNOME Battery Bench Manual |
