You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hbase.apache.org by "stack (JIRA)" <ji...@apache.org> on 2008/11/24 23:07:44 UTC

[jira] Commented: (HBASE-1022) Add storefile index size to hbase metrics

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

stack commented on HBASE-1022:
------------------------------

Tested the change.  It looks great:

{code}
durruti:trunk stack$ tail -f /tmp/metrics_hbase.log 
2008-11-24T14:05:00 hbase.regionserver: RegionServer=RegionServer:0, hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=1, requests=4, storefileIndexSizeMB=0, storefiles=1, stores=1
2008-11-24T14:05:00 hbase.master: Master=HMaster, hostName=durruti.desk.hq.powerset.com, cluster_requests=0
2008-11-24T14:05:10 hbase.regionserver: RegionServer=RegionServer:0, hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=2, requests=5, storefileIndexSizeMB=0, storefiles=1, stores=3
2008-11-24T14:05:10 hbase.master: Master=HMaster, hostName=durruti.desk.hq.powerset.com, cluster_requests=9
2008-11-24T14:05:20 hbase.regionserver: RegionServer=RegionServer:0, hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=2, requests=0, storefileIndexSizeMB=0, storefiles=1, stores=3
2008-11-24T14:05:20 hbase.master: Master=HMaster, hostName=durruti.desk.hq.powerset.com, cluster_requests=0
2008-11-24T14:05:30 hbase.regionserver: RegionServer=RegionServer:0, hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=3, requests=18, storefileIndexSizeMB=0, storefiles=1, stores=4
2008-11-24T14:05:30 hbase.master: Master=HMaster, hostName=durruti.desk.hq.powerset.com, cluster_requests=15
2008-11-24T14:05:40 hbase.regionserver: RegionServer=RegionServer:0, hostName=durruti.desk.hq.powerset.com, memcachSizeMB=0, regions=4, requests=19, storefileIndexSizeMB=0, storefiles=1, stores=5
{code}

> Add  storefile index size to hbase metrics
> ------------------------------------------
>
>                 Key: HBASE-1022
>                 URL: https://issues.apache.org/jira/browse/HBASE-1022
>             Project: Hadoop HBase
>          Issue Type: Sub-task
>            Reporter: stack
>            Assignee: Andrew Purtell
>             Fix For: 0.19.0
>
>         Attachments: 1022.patch, 1022.patch
>
>


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.