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

  1. Newsgroups: vmsnet.internals
  2. Path: sparky!uunet!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: <1992Aug29.013855.12775@PA.dec.com>
  6. Sender: news@PA.dec.com (News)
  7. Organization: Digital Equipment Corporation
  8. References:   <9208281916.AA02286@sndsu1.sinet.slb.com>
  9. Date: 28 AUG 92 17:53:34 PDT
  10. Lines: 91
  11.  
  12.  
  13. In article <9208281916.AA02286@sndsu1.sinet.slb.com>,
  14.  <brydon@dsny25.sinet.slb.com> writes...
  15.  
  16. >Okay, but what about the situation of one satellite vaxstation on a lightly
  17. >loaded network?  I think page read I/O's should be considered separately from
  18. >page write I/O's.  Does this satellite system do page read I/O's any faster
  19. >over the ethernet versus to local disk?  
  20. >
  21.  
  22. Paging I/O takes longer from a server over the ethernet than it does from
  23. a local disk.  There is not an easy way to separately measure page read and
  24. page write I/O times, nor any obvious reason why they should be greatly 
  25. different.  No one has yet noticed if this is so, though it is certainly
  26. possible.
  27.  
  28.  
  29. A satellite system that is paging any processes always seems to run slower
  30. with a server page file than with a local page file, even when the net is
  31. lightly loaded.  You can measure the difference in a very straightforward
  32. manner.
  33.  
  34. It is easy to measure program run time with a server page file and then
  35. again with a local page file.  It is somwhat difficult to make sure other
  36. conditions remain constant, but when you do, the answers are consistent.
  37.  
  38.  
  39.  
  40. >>What does have a very critical effect is changes to the system parameters
  41. >>WSMAX, MPW_HILIMIT, PQL_MWSQUOTA, PQL_MWSEXTENT , and also changes to the
  42. >>SYSUAF field WSEXTENT.  On a memory-rich system, these fields can be raised
  43. >>to much higher values than the default calculations.
  44. >Hmmmm well agreed, it's like money.  If you have more you can spend more.  In
  45. >my opinion Autogen does a good enough job of this except of course for
  46. >WSEXTENT and perhaps PQL_MWSEXTENT.
  47. >>The practical effect of raising these parameters is to eliminate paging
  48. >>and swapping activity on the sattelite nodes althogether.
  49. >>
  50. >>If you INSTALL all of the images that you are using on the sattelite nodes,
  51. >>and keep a free list of about 4,000 pages, you will rapidly have all of
  52. >>the relavent system image pages cached in the free list at the sattelite
  53. >>node.
  54. >This sounds a bit like the old DEC sales pitch of "buy more memory".  Indeed
  55. >it will improve matters, but that wasn't really the question being raised.
  56.  
  57.   Two questions were asked:
  58.  
  59.    (1)  Do page reads work faster from a server than from a local disk
  60.         if data blocks are cached?
  61.  
  62.         No, because you cannot cache the data blocks on the page file.
  63.         The local page file is always faster, and measurably so, given
  64.         equal disk drive speeds.
  65.  
  66.         If your application must page or swap, a local disk gives the
  67.         best performance.
  68.  
  69.  
  70.    (2)  Can you cache system routine pages on the server and thus improve
  71.         performance of a sattelite node?
  72.  
  73.         No, because the system routine pages are cached on the free
  74.         memory list of the sattelite node.
  75.  
  76.         You get best application performance by having "enough" memory
  77.         to run it with minimal paging, and by tuning VMS to use all of
  78.         that memory.
  79.  
  80. Some experiments indicate that you can do quite well in LAVC performance
  81. improvements, without buying a single piece of additional hardware, by
  82. a few simple VMS tuning changes.
  83.  
  84.  
  85. Not that I would ever discourage you from buying more DEC hardware! :)
  86.  
  87. ----------------------------------------------------------------------------
  88. | -Mike Pettigrew        pettigrew_mi@ripple.enet.dec.com
  89. |                        (206) 661-3032
  90. |                        Digital Equipment Corporation 
  91. |                        Federal Way, Washington, USA
  92. |___________________________________________________________________________
  93. |  Surprises Every Day!
  94. |___________________________________________________________________________
  95. |These opinions are mine and not necessarily my employer's
  96. ----------------------------------------------------------------------------
  97.