Support Questions

Find answers, ask questions, and share your expertise
Announcements
We’ve updated our product names and community labels - click here for full details

HBase Slow get monitoring

avatar
Contributor

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

avatar
Expert Contributor

Slow get rate is The number of Gets that took over 1000ms to complete. 

View solution in original post

2 REPLIES 2

avatar
Expert Contributor

Slow get rate is The number of Gets that took over 1000ms to complete. 

avatar
Contributor

Thank you have a good day~