Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrects the entry for condor_watch_q in the quick reference #862

Merged
merged 1 commit into from
Feb 27, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/)
Loading