XMLWordPrintableJSON

Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 0.10
    • webapp

    Description

      URL: ws/v1/clusters/utilization

      this should something like the following (per-partition):

      [
      {
       partition: default,
       utilization: [ {
          type: "cpu",
          total: 100,
          used: 50,
          usage: 50%
        },
        {
           type: "memory",
           total: 1000,
           used: 500,
           usage: 50%
        }
       ]
      }, 
      ...
      ]
      

      Attachments

        Issue Links

          Activity

            People

              tingyao TingYao Huang
              wwei Weiwei Yang
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: