[GitHub] storm pull request #2358: [STORM-2770] Add fragmentation metrics for CPU and...

2017-10-08 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2358#discussion_r143374458 --- Diff: storm-server/src/main/java/org/apache/storm/scheduler/Cluster.java --- @@ -934,7 +942,7 @@ public void setStatusMap(Map

[GitHub] storm pull request #2358: [STORM-2770] Add fragmentation metrics for CPU and...

2017-10-08 Thread HeartSaVioR
Github user HeartSaVioR commented on a diff in the pull request: https://github.com/apache/storm/pull/2358#discussion_r143374510 --- Diff: storm-server/src/main/java/org/apache/storm/daemon/nimbus/Nimbus.java --- @@ -1825,6 +1844,11 @@ private void mkAssignments(String

[GitHub] storm pull request #2358: [STORM-2770] Add fragmentation metrics for CPU and...

2017-10-04 Thread kishorvpatil
GitHub user kishorvpatil opened a pull request: https://github.com/apache/storm/pull/2358 [STORM-2770] Add fragmentation metrics for CPU and Memory The patch addresses following: - Calculate fragmentation of CPU/memory - Display it on UI under Cluster summary - Add