Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor_view.. condor log files
- Date: Tue, 19 Oct 2004 12:42:31 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] condor_view.. condor log files
On Tue, Oct 19, 2004 at 10:38:57AM -0700, bruce wrote:
> hi...
>
> are the log files that condor view produces the same as the normal condor
> collector app....???
>
Yes. The Condor View server is just a condor collector with KEEP_POOL_HISTORY
turned on. The "Condor View" data is produced by some shell scripts that
run condor_stats - that's the best interface to use, trying to read the
raw output that the collector saves when KEEP_POOL_HISTORY is not a
good idea.
-Erik