You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@eagle.apache.org by "Hao Chen (JIRA)" <ji...@apache.org> on 2017/01/12 03:30:17 UTC

[jira] [Resolved] (EAGLE-849) System metric collector python script

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

Hao Chen resolved EAGLE-849.
----------------------------
    Resolution: Fixed

> System metric collector python script
> -------------------------------------
>
>                 Key: EAGLE-849
>                 URL: https://issues.apache.org/jira/browse/EAGLE-849
>             Project: Eagle
>          Issue Type: Improvement
>          Components: System Metric Monitor
>    Affects Versions: v0.5.0
>            Reporter: Hao Chen
>            Assignee: Hao Chen
>             Fix For: v0.5.0
>
>
> Refactor System metric collector python script following similar framework as existing jmx metric collector.
> {code}
>     Single CPU Used (per_cpu_usage) = user + nice + system + wait + irq + softirq + steal + guest
>     Single CPU Total (per_cpu_total)    = user + nice + system + idle + wait + irq + softirq + steal + guest
>     Single CPU Usage (%) = Single CPU Used (per_cpu_usage) / Single CPU Total (per_cpu_total) 
>     Total CPU Usage (system.cpu.totalusage) = (total_cpu_usage - pre_total_cpu_usage) / (total_cpu - pre_total_cpu) % 
> {code}



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