Skip to content

Commit

Permalink
Corrects the entry for condor_watch_q
Browse files Browse the repository at this point in the history
  • Loading branch information
aowen-uwmad committed Feb 27, 2025
1 parent 6390a80 commit f23f01c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _uw-research-computing/htcondor-quick-ref.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---

layout: guide
title: "Quick reference: HTCondor commands"
alt_title: "Quick reference: HTCondor commands"
Expand Down Expand Up @@ -52,7 +52,7 @@ You can use these commands to submit, hold, or remove your jobs.
| `condor_q -l <job_ID>` | lists all attributes of the job(s) associated with `job_ID` |
| `condor_q -hold <job_ID>` | displays the hold reason for job(s) associated with `job_ID` |
| `condor_q -better-analyze <job_ID>` | 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 <job_ID>` | prints the last 10 lines of the standard output the job associated with `job_ID` |
{:.command-table}

Expand Down Expand Up @@ -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/)
* [HTCondor manual](https://htcondor.readthedocs.io/en/latest/)

0 comments on commit f23f01c

Please sign in to comment.