[ 
https://issues.apache.org/jira/browse/YARN-10688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17299995#comment-17299995
 ] 

Qi Zhu edited comment on YARN-10688 at 3/12/21, 2:40 AM:
---------------------------------------------------------

Thanks a lot [~ebadger] for review.

Fixed it in latest patch,  and all the tests error are related to this.

And also fix the checkstyle. :D

 


was (Author: zhuqi):
Thanks a lot [~ebadger] for review.

Fixed it in latest patch, and also fix the checkstyle. :D

Thanks

> ClusterMetrics should support GPU related metrics.
> --------------------------------------------------
>
>                 Key: YARN-10688
>                 URL: https://issues.apache.org/jira/browse/YARN-10688
>             Project: Hadoop YARN
>          Issue Type: Improvement
>          Components: metrics, resourcemanager
>    Affects Versions: 3.2.2, 3.4.0
>            Reporter: Qi Zhu
>            Assignee: Qi Zhu
>            Priority: Major
>         Attachments: YARN-10688.001.patch, YARN-10688.002.patch, 
> image-2021-03-11-15-35-49-625.png
>
>
> Now the ClusterMetrics only support memory and Vcore related metrics.
>  
> {code:java}
> @Metric("Memory Utilization") MutableGaugeLong utilizedMB;
> @Metric("Vcore Utilization") MutableGaugeLong utilizedVirtualCores;
> @Metric("Memory Capability") MutableGaugeLong capabilityMB;
> @Metric("Vcore Capability") MutableGaugeLong capabilityVirtualCores;
> {code}
>  
>  
> !image-2021-03-11-15-35-49-625.png|width=593,height=253!
> In our cluster, we added GPU supported, so i think the GPU related metrics 
> should also be supported by ClusterMetrics.
>  
> cc [~pbacsko]  [~Jim_Brennan]  [~ebadger]  [~gandras]  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: yarn-issues-unsubscr...@hadoop.apache.org
For additional commands, e-mail: yarn-issues-h...@hadoop.apache.org

Reply via email to