On Mon, Dec 8, 2008 at 11:26, <[EMAIL PROTECTED]> wrote:
> Looking more closely at how find_avg() is used by cluster_view.php:
>
> $avg_cpu_num = find_avg($clustername, "", "cpu_num");
> if ($avg_cpu_num == 0) $avg_cpu_num = 1;
> $cluster_util = sprintf("%.0f", ((double) find_avg($clustername,
>> Windows users are looking at the figure and thinking that `Avg
>> Utilization' refers to CPU utilization (from the cpu_report graph).
>>
>> Maybe both are needed:
>>
>> cluster_util_load: displayed as `Avg Utilization (Load)'
>>
>> cluster_util_cpu: displayed as `Avg Utilization (CPU)'
>>
>> Can
>>> On 12/8/2008 at 5:38 AM, in message
<[EMAIL PROTECTED]
, <[EMAIL PROTECTED]> wrote:
>
> I've been getting a few questions about the Avg Utilization displayed on
> the web pages.
>
> Searching the code, I found it defined like this:
>
> meta_view.php: $cluster_util = sprintf("%.0f", ((
>>> On 12/7/2008 at 1:19 AM, in message <[EMAIL PROTECTED]>,
Carlo Marcelo Arenas Belon <[EMAIL PROTECTED]> wrote:
> On Mon, Dec 01, 2008 at 12:19:25PM -0700, Brad Nicholes wrote:
>> I don't understand what you are trying to do with this patch.
>
> as explained in the commit message (which I a