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

Re: [Condor-users] How to get Machine Availability using Condor



> The problem with using condor_status everytime , is I want to
> know the status of the resource where I am running the
> script(CRON Job) and now if this request goes everytime to
> my collector(Central Manager) over the network, it may increase
> the network traffic and the information could be stale too once
> in a while.

Yes, I addressed this problem with my answer when I told you to use:

	condor_status -direct localhost -f "%s\t" machine -f "%f\n"
loadavg

I think you should take a look at the condor_status synopsis page on the
Condor web site:

http://www.cs.wisc.edu/condor/manual/v6.8/condor_status.html

Read the entire page.

- Ian


Confidentiality Notice.  This message may contain information that is confidential or otherwise protected from disclosure.
If you are not the intended recipient, you are hereby notified that any use, disclosure, dissemination, distribution, 
or copying of this message, or any attachments, is strictly prohibited.  If you have received this message in error, 
please advise the sender by reply e-mail, and delete the message and any attachments.  Thank you.