astrofrog / psrecord

Record the CPU and memory activity of a process :chart_with_upwards_trend:
BSD 2-Clause "Simplified" License
590 stars 76 forks source link

Monitor network usage #42

Open LeDangQuang opened 6 years ago

LeDangQuang commented 6 years ago

Hi,

It would be nice to have the network utilization by process also.

Thanks.

jgehrcke commented 4 years ago

Getting TCP throughput statistics on a per-process basis is difficult on Linux. If you are interested in measuring the number of open sockets over time for a specific process, then this can be done with https://github.com/jgehrcke/goeffel.