home *** CD-ROM | disk | FTP | other *** search
/ ftp.ee.lbl.gov / 2014.05.ftp.ee.lbl.gov.tar / ftp.ee.lbl.gov / email / vanj.88nov23.txt < prev    next >
Internet Message Format  |  1995-11-10  |  2KB

  1. From uunet!HELIOS.EE.LBL.GOV!van Wed Nov 23 06:21:18 1988
  2. Path: hsi!uunet!eplrx7!udel!princeton!njin!rutgers!mailrus!ames!pasteur!ucbvax!HELIOS.EE.LBL.GOV!van
  3. >From: van@HELIOS.EE.LBL.GOV (Van Jacobson)
  4. Newsgroups: comp.protocols.tcp-ip
  5. Subject: re: Performance
  6. Message-ID: <8811231121.AA19744@helios.ee.lbl.gov>
  7. Date: 23 Nov 88 11:21:18 GMT
  8. Sender: daemon@ucbvax.BERKELEY.EDU
  9. Organization: The Internet
  10. Lines: 39
  11.  
  12. > Recently, I improved "ftp" in one of our products which is 4.2BSD based.
  13. > I had 351465 bytes received in 1 second ( 3.4 e + 02 Kbytes/sec )
  14. > ...
  15. > Is there anybody has better "ftp" performance than mine ???
  16.  
  17. It would be interesting to see what performance you would get
  18. with a good tcp.  I think Dave Borman of Cray Research holds the
  19. current ftp speed record:  He routinely gets 30 Megabytes/sec
  20. (of course, some of us think using two Cray-IIs gives him an
  21. unfair competitive advantage).  If you're using more
  22. conventional hardware, 340 Mb/s still isn't spectacular.  Here's
  23. a typescript between two of our Sun 3/60s across an ethernet.
  24. Both machines are running stock 4.3bsd-tahoe ftp & ftpd with
  25. Mike Karels' and my tcp & kernel hacks:
  26.  
  27.     Script started on Wed Nov 23 02:40:44 1988
  28.     [vs 1]% ftp yak
  29.     Connected to yak.ee.lbl.gov.
  30.     220 yak FTP server (Version 4.27 Sat Nov 5 02:20:42 PST 1988) ready.
  31.     Name (yak:van):
  32.     331 Password required for van.
  33.     Password:
  34.     230 User van logged in.
  35.     ftp> bin
  36.     200 Type set to I.
  37.     ftp> get /usr/lib/libcore.a /dev/null
  38.     200 PORT command okay.
  39.     150 Opening data connection for /usr/lib/libcore.a (669336 bytes).
  40.     226 Transfer complete.
  41.     669336 bytes received in 0.82 seconds (8e+02 Kbytes/s)
  42.     ftp> get /usr/lib/libcore.a /dev/null
  43.     200 PORT command okay.
  44.     150 Opening data connection for /usr/lib/libcore.a (669336 bytes).
  45.     226 Transfer complete.
  46.     669336 bytes received in 0.82 seconds (8e+02 Kbytes/s)
  47.     ftp> bye
  48.     221 Goodbye.
  49.     [vs 2]% exit
  50.     script done on Wed Nov 23 02:41:23 1988
  51.  
  52.