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

[HTCondor-users] Core usage of cluster



Hi all,

I have come from a Torque/Maui background, where it is easy to show how many cores in the cluster are currently being used

[root@agtorque ~]# showq | grep "Active Jobs" -A1
 Â108 Active Jobs  Â423 of 452 Processors Active (93.58%)
            21 of Â21 Nodes Active   (100.00%)

Is there an easy way to get this info in Condor?

I can get slots easily, but that doesn't show how many cores are being used

[root@ce1atlas ~]# condor_status -state -total

           Machines Owner Unclaimed Claimed Preempting Matched Drain

        Busy    Â0  Â0    Â0  Â243     0   Â0   0
        Idle    Â0  12    68   Â0     0   Â0   0

       ÂTotal    Â0  12    68  Â243     0   Â0   0

Cheers,
Sean