home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / unix / wizards / 5232 < prev    next >
Encoding:
Internet Message Format  |  1992-12-15  |  1.8 KB

  1. Xref: sparky comp.unix.wizards:5232 comp.unix.admin:6652
  2. Path: sparky!uunet!usc!wupost!news.utdallas.edu!corpgate!bnrgate!bnr.co.uk!stl!crosfield!adf
  3. From: adf@crosfield.co.uk (alex france)
  4. Newsgroups: comp.unix.wizards,comp.unix.admin
  5. Subject: Re: Causes Of Death On Heavily-Loaded UNIX System?
  6. Message-ID: <15820@suns7.crosfield.co.uk>
  7. Date: 15 Dec 92 11:58:49 GMT
  8. References: <1gjlnjINN9eb@smurf.sti.com>
  9. Organization: Crosfield Electronics, Hemel Hempstead, United Kingdom.
  10. Lines: 31
  11.  
  12. In article <1gjlnjINN9eb@smurf.sti.com> westes@smurf.sti.com (Will Estes) writes:
  13. >A local SunOS host is experiencing extremely poor performance, and I am
  14. >interested in understanding .....
  15. >
  16. >A typical symptom of poor performance on the subject system would be
  17. >very slow character echoing in a vi session, with occasional delays of
  18. >as much as 15 seconds when you type a character.
  19. >
  20.  
  21. It has been my experienc that these kind of delays are caused when
  22. there are too many processes chasing too few pages of memory. After a
  23. couple of seconds of inactivity (i.e. you thinking a moment) your
  24. vi process becomes eligible to have pages stolen, and in a very busy
  25. system then proceeds to lose them fast. When you next type a character
  26. your process goes back on the run queue, but as it runs faults almost
  27. immediately and goes back on the queue waiting for the page to be
  28. fetched from disk. This repeats itself several times until you finally
  29. get enough pages in to echo the character.
  30.  
  31. Two solutions to this:-
  32.  
  33. i) Add more real memory.
  34.  
  35. ii) Whenever you pause to think, sit there with your hand rocking
  36.     on space-delete-space-delete-.....
  37.  
  38. Alex.
  39.  
  40. # Alex France, Crosfield Electronics, | Phone: +44 442 230000 xt.3541 #
  41. # Three Cherry Trees Lane,            | Fax:   +44 442 232301         #
  42. # Hemel Hempstead, HP2 7RH, England.  | Email: adf@crosfield.co.uk    #
  43.