$ netstat -n | grep :80 | wc -l
How many HTTPS connections?
$ netstat -n | grep :443 | wc -l
How many connections are from an IP?
$ netstat -n | grep XXX.XXX.XXX.XXX
$ netstat -n | grep :80 | wc -l
$ netstat -n | grep :443 | wc -l
$ netstat -n | grep XXX.XXX.XXX.XXX
No comments:
Post a Comment