storm.hbs 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  1. {{!
  2. * Licensed to the Apache Software Foundation (ASF) under one
  3. * or more contributor license agreements. See the NOTICE file
  4. * distributed with this work for additional information
  5. * regarding copyright ownership. The ASF licenses this file
  6. * to you under the Apache License, Version 2.0 (the
  7. * "License"); you may not use this file except in compliance
  8. * with the License. You may obtain a copy of the License at
  9. *
  10. * http://www.apache.org/licenses/LICENSE-2.0
  11. *
  12. * Unless required by applicable law or agreed to in writing, software
  13. * distributed under the License is distributed on an "AS IS" BASIS,
  14. * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  15. * See the License for the specific language governing permissions and
  16. * limitations under the License.
  17. }}
  18. {{view view.parentView.sumMasterComponentView}}
  19. <tr>
  20. <td>
  21. <a href="#" {{action filterHosts view.superVisorComponents.[0]}}>
  22. {{t dashboard.services.storm.supervisors}}
  23. </a>
  24. </td>
  25. <td>
  26. <span>
  27. {{#view view.superVisorsLiveTextView}}
  28. {{view.liveComponents}}/{{view.totalComponents}}
  29. {{/view}}
  30. </span> {{t services.service.summary.SupervisorsLIVE}}
  31. </td>
  32. </tr>
  33. <tr>
  34. <td>
  35. {{t services.service.summary.storm.freeslots}}
  36. </td>
  37. <td>
  38. {{view.service.freeSlots}} / {{view.service.totalSlots}} ({{view.freeSlotsPercentage}}% free)
  39. </td>
  40. </tr>
  41. <tr>
  42. <td>
  43. {{t services.service.summary.storm.tasks}}
  44. </td>
  45. <td>
  46. {{view.service.totalTasks}}
  47. </td>
  48. </tr>
  49. <tr>
  50. <td>
  51. {{t services.service.summary.storm.executors}}
  52. </td>
  53. <td>
  54. {{view.service.totalExecutors}}
  55. </td>
  56. </tr>
  57. <tr>
  58. <td>
  59. {{t services.service.summary.storm.topologies}}
  60. </td>
  61. <td>
  62. {{view.service.topologies}}
  63. </td>
  64. </tr>
  65. <tr>
  66. <td>
  67. {{t services.service.summary.storm.nimbus.uptime}}
  68. </td>
  69. <td>
  70. {{view.nimbusUptimeFormatted}}
  71. </td>
  72. </tr>