You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "Sean Busbey (JIRA)" <ji...@apache.org> on 2015/08/13 23:17:46 UTC

[jira] [Updated] (HBASE-12328) Need to separate JvmMetrics for Master and RegionServer

     [ https://issues.apache.org/jira/browse/HBASE-12328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sean Busbey updated HBASE-12328:
--------------------------------
    Assignee: Sanghyun Yun

> Need to separate JvmMetrics for Master and RegionServer
> -------------------------------------------------------
>
>                 Key: HBASE-12328
>                 URL: https://issues.apache.org/jira/browse/HBASE-12328
>             Project: HBase
>          Issue Type: Improvement
>            Reporter: Sanghyun Yun
>            Assignee: Sanghyun Yun
>            Priority: Minor
>             Fix For: 2.0.0, 0.99.2
>
>         Attachments: HBASE-12328.2.patch, HBASE-12328.patch
>
>
> tag.ProcessName of JvmMetrics is "IPC".
> It is same both Master and RegionServer.
> {code:title=HBase(Master and RegionServer)'s Metrics Dump}
> ...
> "name": "Hadoop:service=HBase,name=JvmMetrics",
> "modelerType": "JvmMetrics",
> "tag.Context": "jvm",
> "tag.ProcessName": "IPC",
> "tag.SessionId": "",
> ...
> {code}
> When I use HBase with Ganglia,
> I wrote tagsForPrefix.jvm=ProcessName in hadoop-metrics2-hbase.properties.
> {code:title=hadoop-metrics2-hbase.properties}
> ...
> *.sink.ganglia.class=org.apache.hadoop.metrics2.sink.ganglia.GangliaSink31
> hbase.sink.ganglia.tagsForPrefix.jvm=ProcessName
> ...
> {code}
> But, Ganglia generate only one RRD file because tag.ProcessName is "IPC" both Master and Regionserver.
> I think it need to separate JvmMetrics for Master and RegionServer.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)