DHCP oddity
- From: Skylar Thompson <skylar@xxxxxxxxxxxxxx>
- Date: Mon, 26 Dec 2005 12:15:14 -0600
While doing some network stress-tests from a dual-CPU x86 FreeBSD 5.4 server, I noticed that a "ping -f" drives dhcpd's CPU usage way up. I put dhcpd into debug mode and didn't get any error messages. I then ran dhcpd with strace, and saw loads of these messages when I started the ping flood:
select(8, [?], [?], [?], NULL) = 1 ()
gettimeofday({...}, NULL) = 0
recvfrom(4, 0xbfbfe090, 1500, 0, {...}, [?]) = 84
select(8, [?], [?], [?], NULL) = 1 ()
gettimeofday({...}, NULL) = 0
recvfrom(4, 0xbfbfe090, 1500, 0, {...}, [?]) = 84Does anyone know why this would happen?
-- -- Skylar Thompson (skylar@xxxxxxxxxxxxxx) -- http://www.cs.earlham.edu/~skylar/
Attachment:
signature.asc
Description: OpenPGP digital signature
- Follow-Ups:
- Re: DHCP oddity
- From: Chuck Swiger
- Re: DHCP oddity
- From: Brian Candler
- Re: DHCP oddity
- Prev by Date: Re: Router on 6.0-stable fails to route tcp packets due to NAT?? malfunction
- Next by Date: ipfw forward bug?
- Previous by thread: Router on 6.0-stable fails to route tcp packets due to NAT?? malfunction
- Next by thread: Re: DHCP oddity
- Index(es):
Relevant Pages
|
|