Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!att!ucbvax!BRL.MIL!reschly From: reschly@BRL.MIL ("Robert J. Reschly Jr.") Newsgroups: comp.protocols.tcp-ip Subject: Re: TCP benchmarking Message-ID: <9104120230.aa07219@SPARK.BRL.MIL> Date: 12 Apr 91 06:30:37 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 17 > > I've encountered another "benchmark." > > First try the 4.3BSD `ping -l9999999 target` and look at the packet rate. > ...but before you do that, be sure your mbuf code is fixed. On BSD systems of early 4.3TAHOE vintage or earlier, you could get an mbuf panic from all those unprocessed ICMP Echo Replies. Sure surprised us. Later, Bob P.S. It has been long enough to forget the exact details, but it was caused by a mget() with DONT_WAIT flag set on a receive, or something like that.