Linux – How to measure the bandwidth used by a given process after it has completed, on Linux

bandwidthlinuxprocess

Is there a way to get a summary of how much bandwidth a given process used on Linux after the process completes? I do not want a monitor, I want something I can look at after the task has completed..

Ideally something like the "time" command or a profiler, but for network usage.

Best Answer