home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sys / dec / 4264 < prev    next >
Encoding:
Internet Message Format  |  1992-07-29  |  1.3 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!news
  2. From: wilson@cs.utexas.edu (Paul Wilson)
  3. Newsgroups: comp.sys.dec
  4. Subject: block and fetch size for ULTRIX on DECstation 5000/200
  5. Date: 29 Jul 1992 10:30:53 -0500
  6. Organization: CS Dept, University of Texas at Austin
  7. Lines: 22
  8. Message-ID: <l7deddINNt72@boogie.cs.utexas.edu>
  9. NNTP-Posting-Host: boogie.cs.utexas.edu
  10. Summary: why is file system faster than VM?
  11.  
  12. I'm getting some unexpectedly good performance numbers with some
  13. software I'm running, which looks like it's because file system
  14. block reads are faster than virtual memory pageins.
  15.  
  16. Can anybody tell me offhand what's going on?  I'm reading 4K
  17. blocks from files, and it's unexpectedly fast.  My guess is
  18. that the filesystem is actually fetching 8K blocks, where the
  19. VM system is fetching 4K pages, or maybe the file system is
  20. doing one-block lookahead prefetching.
  21.  
  22. We're using ULTRIX 4.1.
  23.  
  24. Any clarification would be appreciated.
  25.  
  26. Thanks,
  27.  
  28.    Paul
  29. -- 
  30. | Paul R. Wilson                                    wilson@cs.utexas.edu      |
  31. | U. of Texas Computer Sciences Dept.               voice: (512) 471-9555     |
  32. | Taylor Hall 2.124, Austin, TX 78712-1188          fax:   (512) 471-8885     |
  33. | "Inertia makes the world go 'round."                                        |
  34.