This is an automated email from the ASF dual-hosted git repository.

brfrn169 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/master by this push:
     new e5ca9ad  HBASE-25008 Add document for "HBASE-24776 [hbtop] Support 
Batch mode" (#2382)
e5ca9ad is described below

commit e5ca9adc54f9f580f85d21d38217afa97aa79d68
Author: Toshihiro Suzuki <brfrn...@gmail.com>
AuthorDate: Fri Sep 11 15:38:13 2020 +0900

    HBASE-25008 Add document for "HBASE-24776 [hbtop] Support Batch mode" 
(#2382)
    
    Signed-off-by: stack <st...@apache.org>
---
 src/main/asciidoc/_chapters/hbtop.adoc | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/src/main/asciidoc/_chapters/hbtop.adoc 
b/src/main/asciidoc/_chapters/hbtop.adoc
index a587dda..b8523df 100644
--- a/src/main/asciidoc/_chapters/hbtop.adoc
+++ b/src/main/asciidoc/_chapters/hbtop.adoc
@@ -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

Reply via email to