[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] FW: display CMD full name



Ian,

Thanks for the tip, exactly what I was looking for…

Alex

 

From: condor-users-bounces@xxxxxxxxxxx [mailto:condor-users-bounces@xxxxxxxxxxx] On Behalf Of Ian Chesal
Sent: Tuesday, April 13, 2010 2:30 PM
To: Condor-Users Mail List
Subject: Re: [Condor-users] FW: display CMD full name

 

Alex,

You can use the -f format option with condor_q to roll your own custom view.

For example:

condor_q -f "%d\n" jobid -f "%s\n" remoteowner -f "%s\n" cmd

Anything that's in the job's class ad is fair game for printing with condor_q this way.

- Ian

On Tue, Apr 13, 2010 at 2:25 PM, Alas, Alex [FEDI] <aalas@xxxxxxxxxxxxx> wrote:

Hello to all,

I got a question from one of my condor user to see if there’s a way to display in the output of condor_q the whole name of the CMD,

thanks for your help in advance…

Alex

 

 

The current output of command condor_q like

ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE  CMD         

 652.0   username        4/13 10:19   0+01:50:30 R  0   732.4 lasDHZg_username_S

 654.0   username        4/13 10:19   0+01:41:01 R  0   732.4 lasDHZg_username_S

 

 

How to display the CMD full name as following?

ID      OWNER            SUBMITTED     RUN_TIME ST PRI SIZE  CMD         

 652.0   username        4/13 10:19   0+01:50:30 R  0   732.4 lasDHZg_username_SHILOH_1271168351637_5.bat

 654.0   username        4/13 10:19   0+01:41:01 R  0   732.4 lasDHZg_username_SHILOH_1271168351637_6.bat

 

 

 


_______________________________________________
Condor-users mailing list
To unsubscribe, send a message to condor-users-request@xxxxxxxxxxx with a
subject: Unsubscribe
You can also unsubscribe by visiting
https://lists.cs.wisc.edu/mailman/listinfo/condor-users

The archives can be found at:
https://lists.cs.wisc.edu/archive/condor-users/