Hello Ángel,
condor_status
actually displays the CondorLoadAvg in the LoadAv column as opposed to LoadAvg machine ad attribute. These numbers do match up with the custom print format output in your second command. I believe the mindset behind this is to display information relative
to condor processes as opposed to general cpu information.
Cheers,
Cole
Bollig
From: HTCondor-users <htcondor-users-bounces@xxxxxxxxxxx> on behalf of Angel de Vicente <angel.vicente.garrido@xxxxxxxxx>
Sent: Thursday, December 8, 2022 2:36 AM To: htcondor-users@xxxxxxxxxxx <htcondor-users@xxxxxxxxxxx> Subject: [HTCondor-users] LoadAvg always at 0.0 Hello,
after a long hiatus away from HTCondor, I'm starting to use it again, and I realized that the LoadAvg in all our machines are at 0.0 when using the condor_status command. For example: ,---- | $ condor_status islan | Name OpSys Arch State Activity LoadAv Mem ActvtyTime | | slot1@xxxxxxxxx LINUX X86_64 Owner Idle 0.000 1957 0+11:35:04 | slot2@xxxxxxxxx LINUX X86_64 Owner Idle 0.000 1957 0+11:35:04 | slot3@xxxxxxxxx LINUX X86_64 Owner Idle 0.000 1957 0+11:35:04 | slot4@xxxxxxxxx LINUX X86_64 Owner Idle 0.000 1957 0+11:35:04 | | Total Owner Claimed Unclaimed Matched Preempting Backfill Drain | | X86_64/LINUX 4 4 0 0 0 0 0 0 | | Total 4 4 0 0 0 0 0 0 `---- But this doesn't seem to be a proble if I look for those values explicitly using '-format' (as can be seen below). Is this a known issue? (our condor version is 9.0.16 in the clients, and 8.8.5 in the master). ,---- | $ condor_status islan -format "%s \n" Name -format "LoadAvg %f \n" \ | LoadAvg -format "CondorLoadAvg %f \n" CondorLoadAvg -format \ | "TotalLoadAvg %f \n" TotalLoadAvg -format "TotalCondorLoadAvg %f \n\n" \ | TotalCondorLoadAvg | | slot1@xxxxxxxxx | LoadAvg 1.000000 | CondorLoadAvg 0.000000 | TotalLoadAvg 2.030000 | TotalCondorLoadAvg 0.000000 | | slot2@xxxxxxxxx | LoadAvg 1.000000 | CondorLoadAvg 0.000000 | TotalLoadAvg 2.030000 | TotalCondorLoadAvg 0.000000 | | slot3@xxxxxxxxx | LoadAvg 0.030000 | CondorLoadAvg 0.000000 | TotalLoadAvg 2.030000 | TotalCondorLoadAvg 0.000000 | | slot4@xxxxxxxxx | LoadAvg 0.000000 | CondorLoadAvg 0.000000 | TotalLoadAvg 2.030000 | TotalCondorLoadAvg 0.000000 `---- Thanks, -- Ángel de Vicente -- (GPG: 0x64D9FDAE7CD5E939) Research Software Engineer (Supercomputing and BigData) Instituto de Astrofísica de Canarias (https://www.iac.es/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/ |