Re: Could any port be sucking up bandwidth?

2011-01-28 Thread C. P. Ghost
On Wed, Jan 26, 2011 at 7:49 AM, Gary Kline kl...@thought.org wrote:
 Guys,

 Before the 11th of January I was streaming both audio and video
 streams with little to zero wait time.  In other words, I could
 stream about 50 minutes of audio with only a second or two of pause
 time delay [[AKA congestion]].

Try sockstat(1) and watch for other processes' connections.

And remember: sometimes, it's the network provider doing
traffic shaping, i.e. throttling your line based on the kind of
traffic you're generating.

-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Could any port be sucking up bandwidth?

2011-01-28 Thread David Brodbeck
On Tue, Jan 25, 2011 at 10:49 PM, Gary Kline kl...@thought.org wrote:
 Before the 11th of January I was streaming both audio and video
 streams with little to zero wait time.  In other words, I could
 stream about 50 minutes of audio with only a second or two of pause
 time delay [[AKA congestion]].  After that date there was a steep
 decline in streaming performance and I went at upgrading my server
 with a vengeance to see if that fixed things.  Upgrading my 700
 ports only led to other things breaking.  I am wondering if anyone
 else in North America has a DSL connection and has seen the kind of
 degradation in performance after doing (something) to their FreeBSD
 servers.

 I have around 1Mb down and 864Kb up ... according to the telco.
 Any ideas will be much appreciated.

iftop will tell you how much bandwidth you're actually consuming, to
what hosts, and on what ports.  This may help you narrow down the
problem, if there is in fact something using it up.

You may want to try one of the internet speed test sites (e.g.,
speedtest.net) to see if you're actually getting the bandwidth you
think you should be getting.  I had a similar problem and quickly
found my DSL upstream bandwidth had dropped by a third.  After some
calls to the service provider I was able to get it resolved.

You may also want to see if your streaming video site changed
something.  The trend is to upgrade to higher-bandwidth streams for
the benefit of people who have fast cable modem connections, but it
can lead to a lot of buffering delays for us DSL customers.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Could any port be sucking up bandwidth?

2011-01-28 Thread Gary Kline
On Fri, Jan 28, 2011 at 01:30:07PM +0100, C. P. Ghost wrote:
 On Wed, Jan 26, 2011 at 7:49 AM, Gary Kline kl...@thought.org wrote:
  Guys,
 
  Before the 11th of January I was streaming both audio and video
  streams with little to zero wait time.  In other words, I could
  stream about 50 minutes of audio with only a second or two of pause
  time delay [[AKA congestion]].
 
 Try sockstat(1) and watch for other processes' connections.
 
 And remember: sometimes, it's the network provider doing
 traffic shaping, i.e. throttling your line based on the kind of
 traffic you're generating.
 
 -cpghost.


tHe problem with streams turned out to NOT have anything to do with 
software.  Not in the FBSD ports, not in the Ubuntu packages.  I 
found a clue via google; it worked.  The problem was that my
modem/router needed to be reset to its factory defaults.  

iftop sometimes stalled for several moments--enough to cause streams
to timeout if they did, in fact, get started.  Now I can connect 
even to bbc4 in a couple seconds instead of a minutes.

If anybody else has had trouble connected to distant sites, I
suggest you check your routers.  Might find that you get much better
response times.

--gary

 
 -- 
 Cordula's Web. http://www.cordula.ws/
 

-- 
 Gary Kline  kl...@thought.org  http://www.thought.org  Public Service Unix
The 7.97a release of Jottings: http://jottings.thought.org/index.php
   http://journey.thought.org
 ethic 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Could any port be sucking up bandwidth?

2011-01-25 Thread Charlie Kester

On Tue 25 Jan 2011 at 22:49:40 PST Gary Kline wrote:

Guys,

Before the 11th of January I was streaming both audio and video
streams with little to zero wait time.  In other words, I could
stream about 50 minutes of audio with only a second or two of pause
time delay [[AKA congestion]].  After that date there was a steep
decline in streaming performance and I went at upgrading my server
with a vengeance to see if that fixed things.  Upgrading my 700
ports only led to other things breaking.  I am wondering if anyone
else in North America has a DSL connection and has seen the kind of
degradation in performance after doing (something) to their FreeBSD
servers.

I have around 1Mb down and 864Kb up ... according to the telco.  Any
ideas will be much appreciated.


This kind of random fishing expedition is unlikely to succeed.  You need
to take a more methodical approach to the problem.

Luckily, Kris Kennaway did a presentation a while ago that teaches you
the *right* way to fish:

http://www.youtube.com/watch?v=Mfb5_uG7BCA

Learn what diagnostic tools are available, where they're appropriate,
and how to use them.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org