astrofrog / psrecord

Record the CPU and memory activity of a process :chart_with_upwards_trend:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Monitor network usage

LeDangQuang opened this issue · comments

Hi,

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

Thanks.

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.