Link to home
Start Free TrialLog in
Avatar of denver218
denver218Flag for United States of America

asked on

determining packet loss over the WAN

I host an application for a customer on the west coast,  the application server lye's on the East Coast, so we do have quite a distance.  The average ping time between the two locations is about 99ms.  I would like it to be less, but I can't control all the hops on the internet.  They have been complaining that their application locks up at certain times throughout the day, I don't see any abnormalities at the datacenter where this application server lye's.  Bandwidth is well under its max, processor and memory on the routers, firewalls, switches, servers, etc are low, and any report I pull shows no alarms or errors.  I also have no other customer complaining, so I don't believe it the datacenter.  I think they are experiencing problems on their side with bandwidth, but they are playing the point finger game.  They sent me output from a network app they use that show response time, packet loss, data loss, etc.  The data loss said 1%.  So now they think there is an issue.  I have always been told that 1% and below is normal.  Does anyone have any recommendations for putting an end to this.  Is there a way I can test for data loss besides just using ping, traceroute, pathping, etc?  Any good explanations?  Thanks.
Avatar of Mutogi
Mutogi
Flag of United States of America image

do a ping -t on the datacenter to clients.

at the same time pull as much data as possible if it trips up something on the clients side....

99ms is good for coast to coast but if eveyone is in the office there may be issues, maybe overloaded ISP routor.....
ASKER CERTIFIED SOLUTION
Avatar of TimotiSt
TimotiSt
Flag of Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of denver218

ASKER

Its not at 1% all the time.  Just once in a while.  They only send me the reports that show 1% loss of course, they don't send me to good one's:)  That's why I want to start examining packet loss and latency on my side.

I don't have a linux machine at the moment to install smokeping on.  Is something I can use on windows?  If not, I can load up a linux machine.  Thanks.
Thanks.