Search found 1 match

by Alexi102000
Mon Jun 05, 2017 12:51 pm
Forum: Help: General
Topic: Graphing the number of connections per machine IP
Replies: 1
Views: 427

Graphing the number of connections per machine IP

Hello, I have done a lot of searching, but there does not seem to be anything out there that I could potentially utilize. I would like to somehow graph the number of connections hitting a server and break it down by machine IP. For example, on Linux system, running: # netstat -ntu | awk '{print $5}'...