02-16-2011 02:26 AM - edited 03-06-2019 03:35 PM
I'm facing a performance issue when users trying to download files from the remote server. I have been trying to figure the cause of the performance issue:
I have found strange output from the user Laptop. I have requested the user to the extended ping to any server with various packet size.
I have got the output as below packets are getting droped. How can I fix this issue?
ping -s 1400 google.com
PING google.com (74.125.113.99) 1400(1428) bytes of data.
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=1 ttl=46 (truncated)
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=2 ttl=46 (truncated)
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=3 ttl=46 (truncated)
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=4 ttl=46 (truncated)
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=5 ttl=46 (truncated)
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=6 ttl=46 (truncated)
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=7 ttl=46 (truncated)
72 bytes from vw-in-f99.1e100.net (74.125.113.99): icmp_seq=8 ttl=46 (truncated)
^C
--- google.com ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7011ms
rtt min/avg/max/mdev = 103.274/106.396/107.925/1.322 ms
If we are doing the normal ping it seems good. without any issues.
Does this cause the performance issue of bulk transfer traffic?
how can I fix this issue?
Anyh help would be highly appreciable.
Regards,
T.K
02-16-2011 03:12 AM
Hi,
8 packets transmitted, 8 received, 0% packet loss, time 7011ms
Where are the packet drops?
what happens with lower size pings and higher size pings, what is the path MTU between your host and the server pinged?
Regards.
Alain.
02-16-2011 05:30 AM
hi,
your latency of 7011 ms seems to be very high. your links either on switch trunk or router WAN link could be congested. double check on speed/duplex settings and MTU sizes on your ports. you could also perform packet sniffing to check what traffic causing any congestion.
02-16-2011 05:35 AM
Hi ,
You can maybe use pathping to see where are the bottlenecks.
Regards.
Alain.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide