3
I was wondering how I would go about measuring the traffic being used on my network for the bitcoind node I am running. It's running on the standard 8333 port, using linux as the OS.
I was looking at iftop which seems to be a tool for doing what I want to do, but I am specifically looking to only monitor traffic associated with the bitcoind node.
Basically I'm trying to see if my implementation of a QOS for the node is working properly.
This might help you: http://superuser.com/questions/604998/monitor-tcp-traffic-on-specific-port
– Jimmy Song – 2015-11-03T02:53:16.560I'm more looking for something that would show me the total bandwidth associated with that port. Like the upload and download speed being used on my network associated with port 8333. Maybe I'm missing it but this just seems to show the connections being made. – Charles S – 2015-11-03T03:04:20.927