Re: Tracing DSL delays
From: Mark (tazer30_at_triad.rr.com)
Date: 03/11/05
- Next message: new2linuxos: "Re: Samba vs. NFS"
- Previous message: Mark: "Re: How to search through all the files in all the levels of your directories."
- In reply to: Captain Dondo: "Tracing DSL delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 11 Mar 2005 06:18:37 GMT
On Wed, 09 Mar 2005 09:35:44 -0800, Captain Dondo wrote:
> I have a client who has been successfully using DSL for their web
> connection.
What kind of DSL? ADSL? SDSL? Web connection? Does that mean serving
web sites or web surfing?
> Coincidentally with this install, their DSL connection went to crap.
> Their download speeds vary from 10K to 40K, but they should be seeing 58K
> downloads. Web sites time out. DNS queries fail.
Web sites timing out sounds suspiciously like MTU issues. I'm assuming
your DSL line is using PPPoE. Which means your internal hosts need an MTU
of no higher than 1492, and it may need to be lower than that.
> We eliminated the server as the cause. While it provides DNS and DHCP,
> the local DNS resolution is quick, it's the off-site DNS that's slow.
What other services are you providing over this connection? If it's an
ADSL line, then you have to remember that your uplink is the limiting
factor. If a user were to send a large email out over the ADSL line, the
uplink could easily be saturated and prevent anyone else from utilizing
even a fraction of the downlink.
Saturating your uplink can also cause latencies in excess of 5000ms.
> What I'm looking for is some sort of tool that can long-term monitor
> what's going on.
If you're running GNU/Linux on the router, use tcpdump to sniff a specific
connection that you know is being problematic.
> business day, to see if it varies with the time of day. My tests, run
> after business hours, show normal speeds. Their tests, done DWH, show
> slow speeds.
This sounds traffic related.
> But I need something that I can take to the ISP and show them where the
> problems lie.
Ultimately DSL is a consumer class service. The ISP isn't going to sink
the same resources behind a $100/month service that they would behind a
$1000/month service.
> So what can I use to collect useful data to show to the ISP?
Again, if it's a GNU/Linux router, you have options. MRTG is the obvious
choice, but you can always brew your own with RRDtool or GNUplot/sar.
Mark
- Next message: new2linuxos: "Re: Samba vs. NFS"
- Previous message: Mark: "Re: How to search through all the files in all the levels of your directories."
- In reply to: Captain Dondo: "Tracing DSL delays"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]