I'm trying to construct a select statement that returns the historic details of individual migration processes.
The summary table regards migration (per stgpool) as a single entity and returns the total time for all the processes (ie when the last process completes) and the entire amount of data moved (ie summation of bytes transferred for all the migration processes). Is it possible to get the breakdown of each individual migration thread via a select statement? I am trying to avoid calculating it manually by interrogating the activity log. Thanks Leigh
