turbinia icon indicating copy to clipboard operation
turbinia copied to clipboard

Update turbiniactl output to handle high task counts

Open aarontp opened this issue 4 years ago • 1 comments

Because of the way the partition and docker explorer enumeration works we end up with a lot more Tasks being run now. A couple ideas for things we can update so that the output is not too cluttered:

  • Aggregate Tasks with similar status output in default status view
  • Update the logging output to remove or aggregate task names when waiting for the Turbinia run to complete

aarontp avatar Feb 09 '21 07:02 aarontp

The second part of this has been completed in #839, and the first step ("Aggregate Tasks with similar status output in default status view") still remains. This might be non-trivial to do in a clean way, so we might want to move to some kind of templating instead of trying to hardcode a change like that in the client.

aarontp avatar Oct 05 '21 22:10 aarontp

These are now aggregated in the status view (when full details are not being shown).

aarontp avatar Jan 11 '24 01:01 aarontp