Github user zhuoliu commented on a diff in the pull request:

    https://github.com/apache/storm/pull/875#discussion_r44555808
  
    --- Diff: storm-core/src/ui/public/templates/index-page-template.html ---
    @@ -215,6 +215,26 @@
             </span>
           </th>
           <th>
    +        <span data-toggle="tooltip" data-placement="above" title="Memory 
capacity of a supervisor.">
    +          Total Mem (MB)
    +        </span>
    +      </th>
    +      <th>
    +        <span data-toggle="tooltip" data-placement="left" title="Memory 
that has been allocated.">
    +          Used Mem (MB)
    +        </span>
    +      </th>
    +      <th>
    +        <span data-toggle="tooltip" data-placement="above" title="CPU 
capacity of a supervisor. Every 100 means one core.">
    +          Total CPU (%)
    --- End diff --
    
    Thanks for the comment. This is a percentage to a vCore. So every 1 equals 
to 1% of a core. E.g., 400 here means 4 CPU vCore. I would appreciate if we can 
have a more descriptive unit sign here.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to