Working ona project where application users complains about the issue every night almost same time everyday. The issue reported only at night. To my wonder same application works fine and no complaint during night. We disablled all nightly batch to drill down if this might be causing due to nightly batch. However, this is nt the case. Colllected some network related elements which I need your help on. Can some one help me with this. I could see lot os [TCP Keep Alive] and [TCP Keep-Alive ACK] on the wireshark pane. How can I come drill down to an issue? I just have screenshots for those and I do ot find option to attach ythose screenshots here. Some previous similar experiences may be helpful. We are on Solaris. R, Kiddle. asked 05 Aug '13, 01:46 kiddle |
2 Answers:
The Keepalive probes are not causing any performance problem, they just indicate that a long living connection is idle. So a good start is probably to remove those using
and 'Export specified packets'. Then you might want to remove (most of) the data portion by running
and share it on www.cloudshark.org for others to give it a try... answered 05 Aug '13, 05:08 mrEEde edited 05 Aug '13, 05:08 |
Please check if there are another applications that utilize (overload) the network during the night. I mean not only batch jobs on your system, but also large backup or data sync jobs (as you said: every night at the same time !!), that run over the network and put high load on switches, routers, firewalls, etc.. That often causes the kind of problems you describe. However, without any further information (about the nature of the application, the involved systems, the involved network infrastructure, a capture file, etc.), it is hard to give any good advice. Regards answered 08 Aug '13, 07:35 Kurt Knochner ♦ |