Github user jerrypeng commented on a diff in the pull request: https://github.com/apache/storm/pull/875#discussion_r44579118 --- 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 -- ok this make sense
--- 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 infrastruct...@apache.org or file a JIRA ticket with INFRA. ---