Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Bug in condor_status in version 8.6.0??
- Date: Wed, 01 Feb 2017 18:50:05 +0000
- From: John M Knoeller <johnkn@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Bug in condor_status in version 8.6.0??
Yes, this is indeed a bug. The code that makes nice columns is kicking in where it shouldn't be - picking up the 6 from the %6.2 format and
Truncating all of the "columns" to a width of 6.
I'm pretty sure it can be fixed by the time 8.6.1. gets released. I have filed a bug here:
https://htcondor-wiki.cs.wisc.edu/index.cgi/tktview?tn=6120
-tj
-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Antonio Dorta
Sent: Tuesday, January 31, 2017 6:03 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [HTCondor-users] Bug in condor_status in version 8.6.0??
Hi!
We use condor_status to generate something like a CSV to gather some data. We have recently upgraded HTCondor from version 8.4.10 to 8.6.0 and now we are having problems with format when getting data related to machine load:
One example:
Test command: condor_status -format '%6.2f;' TotalLoadAvg -format '%6.2f;' TotalCondorLoadvg -format '%6.2f;' LoadAvg -format '%6.2f;\n'
CondorLoadAvg
Output (8.4.10):
0.03; 0.00; 0.00; 0.00;
0.41; 0.00; 0.41; 0.00;
0.04; 0.00; 0.00; 0.00;
0.03; 0.00; 0.00; 0.00;
Output (8.6.0):
0.00 0.00 0.00 0.00 0.00 0.88 0.00 0.88 0.00 0.88 0.00 0.00
0.00 0.88 0.00 0.00 0.00 0.88 0.00 0.00 0.00 0.29 0.00
0.29 0.00 0.29 0.00 0.00 0.00 0.29 0.00 0.00 0.00 0.29 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00
0.00 0.00
We have tried with some other fields and format seems to work properly, but not with load data... Is there a way to fix this?
Thanks!
--
Antonio Dorta
Servicios InformÃticos EspecÃficos (SIE) InvestigaciÃn y EnseÃanza Instituto de AstrofÃsica de Canarias (IAC) C/ VÃa LÃctea, s/n. 38205 - La Laguna, Santa Cruz de Tenerife
Despacho: 1124. Tfno: 922 60 5278. email: adorta@xxxxxx Supercomputing at IAC:
http://www.iac.es/sieinvens/SINFIN/Main/supercomputing.php
----------------------------------------------------------------
ADVERTENCIA: Sobre la privacidad y cumplimiento de la Ley de Proteccion de Datos, acceda a http://www.iac.es/disclaimer.php
WARNING: For more information on privacy and fulfilment of the Law concerning the Protection of Data, consult http://www.iac.es/disclaimer.php?lang=en
_______________________________________________
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/