home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / news / sysadmin / 1136 < prev    next >
Encoding:
Text File  |  1992-07-21  |  2.9 KB  |  62 lines

  1. Newsgroups: news.sysadmin
  2. Path: sparky!uunet!gatech!news.byu.edu!eff!ckd
  3. From: ckd@eff.org (Christopher Davis)
  4. Subject: Re: Cnews Performance
  5. In-Reply-To: jstewart@alfred.carleton.ca's message of Tue, 21 Jul 1992 16:08:50 GMT
  6. Message-ID: <CKD.92Jul21164839@loiosh.eff.org>
  7. Sender: usenet@eff.org (NNTP News Poster)
  8. Nntp-Posting-Host: loiosh.eff.org
  9. Organization: Electronic Frontier Foundation Tech Central
  10. References: <1992Jul21.143918.4244@informatik.uni-ulm.de> <jstewart.711734930@cunews>
  11. Date: Tue, 21 Jul 1992 20:50:46 GMT
  12. Lines: 48
  13.  
  14. John> == John Stewart <jstewart@alfred.carleton.ca> 
  15.  
  16.  John> Assuming the machine is used primarily for news service, disk
  17.  John> accesses to /usr/spool/news will greatly exceed all other disk io
  18.  John> combined.  It would therefore be better to also put the OS on the
  19.  John> new disk to reduce disk accesses on the old disk.
  20.  
  21.  John> On our machine we have 3 disks that are allocated as follows.
  22.  
  23.  John>    Disk 1   root file system, /usr and /usr/lib/newsbin
  24.  John>    Disk 2   /usr/spool/news and some rarely accessed archives
  25.  John>    Disk 3   /usr/lib/news, home directories and a few miscellaneous
  26.  John>             things
  27.  
  28.  John> One more way to reduce your disk accesses is to mount /tmp as a tmpfs 
  29.  John> (memory resident directory).
  30.  
  31. Agreed.  Our news/ftp/WAIS machine has four drives (it's a 32M SS2):
  32.  
  33. sd0: root, swap, /usr (including newsbin) [424 internal]
  34. sd1: more swap, /var, /home (small, no users), /libnews, ftp and WAIS [1.3G]
  35. sd2: /src, scratch (used for big builds like X11R5) [600M]
  36. sd3: /news [1.3G]
  37.  
  38. The 600 is an old Wren something-or-other, not too slow, but not
  39. blazing.  The 1.3s and 424 are Sun (the 1.3s are the Seagate Elites,
  40. which are pretty zippy; the 424 is a Quantum, I think).  We use tmpfs.
  41.  
  42. Right now this sucker screams along with an ever-growing number of
  43. nntplink news feeds, over 2K groups (including clarinet), heavy ftp
  44. traffic, and some WAIS.  The load is usually about 1, almost always less
  45. than 2; we do a newsrun every 5 minutes from cron, and run a pretty
  46. stock 22-Dec (non-Performance-Release) C news.  No msgidd, no daemonized
  47. relaynews, we haven't even patched C news to put the pathname in
  48. /usr/lib/news/log, so nntplink is doing huge quantities of history
  49. lookups.  Expire is nice and quick, too.  If the machine ever starts
  50. gasping, it goes to 64M RAM; no signs of it, yet.
  51.  
  52. C news is no slouch.  I left news locked for a while (a couple hours, I
  53. think) once as an unscientific test; the load went up to about 2.5 for
  54. maybe 5 minutes before catching up with all the incoming news... big deal.
  55.  
  56. Again, this isn't even the Performance Release.
  57. --
  58. Christopher Davis * ckd@eff.org * System Administrator, EFF * +1 617 864 0665
  59.    ``The First Amendment is often inconvenient.  But that is besides the
  60.   point.  Inconvenience does not absolve the government of its obligation
  61.          to tolerate speech.'' --Justice Anthony Kennedy, in 91-155
  62.