Some of the charts in cumin, particularly cumulative charts dealing with submissions or completions, can show values exceeding 1 million. Currently 1 million is shown is 1000k. For all charts (flash and png) consider using a unit of 'M' when values exceed 1 million (this means labels will have to include decimals, too).
Values like 6,350,000 will now be shown as 6.35M on the y-axis labels of both the flash and png charts. Fixed in revision 4751.
Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: Values on the y-axis labels > 1 million. Consequence: The labels were being displayed in terms of "k", which is rather awkward when it comes to dealing in terms of millions. Fix: Adjusted the y-axis labeling mechanism to label values > 1 million in terms of "M" instead of "k" Result: The y-axis labels are more sensible when the values are large.
It is hard to get to 1M. Can you please give me a hint on which graph I can quickly go into 1M?
I think that I used condor_submit to queue up millions of "sleep" jobs...once I verified that the graphs did the right thing, I cleared the queue.
On both Flash and PNG graphs I see lower-case "m". That will be changed into upper-case "M" in future version. Verified in cumin-0.1.4887-1.el5
See Bug 725473 for change of "m" into "M".
Technical note updated. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. Diffed Contents: @@ -1,7 +1 @@ -Cause: Values on the y-axis labels > 1 million. +The Cumin charts displayed the values exceeding one million in thousands (for example, "1000k") on the y-axis. This update adjusts the labels to display the values in millions (for example, "1M").- -Consequence: The labels were being displayed in terms of "k", which is rather awkward when it comes to dealing in terms of millions. - -Fix: Adjusted the y-axis labeling mechanism to label values > 1 million in terms of "M" instead of "k" - -Result: The y-axis labels are more sensible when the values are large.
An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-1249.html