Skip to content

runtingt/CondorTools

Repository files navigation

Condor Tools

python version codecov CI

Useful script(s) for viewing statistics about a HTCondor pool.

Installation

virtualenv env --python=python3.9.21
source env/bin/activate
pip install .

Usage

There are various options available for the condor_stat.py script - see the help message for details:

$ ./condor_stat.py --help
usage: condor_stat.py [-h] [--priority] [--only {cpu,gpu}]

Display HTCondor job stats.

optional arguments:
  -h, --help        show this help message and exit
  --priority        Display user priorities.
  --only {cpu,gpu}  Filter jobs by machine type (CPU or GPU).

Notes

  • Running condor_stat.py will include condor_dagman jobs in the output, which are hidden by default in condor_q. If you see a discrepancy between the number of jobs in condor_q and condor_stat.py, this is likely the reason. To check, run condor_q -nobatch to show all jobs, including condor_dagman jobs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages