HBASE-25008 Add document for "HBASE-24776 [hbtop] Support Batch mode" (#2382)

Signed-off-by: stack <stack@apache.org>
This commit is contained in:
Toshihiro Suzuki 2020-09-11 15:38:13 +09:00 committed by GitHub
parent 3c00ff583e
commit e5ca9adc54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -70,7 +70,13 @@ image::https://hbase.apache.org/hbtop-images/scrolling_metric_records.gif[Scroll
| Argument | Description
| -d,--delay &lt;arg&gt; | The refresh delay (in seconds); default is 3 seconds
| -h,--help | Print usage; for help while the tool is running press `h` key
| -m,--mode &lt;arg&gt; | The mode; `n` (Namespace)&#124;`t` (Table)&#124;r (Region)&#124;`s` (RegionServer), default is `r` (Region)
| -m,--mode &lt;arg&gt; | The mode; `n` (Namespace)&#124; `t` (Table)&#124; `r` (Region)&#124; `s` (RegionServer), default is `r`
| -n,--numberOfIterations &lt;arg&gt; | The number of iterations
| -O,--outputFieldNames | Print each of the available field names on a separate line, then quit
| -f,--fields &lt;arg&gt; | Show only the given fields. Specify comma separated fields to show multiple fields
| -s,--sortField &lt;arg&gt; | The initial sort field. You can prepend a `&plus;' or `-' to the field name to also override the sort direction. A leading `&plus;' will force sorting high to low, whereas a `-' will ensure a low to high ordering
| -i,--filters &lt;arg&gt; | The initial filters. Specify comma separated filters to set multiple filters
| -b,--batchMode | Starts hbtop in Batch mode, which could be useful for sending output from hbtop to other programs or to a file. In this mode, hbtop will not accept input and runs until the iterations limit you've set with the `-n' command-line option or until killed
|=================================
=== Modes