From owner-freebsd-questions Mon Jan 26 00:02:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id AAA21676 for questions-outgoing; Mon, 26 Jan 1998 00:02:36 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from nty.ch (www.nty.ch [194.51.96.31]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id AAA21665 for ; Mon, 26 Jan 1998 00:02:31 -0800 (PST) (envelope-from claudio@nty.com) Received: (from claudio@localhost) by nty.ch (8.8.8/8.8.8) id JAA16554 for freebsd-questions@freebsd.org; Mon, 26 Jan 1998 09:05:09 +0100 (CET) Date: Mon, 26 Jan 1998 09:05:09 +0100 (CET) From: Claudio Eichenberger Message-Id: <199801260805.JAA16554@nty.ch> To: freebsd-questions@FreeBSD.ORG Subject: kernel / network problem Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk Hi, I've stated a (network / kernel) problem and cannot find how to solve it. Please could you help me. Many thanks for your help in advance. :Claudio Problem: Only a few K bytes/sec get transfered by a Thin-ethernet. Test were run using the program 'spray'. Even by spraying on localhost the transfer rate can be as low as 19K bytes/sec. Constellation: Just two hosts are connected. I--------> alpha 10.10.10.10 FreeBSD 2.2.1 I I I--------> gamma 10.10.10.11 FreeBSD 2.2.2 Facts: The problem persists independantly whether the tests are driven using Novell 2000 ethernet cards as well as 3Com 3c509 cards. The kernels are compiled for both driver cards at the moment. But even when compiled for only one card type the behaviour is the same. Whether NIS is enable or not does neither influence the bad behaviour. Configurations: 1) alpha% cat sysconfig 2) alpha% cat hosts 3) alpha% dmesg 4) gamma% cat rc.conf 5) gamma% cat hosts 6) gamma% dmesg Tests: 7) alpha% spray localhost 8) alpha% spray alpha 9) alpha% spray gamma 10) gamma% spray localhost 11) gamma% spray gamma 12) gamma% spray alpha Note: The lines whiches cause a problem are sourended by a ----------- line. 1) alpha% cat sysconfig ============================ #!/bin/sh # # This is sysconfig - a file full of useful variables that you can set # to change the default startup behavior of your system. # # $Id: sysconfig,v 1.52.2.3 1997/01/09 02:42:45 alex Exp $ # Location of local startup directories. local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" ######################### End Of Local Configuration Section ############# ######################### Start Of Syscons Section ####################### # Choose keyboard map from /usr/share/syscons/keymaps/* or NO if default. keymap="NO" # Set keyboard rate to: slow, normal, fast or NO if default. keyrate="fast" # Change function keys default values (or no change if NO) # Syntax: " [ ]..." keychange="NO" # Desired cursor type {normal|blink|destructive}, NO if no change cursor="NO" # Choose screen map from /usr/share/syscons/scrnmaps/* (or NO for none) scrnmap="NO" # Choose font 8x16 from /usr/share/syscons/fonts/* (or NO for default) font8x16="NO" # Choose font 8x14 from /usr/share/syscons/fonts/* (or NO for default) font8x14="NO" # Choose font 8x8 from /usr/share/syscons/fonts/* (or NO for default) font8x8="NO" # Set blank time (in seconds) or "off" to turn it off (or NO for default) blanktime="180" # Set to screen saver desired: blank, green, snake, star (or NO for none) saver="star" # Set to # {microsoft|mousesystems|mmseries|logitech|busmouse|mouseman|ps/2|mmhittab} # to activate system mouse cursor support (or NO for none) # Use 'vidcontrol -m on' command to activate it on particular screen #mousedtype="microsoft" #mousedtype="logitech" mousedtype="NO" ############## Next block activated only if mousedtype != NO ################ # Set to your mouse port (required) # Use real device here, because /dev/mouse usually linked with /dev/sysmouse mousedport="/dev/cuaa1" # Moused options: # -s: 9600 baud mouse # -c: enable ChordMiddle # see moused usage info for complete options list mousedflags="-s 1200" ######################### End of moused block ############################## # General Russian setup for example: # (koi8-r keyboard with cp866 screen font mapped to koi8-r) # # keymap=ru.koi8-r # keyrate=fast # keychange="61 " # cursor=destructive # scrnmap=koi8-r2cp866 # font8x16=cp866b-8x16 # font8x14=cp866-8x14 # font8x8=cp866-8x8 # blanktime=600 # saver=snake # mousedtype=mousesystems # mousedport=/dev/cuaa0 # mousedflags="" ######################### End Of Syscons Section ####################### ######################### Start Of Netconfig Section ####################### # Set to the name of your host - this is pretty important! hostname="alpha" # Set to the NIS domainname of your host, or NO if none #defaultdomainname=".z13" #defaultdomainname="NO" defaultdomainname=".nis" # # Some broken implementations can't handle the RFC 1323 and RFC 1644 # TCP options. If TCP connections randomly hang, try disabling this, # and bug the vendor of the losing equipment. # tcp_extensions="YES" # If you're running PCNFSD or anything else which requires mountd to allow # non-root requests for NFS mounts, set this to YES. weak_mountd_authentication="NO" # # Set to the list of network devices on this host. You must have an # ifconfig_${network_interface} line for each interface listed here. # Extra addresses may be specified with sequentual _alias lines. IPX # addresses may be specified with an ifconfig_${network_interface}_ipx # line. # # for example: # # # Alternatively, /etc/start_if.${network_interface} is run if it exists. # This script can be used as an alternative to the ifconfig_ lines. # network_interfaces="ed0 lo0" ifconfig_ed0="inet 10.10.10.10 netmask 255.0.0.0" ifconfig_lo0="inet 127.0.0.1" # # Set to the list of route add lines for this host. You must have a # route_${static_routes} line for each static route listed here (unless # static_routes is set to "" - do NOT use ``NO'' to denote a lack of static # routes!). # #static_routes="foo multicast" #route_foo="woofo woofo-gw" #route_multicast="224.0.0.0 -netmask 0xf0000000 -interface 10.0.0.1" static_routes="" # Set to the host you'd like set as your default router, or NO for none. # This is the same as adding a ``default'' entry to static_routes. defaultrouter="NO" # This is the routing daemon you want to use. Possible options are # currently NO (for none), `routed' and `gated'. Also see `routerflags' # for startup flags. #router="routed" anyway it's gonna be gated #router="gated" router="NO" # These are the flags you'd like to start the routing daemon with #routerflags="-q" routerflags="" # mrouted flags, or NO if you don't want to start mrouted. Needs kernel # options enabled before it will work. mrouted="NO" # YES will switch routing on in the kernel. You need to switch this on # if this machine has to act as a IPX router. You need to build a # kernel with IPX support for this to work. ipxgateway="NO" # IPXrouted flags. NO if you don't want to start it. Do "man IPXrouted" # to get more information on the flags. ipxrouted="NO" # timed flags, or NO if you don't want to start the time daemon timedflags="NO" # xntpd flags, or NO if you don't want to start the xntpd daemon xntpdflags="NO" # this is inoperative unless xntpd is enabled; NO to disable tickadjflags="-Aq" # Set to the site you'd like to synchronize your clock from (gatekeeper.dec.com, # for example) or NO for no such site. ntpdate="NO" # Set to YES if you want to run rwhod rwhod="NO" # Set to NO if don't want to run lpd lpd="NO" # Default sendmail flags. -bd is pretty mandatory, -qm sets the queue scan # time in minutes. If set to NO, don't start sendmail at all. sendmail_flags="-bd -q30m" # Set to appropriate flags if you want to use AMD. The commented-out entry # provides a reasonable default, using the sample amd.map config file from the # /usr/src/etc directory. amdflags="NO" #amdflags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" # Set to YES if this machine will be an NFS client nfs_client="NO" # Set to YES if this machine will be an NFS server nfs_server="YES" # Set to appropriate flags if you want to start NIS for a client nis_clientflags="" #nis_clientflags="NO" # Name of host to ypset to, if no YP server on this wire nis_ypsetflags="NO" # Set to appropriate flags if you want to start NIS for a server #nis_serverflags="" nis_serverflags="NO" # Set to appropriate flags for rpc.ypxfrd. This should only be # run on NIS master servers. ypxfrdflags="NO" # Set to appropriate flags for rpc.yppasswdd. This should only be # run on NIS master servers. # Typical flags might be "-t /var/yp/master.passwd -s -f" #yppasswddflags="-m /var/yp/master.passwd -s -f" yppasswddflags="NO" # Set to appropriate flags for named, if you have a full-time # connection to the Internet. # For most hosts, flags should be "-b /etc/namedb/named.boot" namedflags="NO" # Set to YES if you want to run the X-10 power controller daemon xtend="NO" # Set to the name of the device for kernel crashdumps, or `off' to # disable any statically configured dumpdev, or NO for no change. # The device should normally be one of the swap devices specified # in /etc/fstab. dumpdev="NO" # Set to YES if you want kernel crashdumps to be saved for debugging savecore="NO" # Set to an additional swapfile you'd like to have added to preallocated swap # space during system boot (or NO for none). swapfile="NO" # Set to YES if you want to run Kerberos authentication kerberos_server="NO" # If you want this host to be a gateway, set to YES. gateway="NO" # If you want this host to be a firewall or otherwise filter IP, set to YES. firewall="NO" # Set to YES if you wish to check quotas. check_quotas="NO" # Set to YES to turn on accounting. accounting="NO" ######################### End Of Netconfig Section ####################### ######################### Start Of PC-card Section ####################### # If you want to enable APM BIOS driver, set to YES # (The APM BIOS driver is not configured into GENERIC kernel b/c of bugs) apm_enable="NO" # If you want to use PC-card package, set to YES # (PC-card support is not configured in the GENERIC kernel) pccard_enable="NO" # If you want to specify the address of memory used by PCIC, # set this address (DEFAULT=0xd0000) pccard_mem="DEFAULT" # If you want to use Etnerent PCMCIA cards, specify the ifconfig portion # here. (card-specific flags like connector selection should be written in # the card-specific entry in /etc/pccard.conf). Set to DHCP if you want to # use a DHCP server to determine your IP address (not implemented). # # Set to NO if you don't want to configure your PC-CARD ethernet controller. # # for example: # # pccard_ifconfig="131.113.32.126 netmask 0xffffff00" # or # pccard_ifconfig="DHCP" # pccard_ifconfig="NO" ######################### End Of PC-card Section ####################### ######################### Start Of Misc Section ####################### # Set to YES if you want ibcs2 (SCO) emulation loaded at startup ibcs2="NO" # Set to YES if you want Linux a.out emulation loaded at startup linux="NO" # Set to a string representing the interrupts you are going to use # for generating entropy in the kernel (or NO to ignore). # If the machine is networked, the Ethernet card IRQ is good. # The IRQ on an intelligent hard disk controller is good. # The IRQ's on most sound devices are good. # # The following choices are BAD: # The IRQ's on COM-ports (SIO devices), the IRQ used by a "classic" # IDE disk or cdrom (Intelligent controllers seem to be OK), and # the IRQ on the system clock. # # Experiment with the rest. The best interrupts are the ones that # happen fairly irregularly, and never occur in very high-speed bursts. # # You'll have it right when you have a good supply of numbers from # /dev/random, and no problems on your system, like slowdowns, # Sluggish net/disk activity, perhaps even errors. # For example - if you have a sound blaster on IRQ5, an ethernet card # on IRQ10 and a SCSI controller on IRQ11 (eg ADAPTEC 1542) you might # try this: # # rand_irqs="-s 5 -s 10 -s 11" rand_irqs="NO" 2) alpha% cat hosts ======================== 127.0.0.1 localhost localhost.ch 10.10.10.10 alpha 10.10.10.11 gamma 3) alpha% dmesg ==================== Copyright (c) 1992-1996 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.1-RELEASE #0: Wed Jan 28 13:32:22 CET 1998 root@alpha:/usr/src/sys/compile/ALPHA CPU: i486DX (486-class CPU) real memory = 33554432 (32768K bytes) avail memory = 30633984 (29916K bytes) Probing for devices on PCI bus 0: chip0 rev 3 on pci0:0 chip1 rev 1 on pci0:7:0 chip2 rev 0 on pci0:7:1 vga0 rev 1 int a irq 11 on pci0:12 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0 at 0x320-0x33f irq 5 on isa ed0: address 00:00:1b:3e:7e:d4, type NE2000 (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 162MB (333630 sectors), 1011 cyls, 15 heads, 22 S/T, 512 B/S wdc0: unit 1 (wd1): wd1: 1549MB (3173184 sectors), 3148 cyls, 16 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (atapi): , removable, intr, iordy atapi1.0: unknown phase 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/bnc[*BNC*] address 00:60:8c:b3:93:b3 npx0 flags 0x1 on motherboard npx0: INT 16 interface 4) gamma% cat rc.conf ========================== #!/bin/sh # # This is rc.conf - a file full of useful variables that you can set # to change the default startup behavior of your system. # # All arguments must be in double or single quotes. # # $Id: rc.conf,v 1.1.2.9 1997/05/13 08:27:49 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### ############################################################## swapfile="NO" # Set to name of swapfile if aux swapfile desired. apm_enable="NO" # Set to YES if you want APM enabled. pccard_enable="NO" # Set to YES if you want to configure PCCARD devices. pccard_mem="DEFAULT" # If pccard_enable=YES, this is card memory address. pccard_ifconfig="NO" # Specialized pccard ethernet configuration (or NO). local_startup="/usr/local/etc/rc.d /usr/X11R6/etc/rc.d" # startup script dirs. ############################################################## ### Network configuration sub-section ###################### ############################################################## ### Basic network options: ### hostname="gamma" # Set this! nisdomainname=".nis" # Set to NIS domain if using NIS (or NO). firewall="NO" # Set to firewall type or NO for none. tcp_extensions="YES" # Allow RFC1323 & RFC1544 extensions (or NO). network_interfaces="ed0 lo0" # List of network interfaces (lo0 is loopback). ifconfig_ed0="inet 10.10.10.11 netmask 255.0.0.0" ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration. ### Network daemon (miscellaneous) & NFS options: ### syslogd_enable="YES" # Run syslog daemon (or NO). syslogd_flags="" # Flags to syslogd (if enabled). inetd_flags="" # Optional flags to inetd (always enabled). named_enable="NO" # Run named, the DNS server (or NO). named_flags="" # Flags to named (if enabled). kerberos_server_enable="NO" # Run a kerberos master server (or NO). rwhod_enable="NO" # Run the rwho daemon (or NO). amd_enable="NO" # Run amd service with $amd_flags (or NO). amd_flags="-a /net -c 1800 -k i386 -d my.domain -l syslog /host /etc/amd.map" nfs_client_enable="NO" # This host is an NFS client (or NO). nfs_server_enable="NO" # This host is an NFS server (or NO). weak_mountd_authentication="NO" # Running PCNFSD / other non-root nfsd (or NO). nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO). rpc_lockd_enable="NO" # Run NFS rpc.lockd (*broken!*) if nfs_server. rpc_statd_enable="YES" # Run NFS rpc.statd if nfs_server (or NO). portmap_enable="YES" # Run the portmapper service (or NO). portmap_flags="" # Flags to portmap (if enabled). xtend_enable="NO" # Run the X-10 power controller daemon. xtend_flags="" # Flags to xtend (if enabled). ### Network Time Services options: ### timed_enabled="NO" # Run the time daemon (or NO). timed_flags="-M" # Flags to timed (if enabled). ntpdate_enable="NO" # Run the ntpdate to sync time (or NO). ntpdate_flags="" # Flags to ntpdate (if enabled). xntpd_enable="NO" # Run xntpd Network Time Protocol (or NO). xntpd_flags="" # Flags to xntpd (if enabled). tickadj_enable="NO" # Run tickadj (or NO). tickadj_flags="-Aq" # Flags to tickadj (if enabled). # Network Information Services (NIS) options: ### nis_client_enable="YES" # We're an NIS client (or NO) nis_client_flags="" # Flags to ypbind (if enabled). nis_ypset_enable="NO" # Run ypset at boot time (or NO). nis_ypset_flags="" # Flags to ypset (if enabled). nis_server_enable="YES" # We're an NIS server (or NO) nis_server_flags="" # Flags to ypserv (if enabled). nis_ypxfrd_enable="NO" # Run rpc.ypxfrd at boot time (or NO). nis_ypxfrd_flags="" # Flags to rpc.ypxfrd (if enabled). nis_yppasswdd_enable="YES" # Run rpc.yppasswdd at boot time (or NO). nis_yppasswdd_flags="" # Flags to rpc.yppasswdd (if enabled). ### Network routing options: ### defaultrouter="NO" # Set to default gateway (or NO). static_routes="" # Set to static route list (or leave empty). gateway_enable="NO" # Set to YES if this host will be a gateway. router_enable="NO" # Set to YES to enable a routing daemon. router="routed" # Name of routing daemon to use if enabled. router_flags="-q" # Flags for routing daemon. mrouted_enable="NO" # Do multicast routing (see /etc/mrouted.conf) ipxgateway_enable="NO" # Set to YES to enable IPX routing. ipxrouted_enable="NO" # Set to YES to run the IPX routing daemon. ipxrouted_flags="" # Flags for IPX routing daemon. arpproxy_all="" # obsolete kernel option ARP_PROXY_ALL equiv. ############################################################## ### System console options ################################# ############################################################## keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO). keyrate="fast" # keyboard rate to: slow, normal, fast (or NO). keybell="NO" # bell to duration.pitch or normal or visual (or NO). keychange="NO" # function keys default values (or NO). cursor="NO" # cursor type {normal|blink|destructive} (or NO). scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO). font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO). font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO). blanktime="300" # blank time (in seconds) or "NO" to turn it off. saver="star" # screen saver desired: blank/green/snake/star/NO. mousedtype="NO" # See man page for rc.conf(8) for available settings. mousedport="/dev/cuaa0" # Set to your mouse port (required if mousetype set) mousedflags="" # Any additional flags to moused. ############################################################## ### Miscellaneous administrative options ################### ############################################################## lpd_enable="NO" # Run the line printer daemon sendmail_enable="YES" # Run the sendmail daemon (or NO). sendmail_flags="-bd -q30m" # -bd is pretty mandatory savecore_enable="NO" # Save kernel crashdumps for debugging (or NO). dumpdev="NO" # Device name to crashdump to (if enabled). check_quotas="NO" # Check quotas (or NO). accounting="NO" # Turn on process accounting (or NO). ibcs2_enable="NO" # Ibcs2 (SCO) emulation loaded at startup (or NO). linux_enable="NO" # Linux emulation loaded at startup (or NO). rand_irqs="NO" # Stir the entropy pool (or NO). 5) gamma% cat hosts ======================== 127.0.0.1 localhost localhost.ch 10.10.10.11 gamma 10.10.10.10 alpha 6) gamma% dmesg ==================== # Copyright (c) 1992-1997 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 2.2.2-RELEASE #0: Sun Jan 25 13:00:50 CET 1998 root@gamma.ch:/usr/src/sys/compile/GAMMA CPU: AMD K6 (233.86-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x562 Stepping=2 Features=0x8001bf real memory = 67108864 (65536K bytes) avail memory = 62812160 (61340K bytes) Probing for devices on PCI bus 0: chip0 rev 1 on pci0:0 chip1 rev 1 on pci0:7:0 pci0:7:1: Intel Corporation, device=0x7111, class=storage (ide) [no driver assigned] pci0:7:2: Intel Corporation, device=0x7112, class=0x0c, subclass=0x03 int d irq 11 [no driver assigned] chip2 rev 1 on pci0:7:3 vga0 rev 33 on pci0:9 Probing for devices on the ISA bus: sc0 at 0x60-0x6f irq 1 on motherboard sc0: VGA color <16 virtual consoles, flags=0x0> ed0: failed to clear shared memory at d8000 - check configuration ed0 at 0x320-0x33f irq 5 msize 8192 on isa ed0: address 00:80:29:b0:88:44, type NE2000 (16 bit) sio0 at 0x3f8-0x3ff irq 4 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 4110MB (8418816 sectors), 14848 cyls, 9 heads, 63 S/T, 512 B/S wdc1 at 0x170-0x177 irq 15 on isa wdc1: unit 0 (wd2): wd2: 814MB (1667232 sectors), 1654 cyls, 16 heads, 63 S/T, 512 B/S wdc1: unit 1 (atapi): , removable, intr, dma, iordis 1 3C5x9 board(s) on ISA found at 0x300 ep0 at 0x300-0x30f irq 10 on isa ep0: aui/utp/bnc[*BNC*] address 00:20:af:50:18:f8 npx0 flags 0x1 on motherboard npx0: INT 16 interface 7) alpha% spray localhost ============================== alpha% spray localhost sending 1162 packets of lnth 86 to localhost ... in 0.19 seconds elapsed time no packets dropped Sent: 6174 packets/sec, 518.5K bytes/sec Rcvd: 6174 packets/sec, 518.5K bytes/sec alpha% alpha% spray localhost sending 1162 packets of lnth 86 to localhost ... in 0.33 seconds elapsed time no packets dropped Sent: 3555 packets/sec, 298.6K bytes/sec Rcvd: 3555 packets/sec, 298.6K bytes/sec alpha% That only 19.xK bytes/sec get transfered happens very rarely 8) alpha% spray alpha ========================== alpha% spray alpha sending 1162 packets of lnth 86 to alpha ... in 0.19 seconds elapsed time no packets dropped Sent: 6281 packets/sec, 527.5K bytes/sec Rcvd: 6281 packets/sec, 527.5K bytes/sec -------------------------------------------- alpha% spray alpha sending 1162 packets of lnth 86 to alpha ... in 5.11 seconds elapsed time 297 packets (25.56%) dropped Sent: 227 packets/sec, 19.1K bytes/sec Rcvd: 169 packets/sec, 14.2K bytes/sec -------------------------------------------- alpha% spray alpha sending 1162 packets of lnth 86 to alpha ... in 0.19 seconds elapsed time no packets dropped Sent: 6229 packets/sec, 523.2K bytes/sec Rcvd: 6229 packets/sec, 523.2K bytes/sec 9) alpha% spray gamma ========================== alpha% spray gamma sending 1162 packets of lnth 86 to gamma ... in 0.14 seconds elapsed time no packets dropped Sent: 8562 packets/sec, 719.1K bytes/sec Rcvd: 8562 packets/sec, 719.1K bytes/sec -------------------------------------------- alpha% spray gamma sending 1162 packets of lnth 86 to gamma ... in 5.14 seconds elapsed time 101 packets (8.69%) dropped Sent: 226 packets/sec, 19.0K bytes/sec Rcvd: 206 packets/sec, 17.3K bytes/sec -------------------------------------------- alpha% spray gamma sending 1162 packets of lnth 86 to gamma ... in 5.14 seconds elapsed time 35 packets (3.01%) dropped Sent: 226 packets/sec, 19.0K bytes/sec Rcvd: 219 packets/sec, 18.4K bytes/sec -------------------------------------------- 10) gamma% spray localhost ============================== -------------------------------------------- gamma% spray localhost sending 1162 packets of lnth 86 to localhost ... in 5.06 seconds elapsed time 468 packets (40.28%) dropped Sent: 230 packets/sec, 19.3K bytes/sec Rcvd: 137 packets/sec, 11.5K bytes/sec -------------------------------------------- gamma% spray localhost sending 1162 packets of lnth 86 to localhost ... in 0.10 seconds elapsed time no packets dropped Sent: 11244 packets/sec, 944.4K bytes/sec Rcvd: 11244 packets/sec, 944.4K bytes/sec -------------------------------------------- gamma% spray localhost sending 1162 packets of lnth 86 to localhost ... in 885751263.38 seconds elapsed time 1162 packets (100.00%) dropped Sent: 0 packets/sec, 0 bytes/sec Rcvd: 0 packets/sec, 0 bytes/sec -------------------------------------------- 11) gamma% spray gamma ========================== gamma% spray gamma sending 1162 packets of lnth 86 to gamma ... in 0.09 seconds elapsed time no packets dropped Sent: 12252 packets/sec, 1029.0K bytes/sec Rcvd: 12252 packets/sec, 1029.0K bytes/sec ------------------------------------------------ gamma% spray gamma sending 1162 packets of lnth 86 to gamma ... in 5.07 seconds elapsed time 469 packets (40.36%) dropped Sent: 229 packets/sec, 19.3K bytes/sec Rcvd: 137 packets/sec, 11.5K bytes/sec ------------------------------------------------ gamma% spray gamma sending 1162 packets of lnth 86 to gamma ... in 0.10 seconds elapsed time no packets dropped Sent: 11965 packets/sec, 1004.9K bytes/sec Rcvd: 11965 packets/sec, 1004.9K bytes/sec 12) gamma% spray alpha ========================== -------------------------------------------- gamma% spray alpha sending 1162 packets of lnth 86 to alpha ... in 5.13 seconds elapsed time 642 packets (55.25%) dropped Sent: 227 packets/sec, 19.0K bytes/sec Rcvd: 101 packets/sec, 8.5K bytes/sec gamma% -------------------------------------------- gamma% spray alpha sending 1162 packets of lnth 86 to alpha ... in 5.13 seconds elapsed time 617 packets (53.10%) dropped Sent: 227 packets/sec, 19.0K bytes/sec Rcvd: 106 packets/sec, 8.9K bytes/sec gamma% -------------------------------------------- gamma% spray alpha sending 1162 packets of lnth 86 to alpha ... in 5.13 seconds elapsed time 638 packets (54.91%) dropped Sent: 227 packets/sec, 19.0K bytes/sec Rcvd: 102 packets/sec, 8.6K bytes/sec --------------------------------------------