home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / internal / 1213 < prev    next >
Encoding:
Text File  |  1992-08-29  |  3.2 KB  |  66 lines

  1. Newsgroups: vmsnet.internals
  2. Path: sparky!uunet!stanford.edu!agate!usenet.ins.cwru.edu!news.ysu.edu!malgudi.oar.net!zaphod.mps.ohio-state.edu!sdd.hp.com!decwrl!pa.dec.com!ripple.enet.dec.com!pettigrew_mi
  3. From: pettigrew_mi@ripple.enet.dec.com (Mike Pettigrew)
  4. Subject: Re: RE: VMS tuning for a vaxcluster (LAVC)
  5. Message-ID: <1992Aug28.175448.5429@PA.dec.com>
  6. Sender: news@PA.dec.com (News)
  7. Organization: Digital Equipment Corporation
  8. References:   <9208281401.AA18734@sndsu1.sinet.slb.com>
  9. Date: 28 AUG 92 10:09:23 PDT
  10. Lines: 54
  11.  
  12.  
  13. In article <9208281401.AA18734@sndsu1.sinet.slb.com>, brydon@dsny25.sinet.slb.com writes...
  14.  
  15. >My claim is that paging through [an unloaded] ethernet is faster than to a
  16. >local disk.  Of course if a lot of systems page this way, you will have a
  17. >network contention problem which will slow things down.  [By the way, this
  18. >assumes paging to another VMS system.  Paging to an Infoserver, as per the
  19. >VXT2000 workstation is essentially the speed of the disk on the infoserver,
  20. >plus you are generating ethernet traffic.  There is no caching on an
  21. >Infoserver.]
  22. >Any disagreements with the above?  Anybody do any quantitative testing on
  23. >this?
  24.  
  25.  
  26. Experiments with a production system of approximately 120 VAXstations on
  27. a LAVC, show that local page and swap files consistently offer better
  28. performance than paging or swapping to disks on the server.
  29.  
  30. Caching adjustments on the server, beyond the defaults computed by AUTOGEN
  31. did not appear to have a critical effect on performance.
  32.  
  33. What does have a very critical effect is changes to the system parameters
  34. WSMAX, MPW_HILIMIT, PQL_MWSQUOTA, PQL_MWSEXTENT , and also changes to the
  35. SYSUAF field WSEXTENT.  On a memory-rich system, these fields can be raised
  36. to much higher values than the default calculations.
  37.  
  38. The practical effect of raising these parameters is to eliminate paging
  39. and swapping activity on the sattelite nodes althogether.
  40.  
  41. If you INSTALL all of the images that you are using on the sattelite nodes,
  42. and keep a free list of about 4,000 pages, you will rapidly have all of
  43. the relavent system image pages cached in the free list at the sattelite
  44. node.
  45.  
  46. Ethernet bandwidth is comparable to the disk transfer speeds, thus light
  47. access to COM files and incidental data files is as fast from the server
  48. as it is from a local disk.  If you have lots of users, and your applications
  49. have many COM files, you will run into problems with seek contention, and
  50. should consider local disks.  If you have an application that uses many data
  51. files or is I/O intensive, you will have seek and bandwidth contention, and
  52. again should consider local disks.
  53.  
  54. ----------------------------------------------------------------------------
  55. | -Mike Pettigrew        pettigrew_mi@ripple.enet.dec.com
  56. |                        (206) 661-3032
  57. |                        Digital Equipment Corporation 
  58. |                        Federal Way, Washington, USA
  59. |___________________________________________________________________________
  60. |  Surprises Every Day!
  61. |___________________________________________________________________________
  62. |These opinions are mine and not necessarily my employer's
  63. ----------------------------------------------------------------------------
  64.