You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Jayesh (JIRA)" <ji...@apache.org> on 2017/05/09 21:24:04 UTC

[jira] [Resolved] (EAGLE-940) Hdfs RPC monitoring for per cluster/user

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

Jayesh resolved EAGLE-940.
--------------------------
    Resolution: Fixed

> Hdfs RPC monitoring for per cluster/user 
> -----------------------------------------
>
>                 Key: EAGLE-940
>                 URL: https://issues.apache.org/jira/browse/EAGLE-940
>             Project: Eagle
>          Issue Type: New Feature
>    Affects Versions: v0.5.0
>            Reporter: Zhao, Qingwen
>            Assignee: Zhao, Qingwen
>
> Monitor HDFS RPC requests at a cluster/user level. This feature leverage the available data from the Kafka topic produced by the jmx metric collector scripted. 
> Sample queries are listed, and the values are updated every minute
> * the last minute statistics
> http://localhost:9090/rest/entities?query=GenericMetricService[@site=%22sandbox%22]{*}&metricName=hadoop.hdfs.auditlog.1m.count&pageSize=1000
> * the last 5 minutes statistics
> http://localhost:9090/rest/entities?query=GenericMetricService[@site=%22sandbox%22]{*}&metricName=hadoop.hdfs.auditlog.5m.count&pageSize=1000
> * the last 25 minutes statistics 
> http://localhost:9090/rest/entities?query=GenericMetricService[@site=%22sandbox%22]{*}&metricName=hadoop.hdfs.auditlog.25m.count&pageSize=1000



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)