Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Solved
Go to solution
HBase Slow get monitoring
Labels:
- Labels:
-
Apache HBase
-
Cloudera Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Deal all.
CM has below query to draw "Total slow get operations across RegionServers"
SELECT integral(total_slow_get_rate_across_regionservers) WHERE entityName = "hbase" AND category = SERVICE
What are the criteria for slow? 1sec ? or hbase.ipc.warn.response.time?
Thanks in advance
1 ACCEPTED SOLUTION
Expert Contributor
Created ‎08-28-2019 07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Slow get rate is The number of Gets that took over 1000ms to complete.
2 REPLIES 2
Expert Contributor
Created ‎08-28-2019 07:11 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Slow get rate is The number of Gets that took over 1000ms to complete.
Contributor
Created ‎08-28-2019 05:39 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you have a good day~
