home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / vmsnet / internal / 1216 < prev    next >
Encoding:
Internet Message Format  |  1992-08-29  |  4.7 KB

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!ames!network.ucsd.edu!mvb.saic.com!macro32
  2. From: <brydon@dsny25.sinet.slb.com>
  3. Newsgroups: vmsnet.internals
  4. Subject: RE: VMS tuning for a vaxcluster (LAVC)
  5. Message-ID: <9208281916.AA02286@sndsu1.sinet.slb.com>
  6. Date: Fri, 28 Aug 92 19:16:25 GMT
  7. Organization: Macro32<==>Vmsnet.Internals Gateway
  8. X-Gateway-Source-Info: Mailing List
  9. Lines: 81
  10.  
  11. In article <9208281401.AA18734@sndsu1.sinet.slb.com>,  I
  12. (brydon@dsn.SINet.slb.com) said:
  13. >My claim is that paging through [an unloaded] ethernet is faster than to a
  14. >local disk.  Of course if a lot of systems page this way, you will have a
  15. >network contention problem which will slow things down.  [By the way, this
  16. >assumes paging to another VMS system.  Paging to an Infoserver, as per the
  17. >VXT2000 workstation is essentially the speed of the disk on the infoserver,
  18. >plus you are generating ethernet traffic.  There is no caching on an
  19. >Infoserver.]
  20.  
  21. Before everybody jumps on me, I don't endorse the idea of paging over ethernet
  22. for anybody with more than a few systems.  Certainly any site with a large
  23. number of systems connected should require local disks for paging/swapping.  I
  24. also will say that I don't like what goes on with the VXT2000 and don't
  25. recommend any site use any more than a couple of them.
  26.  
  27. Having made that disclaimer, Mike Pettigrew (pettigrew_mi@ripple.enet.dec.com)
  28. says:
  29. >Experiments with a production system of approximately 120 VAXstations on
  30. >a LAVC, show that local page and swap files consistently offer better
  31. >performance than paging or swapping to disks on the server.
  32.  
  33. Okay, but what about the situation of one satellite vaxstation on a lightly
  34. loaded network?  I think page read I/O's should be considered separately from
  35. page write I/O's.  Does this satellite system do page read I/O's any faster
  36. over the ethernet versus to local disk?  [I would imagine that page write
  37. I/O's would be dependent entirely on the relative disk speeds of the local
  38. versus boot node disk speed.]
  39.  
  40. >Caching adjustments on the server, beyond the defaults computed by AUTOGEN
  41. >did not appear to have a critical effect on performance.
  42.  
  43. Of course this would depend on the percentage of disk activity on the boot
  44. node that is relevant to the satellite.  And I think it would only affect read
  45. I/O's from the satellite...
  46.  
  47. >What does have a very critical effect is changes to the system parameters
  48. >WSMAX, MPW_HILIMIT, PQL_MWSQUOTA, PQL_MWSEXTENT , and also changes to the
  49. >SYSUAF field WSEXTENT.  On a memory-rich system, these fields can be raised
  50. >to much higher values than the default calculations.
  51.  
  52. Hmmmm well agreed, it's like money.  If you have more you can spend more.  In
  53. my opinion Autogen does a good enough job of this except of course for
  54. WSEXTENT and perhaps PQL_MWSEXTENT.
  55.  
  56. >The practical effect of raising these parameters is to eliminate paging
  57. >and swapping activity on the sattelite nodes althogether.
  58. >
  59. >If you INSTALL all of the images that you are using on the sattelite nodes,
  60. >and keep a free list of about 4,000 pages, you will rapidly have all of
  61. >the relavent system image pages cached in the free list at the sattelite
  62. >node.
  63.  
  64. This sounds a bit like the old DEC sales pitch of "buy more memory".  Indeed
  65. it will improve matters, but that wasn't really the question being raised.
  66.  
  67. >Ethernet bandwidth is comparable to the disk transfer speeds, thus light
  68. >access to COM files and incidental data files is as fast from the server
  69. >as it is from a local disk.  If you have lots of users, and your applications
  70. >have many COM files, you will run into problems with seek contention, and
  71. >should consider local disks.  If you have an application that uses many data
  72. >files or is I/O intensive, you will have seek and bandwidth contention, and
  73. >again should consider local disks.
  74.  
  75. This brings up another good point about images versus non-images.  The only
  76. files that can be 'installed', 'header-resident' etc. are executable images
  77. (okay and global sections and stuff).  With a few exceptions, you can't
  78. 'install' a data file or command procedure for performance purposes like you
  79. can an image.
  80.  
  81. About the bandwidth issue:  Indeed the bandwidth of ethernet versus disk
  82. accesses are about the same but on a disk access you have some relatively
  83. expensive things going on before the data transfer:  seek time, latency,
  84. controller and CPU issues.  This kind of overhead of course goes on with
  85. ethernet but at microsecond speeds rather than millisecond.
  86.  
  87. Agreed that contention for any resource will always slow you down.
  88. _______________________________________________________________
  89. Harvey Brydon         | Internet:   brydon@dsn.SINet.slb.com
  90. Dowell Schlumberger   | P.O.T.S.:   (918)250-4312
  91.  "Live free or die" - on license plates made by convicts
  92.