View WWW Service Current Connection

xiaoxiao2021-03-06  90

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

转载请注明原文地址:https://www.9cbs.com/read-96559.html

New Post(0)