Y
Hacker News
new
|
ask
|
show
|
jobs
by
jen_h
5385 days ago
A. That is AWESOME. Props, guys! B. Just how long did it take for that netstat to return? ;)
1 comments
spokengent
5385 days ago
FWIW, netstat isn't fun to use. conntrack is better, or cat /proc/net/ip_conntrack
link
Luyt
5385 days ago
They're on FreeBSD. conntrack is a Linux utility.
link
spokengent
5385 days ago
ah ok I see...
link
KonradKlause
5385 days ago
conntrack is
not
netstat. I requires netfilter's connection tracking feature.
Using conntrack on a 1MC system will waste even more kernel memory!
link