Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gather network statistics from prmon #2

Closed
graeme-a-stewart opened this issue Mar 7, 2018 · 1 comment · Fixed by #28
Closed

Gather network statistics from prmon #2

graeme-a-stewart opened this issue Mar 7, 2018 · 1 comment · Fixed by #28
Assignees
Labels
enhancement New feature or request

Comments

@graeme-a-stewart
Copy link
Member

Not hugely clear how to get this per-process, but measuring "global" network activity in a controlled process space might be sufficient for this purpose (docker, cgroups?).

@graeme-a-stewart graeme-a-stewart added the enhancement New feature or request label Mar 19, 2018
@graeme-a-stewart graeme-a-stewart self-assigned this Mar 30, 2018
@graeme-a-stewart
Copy link
Member Author

I started to work on this now, basing the counting on using the /sys/class/net/DEVICE/statistics counters.

My idea at the moment is to monitor rx_bytes, rx_packets, tx_bytes, tx_packets.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant