From 4392efd3c0aa607de173eab4da84407ffaa6c802 Mon Sep 17 00:00:00 2001 From: John-Paul Bader Date: Wed, 21 May 2014 08:02:52 +0200 Subject: [PATCH] Update commands.md --- commands.md | 1 + 1 file changed, 1 insertion(+) diff --git a/commands.md b/commands.md index de1140f..b453318 100644 --- a/commands.md +++ b/commands.md @@ -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