Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_view.. condor log files
- Date: Tue, 19 Oct 2004 10:38:57 -0700
- From: "bruce" <bedouglas@xxxxxxxxxxxxx>
- Subject: [Condor-users] condor_view.. condor log files
hi...
are the log files that condor view produces the same as the normal condor
collector app....???
-----Original Message-----
From: Tsagkalidou Vassiliki [mailto:std00120@xxxxxxxxx]
Sent: Tuesday, October 19, 2004 10:18 AM
To: bruce
Cc: condor-users@xxxxxxxxxxx
Subject: RE: [Condor-users] An interface for condor's log-files.
> Thanks for getting back to me. Ok, as I understand you, your app basically
> looks at/monitors a given file(s) and in turn parses the file(s) and
writes
> the information into a mysql database/tables. Is this correct?
Yes, this is correct!
> My question: Are the logfiles from Condor_view different/the same as the
log
> files that you currently parse? If the log files are different, how easy
> would it be to parse/add the information from the Condor_View log files to
> your app?
Unfortunately, I don't know how the log-files from the Condor_View are ,
but I can give you an example of a log-file that my program parses:
000 (001.000.000) 12/10 15:59:05 Job submitted from host:
<195.134.65.60:33093>
...
001 (001.000.000) 12/10 15:59:34 Job executing on host:
<195.134.65.11:33925>
...
005 (001.000.000) 12/10 15:59:34 Job terminated.
(1) Normal termination (return value 0)
Usr 0 00:00:00, Sys 0 00:00:00 - Run Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Run Local Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Total Remote Usage
Usr 0 00:00:00, Sys 0 00:00:00 - Total Local Usage
891 - Run Bytes Sent By Job
5477186 - Run Bytes Received By Job
891 - Total Bytes Sent By Job
5477186 - Total Bytes Received By Job
...
This is a short log-file , but I think that you can understand if it is
the same or not.
Valia.
>
>
> -----Original Message-----
> From: Tsagkalidou Vassiliki [mailto:std00120@xxxxxxxxx]
> Sent: Tuesday, October 19, 2004 9:23 AM
> To: bruce
> Subject: RE: [Condor-users] An interface for condor's log-files.
>
>
>
> If you want I can send you the code,but until now there is not an
> automatic way to load data in the database. I made a program that
> monitors a file in which it is supposed that condor will write the full
path
> of
> the new log-files, and then this program will parse the log-files and will
> load the data in the database...
>
> I use MySQL as DBMS and PHP from building the application.
> You can ask me anything you want about what the app does.
>
> Valia.
>
> On Tue, 19 Oct 2004, bruce wrote:
>
> > Valia,
> >
> > Hi... saw what you had regarding your condor database app....
> >
> > I'm interested in possibly tying condor to a database, and it appears
that
> > you've gotten something similar. Is it possible for us to talk
back/forth
> > about what your app does and the underlying database/interface...
> >
> > Also, is the code for your app available for use?
> >
> > Thanks
> >
> > Bruce Douglas
> > bedouglas@xxxxxxxxxxxxx
> >
> >
> > -----Original Message-----
> > From: condor-users-bounces@xxxxxxxxxxx
> > [mailto:condor-users-bounces@xxxxxxxxxxx]On Behalf Of Tsagkalidou
> > Vassiliki
> > Sent: Tuesday, October 19, 2004 8:36 AM
> > To: condor-users@xxxxxxxxxxx
> > Subject: [Condor-users] An interface for condor's log-files.
> >
> >
> > Hi everybody,
> > As a result of my undergraduate thesis, I made a database and query
> > application of condor-log files.You can find the application at URL:
> > http://www.di.uoa.gr/~std00120/
> >
> > If you have the time to check it, I would be glad to read your
> > comments about it(if it was easy to understand and manage it,etc)!!!
> > It is important for me to know the opinion of condor's users.
> > You can answer me at my e-mail: std00120@xxxxxxxxx .
> >
> > Thanks a lot,
> > Valia Tsagkalidou.
> > _______________________________________________
> > Condor-users mailing list
> > Condor-users@xxxxxxxxxxx
> > http://lists.cs.wisc.edu/mailman/listinfo/condor-users
> >
> >
>
>
>