Computing : Checking Pool Status

List slots in HTCondor pool and their status

Owner (used by owner), Claimed (used by HTCondor), Unclaimed (available to be used by HTCondor), etc.

condor_status -compact
[chbeyer@htc-it02]~% condor_status -compact
Machine             Platform    Slots Cpus Gpus  TotalGb FreCpu  FreeGb  CpuLoad ST Jobs/Min MaxSlotGb

batchg001.desy.de   x64/CentOS7 _       20         45.64      2    45.64    0.01 Ui     0.00 *        
batchg002.desy.de   x64/CentOS7 _       20         45.64      2    45.64    0.00 Ui     0.00 *        
batchg003.desy.de   x64/CentOS7 _       20         45.64      2    45.64    0.00 Ui     0.00 *        
batchg004.desy.de   x64/CentOS7 _       20         45.64      2    45.64    0.00 Ui     0.00 *        
batchg005.desy.de   x64/CentOS7 _       20         45.64      2    45.64    0.00 Ui     0.00 *        
batchg006.desy.de   x64/CentOS7 _       20         45.64      2    45.64    0.00 Ui     0.00 *        
batchg007.desy.de   x64/CentOS7 _       20         45.67      2    45.67    0.00 Ui     0.00 *        
batchg008.desy.de   x64/CentOS7 _       20         45.67      2    45.67    0.00 Ui     0.00 *        
batchg009.desy.de   x64/CentOS7 _       20         45.67      2    45.67    0.01 Ui     0.00 *        
bird-cfel01.desy.de x64/SL6         2   12        252.37     10   248.37    1.67 Pv     0.00      2.00
bird044.desy.de     x64/SL6        11   12         47.25      0    26.75    0.69 Cb     0.00      2.00
bird045.desy.de     x64/CentOS7     0   12         47.00     12    47.00    0.01 Ui     0.00 *        
bird046.desy.de     x64/SL6         9   12         31.43      0    17.43    0.78 Cb     0.00      2.00
bird047.desy.de     x64/SL6        10   12         31.44      0    10.94    0.84 Cb     0.00      4.00
bird048.desy.de     x64/SL6        12   12         31.43      0     8.93    0.53 Cb     0.00      2.00
bird049.desy.de     x64/SL6        11   12         31.40      0    15.90    0.98 Cb     0.05      2.00
bird050.desy.de     x64/SL6        12   12         31.44      0     7.44    0.75 Cb     0.00      2.00
bird051.desy.de     x64/SL6        11   12         31.43      0    12.93    0.90 Cb     0.05      2.00
bird052.desy.de     x64/SL6        10   12         31.44      0    10.94    0.60 Cb     0.00      4.00
bird053.desy.de     x64/SL6        12   12         31.43      0     8.43    0.76 Cb     0.10      2.00
bird054.desy.de     x64/SL6        10   12         47.22      0    28.72    0.81 Cb     0.00      4.00
bird055.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.01 Ui     0.00 *        
bird056.desy.de     x64/CentOS7     0   12         46.93     12    46.93    0.01 Ui     0.00 *        
bird057.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.01 Ui     0.00 *        
bird058.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.00 Ui     0.00 *        
bird059.desy.de     x64/SL6        12   12         47.19      0    25.69    0.85 Cb     0.15      2.00
bird060.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.00 Ui     0.00 *        
bird061.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.00 Ui     0.00 *        
bird062.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.00 Ui     0.00 *        
bird063.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.00 Ui     0.00 *        
bird064.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.01 Ui     0.00 *        
bird065.desy.de     x64/CentOS7     0   12         46.96     12    46.96    0.00 Ui     0.00 *        
<snip>


Useful Options

  • -avail: List those slots that are not busy and could run HTCondor jobs at this moment
  • -submitters: Show information about the current general status, like number of running, idle and held jobs (and submitters)
  • -run: List slots that are currently running jobs and show related information (owner of each job, machine where it was submitted from, etc.)
  • -compact: Compact list, with one line per machine instead of per slot
  • -state -total: List a summary according to the state of each slot
  • -master: List machines, but just their names (status and slots are not shown)
  • -server: List attributes of slots, such as memory, disk, load, flops, etc.
  • -sort Memory: Sort slots by Memory, you can try also with other attributes