Skip to content

Commit

Permalink
HBASE-25008 Add document for "HBASE-24776 [hbtop] Support Batch mode" (
Browse files Browse the repository at this point in the history
…#2382)

Signed-off-by: stack <stack@apache.org>
  • Loading branch information
brfrn169 committed Sep 11, 2020
1 parent 3c00ff5 commit e5ca9ad
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/main/asciidoc/_chapters/hbtop.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5ca9ad

Please sign in to comment.