[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-users] question regarding job/app status



hi...

i'm trying to determine the best/most efficient way to get
information/status from condor regarding the apps/jobs that would be run on
a condor network.

if i have a test submit file like:
Executable = foo.pl
Universe = vanilla
Error = qq_1097864225.err
Log = qq_1097864225.log
should_transfer_files=yes
when_to_transfer_output = ON_EXIT

Queue

Executable = mouse.pl
Queue

Executable = bird.pl
Queue

Executable = dog.pl
Queue

Executable = ant.pl
Queue


where i'm essentially running 5 different perl apps, how would i be able to
get the following information, in real time, given that the perl apps might
be running on different servers within the condor network.

i'm trying to capture:
 name of app
 time app started to run
 amount of time app is running/did run
 time app stopped
 status (ongoing/end)
 the server the app is run/ran on


ultimately, i'm considering a kind of web interface, that allows users to be
able to 'see' where a given app is, and the status of the app. so i'm trying
to determine the best way to pull/get the information from condor...

any suggestions/thoughts/etc as to how to implement this would be helpful...

thanks...

-bruce