[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] NonCondorLoadAvg



Looking at the values returned, my vanilla universe job should suspend:

From the StartLog:

11/8 09:49:26 SystemLoad: 1.83  CondorLoad: 0.68  OwnerLoad: 1.15

and in the condor_config:

SUSPEND			= $(UWCS_SUSPEND)
UWCS_SUSPEND = ( $(CPUBusy) )
CPUBusy			= ($(NonCondorLoadAvg) >= $(HighLoad))
HighLoad		= 0.5

and guessing that OwnerLoad=NonCondorLoadAvg then the job should suspend. But it isn't.

Ideas or suggestions where I can look next?

Thanks again


Derek Wright wrote:
On Oct 31, 2006, at 7:20 AM, Jim Summers wrote:

I would like to see what the NonCondorLoadAvg and CondorLoadAvg values are.

you want D_LOAD in your STARTD_DEBUG setting:
http://www.cs.wisc.edu/condor/manual/ v6.8.2/3_3Configuration.html#dflag:load

good luck,
-derek

_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at either
https://lists.cs.wisc.edu/archive/condor-users/
http://www.opencondor.org/spaces/viewmailarchive.action?key=CONDOR

--
Jim Summers
School of Computer Science-University of Oklahoma
-------------------------------------------------