You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@kylin.apache.org by "Zhong Yanghong (JIRA)" <ji...@apache.org> on 2017/07/18 02:47:00 UTC

[jira] [Updated] (KYLIN-2724) Introduce metrics collector for system metrics, like cpu, memory, etc

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

Zhong Yanghong updated KYLIN-2724:
----------------------------------
    Description: 
For system metrics, we made an extension by introducing collecting frequency. Since collecting all of system metrics too frequently may bring heavy workload to servers, and different kind of metrics owns different priority, we divide system metrics into three groups with different collecting frequencies as follows:
* high frequency metrics(cpuUsage, jvmCpuUsage, jvmMemAvail, javaFDs, sysFDs)
* medium frequency metrics(jvmMemTotal, jvmVirtualBytes)
* low frequency metrics(avgSystemLoad, serverUpTimeInHrs, physMemAvail, physMemTotal, jvmMemUsed, jvmPrivateBytes, maxJavaFDs, maxSysFDs)


> Introduce metrics collector for system metrics, like cpu, memory, etc
> ---------------------------------------------------------------------
>
>                 Key: KYLIN-2724
>                 URL: https://issues.apache.org/jira/browse/KYLIN-2724
>             Project: Kylin
>          Issue Type: Sub-task
>    Affects Versions: v2.0.0
>            Reporter: Zhong Yanghong
>            Assignee: Zhong Yanghong
>
> For system metrics, we made an extension by introducing collecting frequency. Since collecting all of system metrics too frequently may bring heavy workload to servers, and different kind of metrics owns different priority, we divide system metrics into three groups with different collecting frequencies as follows:
> * high frequency metrics(cpuUsage, jvmCpuUsage, jvmMemAvail, javaFDs, sysFDs)
> * medium frequency metrics(jvmMemTotal, jvmVirtualBytes)
> * low frequency metrics(avgSystemLoad, serverUpTimeInHrs, physMemAvail, physMemTotal, jvmMemUsed, jvmPrivateBytes, maxJavaFDs, maxSysFDs)



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)