Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Condor UI
- Date: Thu, 20 Jul 2006 15:41:48 +0100
- From: "Matt Hope" <matthew.hope@xxxxxxxxx>
- Subject: Re: [Condor-users] Condor UI
On 7/20/06, Ronen Yaari <Ronen@xxxxxxxxxxxxx> wrote:
All,
Does condor has any kind of User Interface for browsing the pool status
and queue for Windows Platform?
short answer - not in the official release.
Longer answer, several people have kindly provided/opened up there own
tools wrapping the command line/soap based queries. Browsing the
archives you will find a few.
I find it is quite useful to write your own wrapper round the calls to
the collector (condor_ststus) using the format or -long options for
output since it gives you a good understanding of how things work unde
the hood.
That said doing all the annoying translation between unix epoch
datetimes and enumeration codes is a pain.
There are some scripts on the list archives (search for awk for example)
Matt