Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] Collecting condor_history like output
- Date: Fri, 3 Aug 2007 11:58:09 -0400
- From: "Ian Chesal" <ICHESAL@xxxxxxxxxx>
- Subject: Re: [Condor-users] Collecting condor_history like output
> I'd like to put together a reporting function that would collect the
> contents of condor_history and give periodic usage summaries by user.
> I'm running into the problem that condor_history seems to be a
> local-only command. Is there a way to get the information contained
> in condor_history at the central manager without going to each submit
> node?
>
> Any advice will be most appreciated.
We use Quill to keep the job history in a Postgres database and then
periodically extract the data from the Quill tables into our own history
tables.
- Ian