{section: How to monitor HTCondor pool usage} Known to work with HTCondor version: 7.0 {subsection: How to see accumulated usage per user} {code} condor_userprio -usage -allusers {endcode} If you want to track usage over time, one way is to save the results from the above command periodically (e.g. every day) and then build reports from this historical data. Some working scripts that do this (used on the Wisconsin GLOW pool) may be found {link: http://www.hep.wisc.edu/~dan/condor_usage/ here}. The {link: http://www.cs.wisc.edu/condor/manual/v7.0/3_2Installation.html#SECTION00428000000000000000 CondorView} tool may be used to interactively view historical statistics for a queue.