You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@mesos.apache.org by "Benjamin Mahler (JIRA)" <ji...@apache.org> on 2017/09/11 18:53:00 UTC

[jira] [Commented] (MESOS-4341) Break up used / allocated / available resources

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

Benjamin Mahler commented on MESOS-4341:
----------------------------------------

This ticket combines too many things:

{quote}
Used / allocated naming is very inconsistent now. Sometimes allocated means allocated, sometimes "total available": http://imgur.com/zLEX5pU
{quote}

This was a bug, fixed here: https://github.com/apache/mesos/commit/65ecc0a7c87880f382c13062d4d21c0cd178c945

{quote}
I propose to have the following:
used / allocated for each framework and task
user / allocated / total for each slave and for cluster as a whole
Master now shows idle and offered, slaves have "slack" capacity too that might be used for preemptive tasks. Not sure if it should be visualized as well.
It looks like fetching cluster-wide utilization requires fetching stats from each slave, so it can be added separately later.
{quote}

What I'm distilling from this is a request for showing utilization from the master pages, since we already display it per agent. We haven't done this since, as you said, the master does not have utilization information of the whole cluster at the current time. It's possible we could build something for this. I'll close this out, can you file a ticket with the specific request for displaying utilization from the cluster-wide pages?

> Break up used / allocated / available resources
> -----------------------------------------------
>
>                 Key: MESOS-4341
>                 URL: https://issues.apache.org/jira/browse/MESOS-4341
>             Project: Mesos
>          Issue Type: Improvement
>          Components: webui
>            Reporter: Ivan Babrou
>         Attachments: really.png, Screen Shot 2016-01-12 at 8.51.39 PM.png
>
>
> Used / allocated naming is very inconsistent now. Sometimes allocated means allocated, sometimes "total available": http://imgur.com/zLEX5pU
> I propose to have the following:
> * used / allocated for each framework and task
> * user / allocated / total for each slave and for cluster as a whole
> Master now shows idle and offered, slaves have "slack" capacity too that might be used for preemptive tasks. Not sure if it should be visualized as well.
> It looks like fetching cluster-wide utilization requires fetching stats from each slave, so it can be added separately later.



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