1
0
mirror of https://github.com/hukl/freebsd-toolbox.git synced 2025-11-20 03:08:43 +01:00

Update commands.md

This commit is contained in:
John-Paul Bader
2016-03-23 11:11:22 +01:00
parent 9d91e098d6
commit ae0b9f2643

View File

@ -115,6 +115,7 @@ netstat -an # display all connections
netstat -m # display buffer usage
netstat -Lan # display status of listen queues
netstat -s # display extensive statistics per protocol (use -p tcp to only show tcp)
sockstat -l # display listening sockets, process names and pids
sysctl kern.ipc.numopensockets # display number of open sockets
vmstat -z | egrep "ITEM|tcpcb" # number of hash table buckets to handle incoming tcp connections
increase net.inet.tcp.tcbhashsize if hitting the limit