monitoring - how to conntracking in suse9 ? ( ip_conntrack ) -


i'm working on suse-10 environment , using /proc/net/ip_conntrack file monitor net conntracking :

tcp 6 431982 established src=.. dst=.. sport=34846 dport=993 packets=169 bytes=14322 ...

but i'm working suse-9 environment , weevil need file monitor net conntracking!

in suse-9 /proc/net/ip_conntrack file show :

udp 17 30 src=.. dst=.. sport=57767 dport=53 [unreplied] src=.. dst=.. sport=53 dport=57767

this not show packets , bytes ! needed packets , bytes

i quite sure because connection [unreplied] - reply see bytes , packets.

if not true try install conntrack tool:

# conntrack /usr/sbin/conntrack

conntrack -l show data file /proc/net/ip_conntrack does. conntrack great monitoring allows show events using: conntrack -e, way don't have poll /proc/net/ip_conntrack anymore.


Comments

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -