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

Re: [Condor-users] condor_status specify collector



On Wed, Aug 11, 2010 at 6:43 AM, Mag Gam <magawake@xxxxxxxxx> wrote:
> I am planning to run several collectors on 1 host for reporting and
> web purpose. Is it possible to select a different collector when you
> run condor_status?
>

You can use the "-pool collector[:port]" flag to check on other
collectors.  We have several different collectors running to keep
ourselves from drowning in the pool.  I'd assume there's no difference
between collectors running on different hosts and multiple collectors
on a single host.

Example:
[538 bcotton@egret ~ ]$ condor_status -total
                     Total Owner Claimed Unclaimed Matched Preempting Backfill

         INTEL/LINUX    37     5       0        32       0          0        0
       INTEL/WINNT51  1489   527       1       961       0          0        0
       INTEL/WINNT61  6729    30       0      6699       0          0        0
        X86_64/LINUX   107    69       0        38       0          0        0

               Total  8362   631       1      7730       0          0        0
[539 bcotton@egret ~ ]$ condor_status -total -pool emu
                     Total Owner Claimed Unclaimed Matched Preempting Backfill

        X86_64/LINUX  7831  6376    1372        66      16          1        0

               Total  7831  6376    1372        66      16          1        0
[540 bcotton@egret ~ ]$

You can see the condor_status man page for more information:

http://www.cs.wisc.edu/condor/manual/v7.5/condor_status.html



-- 
Ben Cotton
Systems Research Engineer
IT Research Systems
Purdue University