home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8560 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  2.7 KB

  1. Path: sparky!uunet!stanford.edu!agate!agate.berkeley.edu!cgd
  2. From: cgd@eden.CS.Berkeley.EDU (Chris G. Demetriou)
  3. Newsgroups: comp.unix.bsd
  4. Subject: Re: bonnie i/o test results
  5. Date: 6 Nov 92 23:28:22
  6. Organization: Kernel Hackers 'r' Us
  7. Lines: 69
  8. Message-ID: <CGD.92Nov6232822@eden.CS.Berkeley.EDU>
  9. References: <1992Nov6.144749.26760@ntuix.ntu.ac.sg>
  10. NNTP-Posting-Host: eden.cs.berkeley.edu
  11. In-reply-to: eoahmad@ntuix.ntu.ac.sg's message of Fri, 6 Nov 1992 14:47:49 GMT
  12.  
  13.  
  14. LOOK, I'M SURE I'M NOT THE ONLY ONE WHO'S SICK OF SEEING BENCHMARKS WITH
  15. ABSOLUTELY NO TECHNICAL MERIT.
  16.  
  17. (and yes, i had to scream.)
  18.  
  19. In article <1992Nov6.144749.26760@ntuix.ntu.ac.sg> eoahmad@ntuix.ntu.ac.sg (Othman Ahmad) writes:
  20.  
  21.    Julian 486/50 16M RAM, bustek SCSI-2 disk,
  22.  
  23.          -------Sequential Output-------- ---Sequential Input-- --Random--
  24.          -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks---
  25.    Machine    MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU  /sec %CPU
  26.           32   405 48.2   389  8.4   152  5.6   505 53.1   461 10.3  20.0  5.0
  27.  
  28.    My machine 386/25 8M RAM , IDE Maxtor 200M disk,
  29.  
  30.          -------Sequential Output-------- ---Sequential Input-- --Random--
  31.          -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks---
  32.    Machine    MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU  /sec %CPU
  33.           16   121 99.2   350 15.6   190 17.7   108 99.8   454 16.4  25.9  8.9
  34.  
  35.    Just look at the Random seek figure, the smaller IDE is faster despite having
  36.    more CPU load.
  37.  
  38.  
  39.  
  40. in terms of reading and writing, as you can see from your above stats,
  41. Julian's SCSI disk generally kicks your IDE disk's butt.
  42.  
  43. The one stat you cite is average random seek time, and that's the probably
  44. the *MOST* meaningless of all of the above stats.
  45.  
  46. why?  because i'll bet money that your maxtor 200 IDE is a 3.5" disk,
  47. and i know that Julian's disk is 5.25".
  48.  
  49. I've got a 3.5" inch w/an average seek time of 12ms (which should get
  50. me 83 seeks per second)...  what does that prove, in terms of SCSI vs.
  51. IDE?
  52.  
  53. *NOTHING*
  54.  
  55. why?  because i'm pretty sure that they make the same disk w/ an IDE
  56. controller.
  57.  
  58.  
  59.  
  60. PLEASE, before posting any more benchmarks:
  61.     (1) learn about disk architecture.
  62.         If you knew anything about it, you'd know
  63.         that seek time is *disk* dependent, not
  64.         controller dependent.
  65.  
  66.     (2) run the benchmarks on "equivalent" hardware.
  67.         for instance, Maxtor 200M IDE vs. Maxtor 200M SCSI
  68.         (i'd to the SCSI benchmark for you, but the only
  69.         Maxtor 200M SCSI I have kicked off a few months ago...)
  70.  
  71.  
  72. <sigh>
  73.  
  74. and now back to some driver hacking...
  75.  
  76. Chris
  77. --
  78. Chris G. Demetriou                                    cgd@cs.berkeley.edu
  79.  
  80. "Sometimes it is better to have twenty million instructions by
  81.         Friday than twenty million instructions per second." -- Wes Clark
  82.