ducttape icon indicating copy to clipboard operation
ducttape copied to clipboard

Implement visualization tool to view run status

Open dowobeha opened this issue 12 years ago • 3 comments

Once a tape has launched, it would be nice to be able to determine (via a command-line tool, GUI, &/or web-based tool) what tasks have completed, what tasks are in progress, and what tasks have not yet started.

dowobeha avatar May 08 '12 13:05 dowobeha

This is currently in progress at https://github.com/jhclark/ducttape/tree/master/webui. It will rely on information being cached in a sqlite DB so that repeated page loads don't destroy disk IO.

The CLI will be accessed via "ducttape status".

jhclark avatar May 08 '12 13:05 jhclark

It appears that "ducttape status" does not currently work. When I tried running it on a running tape, it asks if I want to move all the partial output to the attic. Is this what I should expect at the moment?

dowobeha avatar May 08 '12 13:05 dowobeha

At the moment, it's completely unimplemented (I thought) -- I expected an error to be thrown until I implement the status stuff.

On Tue, May 8, 2012 at 9:31 AM, Lane Schwartz < [email protected]

wrote:

It appears that "ducttape status" does not currently work. When I tried running it on a running tape, it asks if I want to move all the partial output to the attic. Is this what I should expect at the moment?


Reply to this email directly or view it on GitHub: https://github.com/jhclark/ducttape/issues/42#issuecomment-5574611

jhclark avatar May 08 '12 13:05 jhclark