Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [HTCondor-users] Condor Queue
- Date: Thu, 22 Aug 2013 16:14:06 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [HTCondor-users] Condor Queue
On Thu, Aug 22, 2013 at 02:08:15PM -0700, Andrey Kuznetsov wrote:
> I was wondering if it was possible to make condor_queue show me which jobs are
> running on which machine instead of showing me from which machine the jobs
> where submitted from, so that I know which job is where, instead of blinding
> having to open file output logs in random. This is very inconvenient.
Try:
condor_q -run
to see ere each job in a queue and where it is running. Also, try:
condor_status -run
to see each machine listed, and where the job it is running came from.
Cheers,
-zach