Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [condor-users] Condor_status format
- Date: Wed, 7 Apr 2004 14:53:52 -0500
- From: Zachary Miller <zmiller@xxxxxxxxxxx>
- Subject: Re: [condor-users] Condor_status format
On Wed, Apr 07, 2004 at 02:46:29PM -0500, Alain Roy wrote:
>
> >How can I change the string size for the first column displayed in the
> >Condor_status command, from 13 to say 20 characters?
>
> You can't.
>
> But all is not lost. You can get a lot of the information you want with the
> -format option for condor_status. For instance, you can do:
>
> condor_status -format "%20.20s:" Name -format "%10.10s" OpSys \
> -format "%10.10s" State -format "%10.10s\n" Activity
>
> The names you can use for attributes can be found with "condor_q -l"
minor mistake in the above, it should say:
the names you can use for attributes can be found with "condor_status -l".
you can also use -format with condor_q, and of course those names can be found
with "condor_q -l". the -const option is also quite useful, and it references
the same attribute names.
cheers,
-zach
Condor Support Information:
http://www.cs.wisc.edu/condor/condor-support/
To Unsubscribe, send mail to majordomo@xxxxxxxxxxx with
unsubscribe condor-users <your_email_address>