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

Re: [HTCondor-users] Get Concurrency Limit Usage



Thanks for that, Max!!

I had been using the following hack:

/usr/bin/condor_status -constraint 'State == "Claimed" && !isUndefined(ConcurrencyLimits)' -format '%v' 'split(ConcurrencyLimits, ", ")'

Yours is much more elegant, tight-knit, and scalable. I always forget to check the other daemons' ClassAds, let alone with condor_userprio.

	-Michael Pelletier.

-----Original Message-----
From: HTCondor-users [mailto:htcondor-users-bounces@xxxxxxxxxxx] On Behalf Of Fischer, Max (SCC)
Sent: Friday, May 4, 2018 8:48 AM
To: HTCondor-Users Mail List <htcondor-users@xxxxxxxxxxx>
Subject: [External] Re: [HTCondor-users] Get Concurrency Limit Usage

Hi all,

Turns out a condor_userprio query directed at the negotiator does the trick.

A query such as
	condor_userprio -negotiator -long | grep Limit works fine for our use case.

Cheers,
Max