home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / bsd / 2592 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  1.9 KB

  1. Path: sparky!uunet!uunet!not-for-mail
  2. From: lidl@uunet.uu.net (Kurt J. Lidl)
  3. Newsgroups: comp.unix.bsd
  4. Subject: WD8013EPT performance and MFS
  5. Date: 22 Jul 1992 01:16:43 -0400
  6. Organization: AlterNet -- Falls Church, Virginia, USA
  7. Lines: 42
  8. Sender: lidl@rodan.UU.NET
  9. Distribution: world
  10. Message-ID: <14iqvrINNmj6@rodan.UU.NET>
  11. NNTP-Posting-Host: rodan.uu.net
  12.  
  13. In light of the other performance problems that people have
  14. been noting, I will give this ray of sunshine.  On my
  15. 386/33, with a WD8013EPT ethernet card, I get pretty good
  16. transfers:
  17.  
  18. ftp> get xtank.sun4
  19. 200 PORT command successful.
  20. 150 Binary data connection for xtank.sun4 (192.111.45.22,1076) (2719744 bytes).
  21. 226 Binary Transfer complete.
  22. 2719744 bytes received in 13 seconds (2e+02 Kbytes/s)
  23. ftp> get xtank.sun4
  24. 200 PORT command successful.
  25. 150 Binary data connection for xtank.sun4 (192.111.45.22,1077) (2719744 bytes).
  26. 226 Binary Transfer complete.
  27. 2719744 bytes received in 13 seconds (2.1e+02 Kbytes/s)
  28.  
  29. Obviously, 200 or 210 Kbytes/sec is not too bad!
  30.  
  31. This was, of course, going to an mfs /tmp directory.
  32.  
  33. Writing to a IDE disk drive (105megs), I got about 180 Kbytes/sec
  34. throughput, on the same (unloaded) ethernet.
  35.  
  36. Since I haven't seen anyone else mention this tidbit, I will.
  37. To get mfs working, you should "ln /sbin/newfs /sbin/mfs" and
  38. add an "options MFS" to your favorite kernel config and re-compile
  39. and install that kernel.
  40.  
  41. Then, in your /etc/rc file, add something like this:
  42.  
  43. mfs /dev/wd0b /tmp
  44.  
  45. This will help you out if you have a reasonable amount of ram
  46. (ie, when I was running with 4 megs, it didn't seem to help much.
  47. It definately helps out at 8 megs.  I'll let you know how it goes
  48. at more than 8 megs when I find out.)
  49.  
  50. -Kurt
  51. -- 
  52. /* Kurt J. Lidl (lidl@uunet.uu.net)   | Unix is the answer, but only if you */
  53. /*                                    | phrase the question very carefully. */
  54. /* Don't even think of confusing my opinions with my employer's opinions!   */
  55.