Hi,
I am trying to visualize total execution time for each process. Is there a way to display the results of each process in a single column, like in the example below?
Try the stats command.
| stats sum(execution_time) by process