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 <[email protected]>
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 <[email protected]>
---
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 <arg> | 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 <arg> | The mode; `n` (Namespace)|`t` (Table)|r
(Region)|`s` (RegionServer), default is `r` (Region)
+| -m,--mode <arg> | The mode; `n` (Namespace)| `t` (Table)|
`r` (Region)| `s` (RegionServer), default is `r`
+| -n,--numberOfIterations <arg> | The number of iterations
+| -O,--outputFieldNames | Print each of the available field names on a
separate line, then quit
+| -f,--fields <arg> | Show only the given fields. Specify comma
separated fields to show multiple fields
+| -s,--sortField <arg> | The initial sort field. You can prepend a
`+' or `-' to the field name to also override the sort direction. A
leading `+' will force sorting high to low, whereas a `-' will ensure a
low to high ordering
+| -i,--filters <arg> | 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