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

Adam Antal commented on YUNIKORN-107:
-------------------------------------

I checked the REST API and found the following:
{code:go}
type QueueDAOInfo struct {
        QueueName   string         `json:"queuename"`
        Status      string         `json:"status"`
        Capacities  QueueCapacity  `json:"capacities"`
        ChildQueues []QueueDAOInfo `json:"queues"`
}

type QueueCapacity struct {
        Capacity        string `json:"capacity"`
        MaxCapacity     string `json:"maxcapacity"`
        UsedCapacity    string `json:"usedcapacity"`
        AbsUsedCapacity string `json:"absusedcapacity"`
}
{code}
So currently we only emit these (which is really not much)

> Display additional queue information
> ------------------------------------
>
>                 Key: YUNIKORN-107
>                 URL: https://issues.apache.org/jira/browse/YUNIKORN-107
>             Project: Apache YuniKorn
>          Issue Type: Improvement
>          Components: webapp
>            Reporter: Kinga Marton
>            Assignee: Kinga Marton
>            Priority: Major
>
> Right now we are displaying only a few things about a queue (capacity related 
> values and its state), but in the QueueInfo we have a lot of other values, 
> what we should 
> display:[https://github.com/apache/incubator-yunikorn-core/blob/master/pkg/cache/queue_info.go#L45-L66]



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to