Networking Forums

Networking Forums > Computer Networking > Linux Networking > Re: PB : time wait bucket

Reply
Thread Tools Display Modes

Re: PB : time wait bucket

 
 
Antoine EMERIT
Guest
Posts: n/a

 
      08-09-2003, 09:48 PM
> time wait bucket table overflow

According to the kernel source, you overflow a socket limit : too much
connections or too much open connections in 5sec.

How many connections are opened (netstat -a -n) ?

How fast are the connections opened ? (use a tcp monitor software like
iptraff). Maybe your under a denial of service, or there is too much
request on one of your service (imap ? web ? ...).


http://www2.randomlogic.com/linux_html/580828.html

412 /* Sorry, if we're out of memory, just CLOSE this
413 * socket up. We've got bigger problems than
414 * non-graceful socket closings.
415 */
416 if (net_ratelimit())
417 printk(KERN_INFO "TCP: time wait bucket table verflow
\n");

and

http://www2.randomlogic.com/linux_html/569068.html#47

/*
42 * This enforces a rate limit: not more than one kernel message
43 * every 5secs to make a denial-of-service attack impossible.
44 *
45 * All warning printk()s should be guarded by this function.
46 */
47 int net_ratelimit(void)



Regards
 
Reply With Quote
 
 
 
 
Ben
Guest
Posts: n/a

 
      08-12-2003, 11:55 AM
Thank you for your help.

netstat show me near 50 opened connections and 50 socket opened

Thank you

"Antoine EMERIT" <(E-Mail Removed)> a écrit dans le message de
news:XnF93D2F220455C7antoineemeritonlinef@212.135. 5.76...
> > time wait bucket table overflow

>
> According to the kernel source, you overflow a socket limit : too much
> connections or too much open connections in 5sec.
>
> How many connections are opened (netstat -a -n) ?
>
> How fast are the connections opened ? (use a tcp monitor software like
> iptraff). Maybe your under a denial of service, or there is too much
> request on one of your service (imap ? web ? ...).
>
>
> http://www2.randomlogic.com/linux_html/580828.html
>
> 412 /* Sorry, if we're out of memory, just CLOSE this
> 413 * socket up. We've got bigger problems than
> 414 * non-graceful socket closings.
> 415 */
> 416 if (net_ratelimit())
> 417 printk(KERN_INFO "TCP: time wait bucket table verflow
> \n");
>
> and
>
> http://www2.randomlogic.com/linux_html/569068.html#47
>
> /*
> 42 * This enforces a rate limit: not more than one kernel message
> 43 * every 5secs to make a denial-of-service attack impossible.
> 44 *
> 45 * All warning printk()s should be guarded by this function.
> 46 */
> 47 int net_ratelimit(void)
>
>
>
> Regards



 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
linux traffic control tc token bucket parameters Darth Linux Networking 2 05-05-2007 11:48 PM
TCP port 139 time wait/established Pinhas Windows Networking 1 05-08-2005 06:05 PM
DIY or wait for BT? Andy Broadband 1 10-11-2004 09:43 PM
Delaying packets using Token Bucket Filter Vanita Varma Linux Networking 1 09-28-2003 11:11 AM
using hierarchical tocken bucket & sfq Ajie Linux Networking 1 07-16-2003 10:49 PM



1 2 3 4 5 6 7 8 9 10 11