Very simple
NetStat -Nat | GREP ": 80" | GREP EST | WC -L
EST is ESTABLISHED
For accurate, you can add server IP, such as
NetStat -Nat | GREP "10.1.3.4: 80" | GREP EST | WC -L