[ 
https://issues.apache.org/jira/browse/HBASE-3848?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13028676#comment-13028676
 ] 

gaojinchao commented on HBASE-3848:
-----------------------------------

My test result is ok in TRUNK . 
I find requests is average value in version 0.90.2, but it is a sum in TRUNK .
so ,I make a patch for TRUNK again.

It looks readRequestsCount and writeRequestsCount is inaccurate.

The result is:
Hmaster:
C4C3.site:60030 1304500382940C4C3.site,60020,1304500382940 requests=85231, 
regions=12, usedHeap=682, maxHeap=8175 

Region server:
requests=85529, regions=12, stores=12, storefiles=31, storefileIndexSize=8, 
memstoreSize=481, readRequestsCount=0, 
writeRequestsCount=27337, compactionQueueSize=4, flushQueueSize=0, 
usedHeap=708, maxHeap=8175, blockCacheSize=14065536, 
lockCacheFree=1700434944, blockCacheCount=0, blockCacheHitCount=0, 
blockCacheMissCount=132049, blockCacheEvictedCount=0, 
blockCacheHitRatio=0, blockCacheHitCachingRatio=0

> request is always zero in WebUI for region server
> -------------------------------------------------
>
>                 Key: HBASE-3848
>                 URL: https://issues.apache.org/jira/browse/HBASE-3848
>             Project: HBase
>          Issue Type: Bug
>          Components: regionserver
>    Affects Versions: 0.90.2
>            Reporter: gaojinchao
>            Priority: Minor
>         Attachments: RegionServer_90PatchV2.patch, 
> RegionseverMetric_TrunkPathV2.patch
>
>
> request is always zero in WebUI for region server
> >
> > Metrics request=0.0, regions=36, stores=36, storefiles=148, 
> > storefileIndexSize=29, memstoreSize=253, compactionQueueSize=24, 
> > flushQueueSize=0, usedHeap=655, maxHeap=8175, blockCacheSize=14230920, 
> > blockCacheFree=1700269560, blockCacheCount=21, 
> > blockCacheHitCount=2887, blockCacheMissCount=204829, 
> > blockCacheEvictedCount=0, blockCacheHitRatio=1, 
> > blockCacheHitCachingRatio=99
> >
> > requests is not zero in WebUI for Hmaster requests=15000, regions=35, 
> > usedHeap=513, maxHeap=8175
> >
> > Is there any different for these metrics?
> > How do I use it?
> > Thanks.
> >
> >

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to