From f23f01c2498a022e7ddaf84a76d85cdfea7c7a9c Mon Sep 17 00:00:00 2001 From: aowen-uwmad Date: Thu, 27 Feb 2025 08:53:59 -0600 Subject: [PATCH] Corrects the entry for condor_watch_q --- _uw-research-computing/htcondor-quick-ref.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_uw-research-computing/htcondor-quick-ref.md b/_uw-research-computing/htcondor-quick-ref.md index b8273cab..461add75 100644 --- a/_uw-research-computing/htcondor-quick-ref.md +++ b/_uw-research-computing/htcondor-quick-ref.md @@ -1,4 +1,4 @@ ---- + layout: guide title: "Quick reference: HTCondor commands" alt_title: "Quick reference: HTCondor commands" @@ -52,7 +52,7 @@ You can use these commands to submit, hold, or remove your jobs. | `condor_q -l ` | lists all attributes of the job(s) associated with `job_ID` | | `condor_q -hold ` | displays the hold reason for job(s) associated with `job_ID` | | `condor_q -better-analyze ` | displays *simulated* results of the matching process associated with the job | This is a *starting point* for troubleshooting jobs sitting in the idle state. | -| `watch_condor_q` | displays the "real-time" status of your jobs | Updated every 2 seconds. `CTRL + C` to exit. | +| `condor_watch_q` | displays the "real-time" status of your jobs | Updated every 2 seconds. `CTRL + C` to exit. | | `condor_tail ` | prints the last 10 lines of the standard output the job associated with `job_ID` | {:.command-table} @@ -90,4 +90,4 @@ These commands display information about the execution points - machines that ex * [Job submission](htcondor-job-submission) * [Monitor your jobs](condor_q) -* [HTCondor manual](https://htcondor.readthedocs.io/en/latest/) \ No newline at end of file +* [HTCondor manual](https://htcondor.readthedocs.io/en/latest/)