Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] view_client: bug in its statistics calculations?
- Date: Mon, 2 Apr 2012 17:35:19 -0700 (PDT)
- From: Rob <spamrefuse@xxxxxxxxx>
- Subject: [Condor-users] view_client: bug in its statistics calculations?
Hi,
The Condor master has version 7.7.5 installed on X86_64 / Fedora_16.
The pool PCs are all Windows XP PCs with Condor 7.4.4.
I also installed the view_client 2.1 on the master in order to monitor
the statistics of the Condor pool.
However, the statistical calculations seem to be wrong.
You can check it out at http://skku.homeip.net/condorstatistics/
At a particular instance I get this for the "Total" row:
Owner Average: 260.2 (56.5%)
Condor Average: 1.1 (0.4%)
Idle Average: 141.8 (43.0%)
The percentages in parentheses sum up to 99.9%, but they do not reflect the actual numbers......when I calculate the percentages manually, I get:
Owner Average: 260.2 / (260.2 + 1.1 + 141.8) = 260.2 / 403.1 = 64.5%
Condor Average: 1.1 / 403.1 = 0.3%
Idle Average: 141.8 / 403.1 = 35.2%
Why are the percentage values so different?
Is there a bug in how the "view_client" calculates them?
Thank you!
Rob.