• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Critical Critical
    • core
    • None
    • Platform: All, OS: All

      the graph legend of the load statistics shows that blue line is busy executor,
      red line total executors.
      Is this correct?

      ---- Japanese ----
      Load Statisticsのグラフの凡例ですが、青い線が実行中のエグゼキューター数になって
      いますが、赤い線ではないでしょうか。

          [JENKINS-2818] wrong graph legend of the load statistics

          Created an attachment (id=507)
          Screenshot showing the correct legend

          Kohsuke Kawaguchi added a comment - Created an attachment (id=507) Screenshot showing the correct legend

          僕の所では正しくなっているのですが、曽我部さんのところではどうなっていますか?

          Kohsuke Kawaguchi added a comment - 僕の所では正しくなっているのですが、曽我部さんのところではどうなっていますか?

          sogabe added a comment -

          Created an attachment (id=508)
          screenshot

          sogabe added a comment - Created an attachment (id=508) screenshot

          sogabe added a comment -

          凡例では、青が総数、赤が実行中になっていますが、添付したイメージを見る限り逆に見
          えます。

          LoadStatistics.javaの
          137 public CategoryDataset createDataset(TimeScale timeScale) {
          138 return createDataset(timeScale,
          139 new float[][]

          { 140 busyExecutors.pick(timeScale).getHistory(), 141 totalExecutors.pick(timeScale).getHistory(), 142 queueLength.pick(timeScale).getHistory() 143 }

          ,
          144 new String[]

          { 145 Messages.LoadStatistics_Legends_TotalExecutors(), 146 Messages.LoadStatistics_Legends_BusyExecutors(), 147 Messages.LoadStatistics_Legends_QueueLength() 148 }

          );
          149 }
          の140行、141行が逆に見えます。

          sogabe added a comment - 凡例では、青が総数、赤が実行中になっていますが、添付したイメージを見る限り逆に見 えます。 LoadStatistics.javaの 137 public CategoryDataset createDataset(TimeScale timeScale) { 138 return createDataset(timeScale, 139 new float[][] { 140 busyExecutors.pick(timeScale).getHistory(), 141 totalExecutors.pick(timeScale).getHistory(), 142 queueLength.pick(timeScale).getHistory() 143 } , 144 new String[] { 145 Messages.LoadStatistics_Legends_TotalExecutors(), 146 Messages.LoadStatistics_Legends_BusyExecutors(), 147 Messages.LoadStatistics_Legends_QueueLength() 148 } ); 149 } の140行、141行が逆に見えます。

          Code changed in hudson
          User: : kohsuke
          Path:
          trunk/hudson/main/core/src/main/java/hudson/model/LoadStatistics.java
          trunk/www/changelog.html
          http://fisheye4.cenqua.com/changelog/hudson/?cs=14361
          Log:
          [FIXED JENKINS-2818] D'oh! Fixed in 1.273.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : kohsuke Path: trunk/hudson/main/core/src/main/java/hudson/model/LoadStatistics.java trunk/www/changelog.html http://fisheye4.cenqua.com/changelog/hudson/?cs=14361 Log: [FIXED JENKINS-2818] D'oh! Fixed in 1.273.

            Unassigned Unassigned
            sogabe sogabe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: