|
hi sumitpandya,
local-port is 500 and remote port is depend on the application is can 36053, 45050,etc and connection time is 23:30:25, pid is 00919 (919), application id is 112.
how to check that the tcp connection is stuck (means no transaction on the tcp ?
note : using solaris 8 sparc 5.8
please advice
thank you
bucci
quote:
originally posted by sumitpandya
give us header of "application log connection:". example
local-port remote-ip:port ??? connection-time ??? ?? ????
0500 ( 192.168.0.1:36053) 00919 2007/05/10 23:30:25 112 13 2007/05/10 23:30:25 1969/12/31 17:00:00
pseudo code of your server will be very helpful to help you
you can use tcpdump/ethereal to see what is happening b/w both client and server... simply "snoop" packets for "port 500".
at instance i can think of tunning kernel-tcp/ip parameters and reduce idle-timeout. in sunos you can use ndd and in linux you can use sysctl (/proc/sys/net/ipv4)
all the best.
|