Hi,condor_status -submitterGives very partial understanding on how much the cluster is utilized, as there is no way to know from it how many of the jobs are multicore, if any.
There is an unmaintained tool "condor_wn" that gives summary tables, I was hoping to find a way to accomplish the same with an integrated tool.
-David
On Mon, Dec 7, 2020 at 7:07 PM Greg Thain <gthain@xxxxxxxxxxx> wrote:
_______________________________________________
Hi,
Is there a chance that condor_watch_q will be backported to the 8.8 branch?
I'm in the process of migrating from torque to HTCondor and I'm missing a tool like that to get overall status of system load.
Today I'm using an homemade script that displays other the number of jobs, also how many cores and memory are requested by the jobs:
It doesn't show all the information your current script shows, but you may also want to consider
condor_status -submitter
which is a quick way to get running/idle/held job counts per submitter.
-greg
HTCondor-users mailing list
To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users
The archives can be found at:
https://lists.cs.wisc.edu/archive/htcondor-users/
_______________________________________________ HTCondor-users mailing list To unsubscribe, send a message to htcondor-users-request@xxxxxxxxxxx with a subject: Unsubscribe You can also unsubscribe by visiting https://lists.cs.wisc.edu/mailman/listinfo/htcondor-users The archives can be found at: https://lists.cs.wisc.edu/archive/htcondor-users/
Attachment:
aggr.awk
Description: application/awk