FindPage
View Source:
KnowledgeBase/FreeBSD/InfoCommands
<code brush="bash"> # List mbufs and network memory usage: netstat -m # List interface statistics netstat -id # Show PF firewall statistics pfctl -sinfo # Show PF firewall queue info once every three seconds pfctl -vvsqueue </code>