Github user zhuoliu commented on a diff in the pull request: https://github.com/apache/storm/pull/875#discussion_r44597539 --- Diff: storm-core/src/ui/public/templates/index-page-template.html --- @@ -229,6 +249,10 @@ <td>{{uptime}}</td> <td>{{slotsTotal}}</td> <td>{{slotsUsed}}</td> + <td>{{totalMem}}</td> + <td>{{usedMem}}</td> + <td>{{totalCpu}}</td> + <td>{{usedCpu}}</td> --- End diff -- Sure, adding it. For non-RAS scheduler, the totalMem and totalCpu would be default(3000 and 400), and the usedMem and usedCpu will be always 0 and 0, no matter whether there is topology or not.
--- 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. ---