home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / protocol / nfs / 1927 < prev    next >
Encoding:
Internet Message Format  |  1992-07-22  |  2.9 KB

  1. Xref: sparky comp.protocols.nfs:1927 comp.sys.sun.hardware:3489
  2. Path: sparky!uunet!gatech!destroyer!caen!spool.mu.edu!news.cs.indiana.edu!umn.edu!lynx!zia.aoc.nrao.edu!rmilner
  3. From: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  4. Newsgroups: comp.protocols.nfs,comp.sys.sun.hardware
  5. Subject: Re: NFS I/O Ops/seconds
  6. Message-ID: <1992Jul22.184547.759@zia.aoc.nrao.edu>
  7. Date: 22 Jul 92 18:45:47 GMT
  8. Article-I.D.: zia.1992Jul22.184547.759
  9. References: <1992Jul22.061146.15641@u.washington.edu> <1992Jul22.122659.22219@afterlife.ncsc.mil>
  10. Reply-To: rmilner@zia.aoc.nrao.edu (Ruth Milner)
  11. Organization: National Radio Astronomy Observatory, Socorro NM
  12. Lines: 46
  13.  
  14. In article <1992Jul22.122659.22219@afterlife.ncsc.mil> dpkemp@afterlife.ncsc.mil (David P. Kemp) writes:
  15. >In article <1992Jul22.061146.15641@u.washington.edu> kint@rio.engr.washington.edu (Rick Kint) writes:
  16. >>
  17. >>    We're buying a Sun to serve as an NFS server in one of our departments.
  18. >>The Sun rep commented that a typical Ethernet allows 300 NFS ops per second,
  19. >>so if you're on a single wire any server bandwidth beyond that is wasted. 
  20.  
  21. >  Ethernet = 10 Mbit/sec
  22. >       /8  = 1.25 Mbyte/sec
  23. >    /8192  = 152 Read or Write ops/sec.
  24. >
  25. >I guess the Sun guy must have been using a mix that wasn't too heavily
  26. >into reads or writes! :-).
  27.  
  28. Like most people.  If you check your server with "nfsstat -s", you'll find 
  29. that the majority of NFS requests are things like getattr and lookup, which 
  30. do not need 8KB (only traffic containing actual disk data is that size). On 
  31. our Auspex, these two operations alone account for 50% of all NFS requests. 
  32. Reads are 17% and writes 19% of the mix.
  33.  
  34. Using etherfind, I see the following sorts of things:
  35.  
  36. client2% etherfind -i le0 -src server
  37.                                             icmp type
  38.  lnth proto         source     destination   src port   dst port
  39.  
  40.   138  udp          server       client1       2049       1019
  41.   138  udp          server       client1       2049       1019
  42.   138  udp          server       client2       2049       1021
  43.   138  udp          server       client2       2049       1021
  44.   138  udp          server       client2       2049       1021
  45.   138  udp          server       client2       2049       1021
  46.   138  udp          server       client3       2049       1020
  47.   138  udp          server       client4       2049       1019
  48.    86  udp          server       client4       2049       1019
  49.   138  udp          server       client4       2049       1019
  50.   170  udp          server       client4       2049       1019
  51.   138  udp          server       client5       2049       1021
  52.   138  udp          server       client3       2049       1020
  53.   138  udp          server       client3       2049       1020
  54.   138  udp          server       client3       2049       1020
  55.  
  56. The source port number of 2049 indicates NFS responses.
  57. -- 
  58. Ruth Milner                          NRAO/VLA                  Socorro NM
  59. Computing Division Head      rmilner@zia.aoc.nrao.edu
  60.