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
2014-05-21 08:02:52 +02:00
parent 4b37d08c3f
commit 4392efd3c0

View File

@ -99,6 +99,7 @@ netstat -Lan # display status of listen queues
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
sysctl net.inet.tcp.hostcache.list # show current content of hostcache with its parameters per IP
```
# Firewall