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

Re: [Condor-users] NonCondorLoadAvg



Hello All,

I found my problem. I am using the local config file option. At some point I had uncommented SUSPEND = FALSE and never noticed.

I can get my test process to suspend now based on CPUBusy only. The default suspend still isn't behaving and since the USB keyboard and mouse still isn't monitored then I will proceed on CPUBusy.

Has anyone heard if the condor developers will be implementing a fix to allow USB keyboards/mice to be monitored when running stock 2.6 kernels?

Thanks

Jim Summers wrote:
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
-------------------------------------------------