Skip to content

count active connections

Louis Charette edited this page Apr 19, 2014 · 1 revision

You can use netstat for a simple count: netstat -lntp |grep 6969|wc -l

Clone this wiki locally