How can I find the total number of TCP connections for a given port and period of time by IP?
On a Linux system there are plenty of methods for listing the current TCP connections for a given port by connecting IP but: how can I count the total number of connections to a port per source IP ...