Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] graphical display of DAG execution?
- Date: Tue, 12 Jul 2005 20:50:33 -0500
- From: Erik Paulson <epaulson@xxxxxxxxxxx>
- Subject: Re: [Condor-users] graphical display of DAG execution?
On Tue, Jul 12, 2005 at 09:42:59PM -0400, Tobin Fricke wrote:
> I was thinking it would be nice to have a graphical display of the
> execution of a DAG job in Condor. I imagine this would be implemented
> using graphviz and produce an HTML file. The nodes in the graph would be
> color-coded to indicate their execution status (not yet run, running,
> finished successfully, failed, etc) and perhaps they could be hyperlinked
> to results from that job, etc. Does such a thing exist already?
>
condor_dagman -dot is close.
-Erik