Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ポート内の接続数を返すLinux関数を探しています。
「lsof」について調査していましたが、ドア内の接続のみを出力し、すべての接続の合計を返しません。たとえば、ポート80に2つの接続がある場合、接続ではなく2を返します。
netstatを試しましたか?