home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / bsd / 8558 < prev    next >
Encoding:
Text File  |  1992-11-08  |  2.3 KB  |  49 lines

  1. Newsgroups: comp.unix.bsd
  2. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!usc!wupost!sdd.hp.com!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!jvnc.net!nuscc!ntuix!eoahmad
  3. From: eoahmad@ntuix.ntu.ac.sg (Othman Ahmad)
  4. Subject: bonnie i/o test results
  5. Message-ID: <1992Nov6.144749.26760@ntuix.ntu.ac.sg>
  6. Organization: Nanyang Technological University - Singapore
  7. X-Newsreader: TIN [version 1.1 PL6]
  8. Date: Fri, 6 Nov 1992 14:47:49 GMT
  9. Lines: 38
  10.  
  11. Julian 486/50 16M RAM, bustek SCSI-2 disk,
  12.  
  13.               -------Sequential Output-------- ---Sequential Input-- --Random--
  14.               -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks---
  15. Machine    MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU  /sec %CPU
  16.            32   405 48.2   389  8.4   152  5.6   505 53.1   461 10.3  20.0  5.0
  17.  
  18. My machine 386/25 8M RAM , IDE Maxtor 200M disk,
  19.  
  20.               -------Sequential Output-------- ---Sequential Input-- --Random--
  21.               -Per Char- --Block--- -Rewrite-- -Per Char- --Block--- --Seeks---
  22. Machine    MB K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU K/sec %CPU  /sec %CPU
  23.            16   121 99.2   350 15.6   190 17.7   108 99.8   454 16.4  25.9  8.9
  24.  
  25. Just look at the Random seek figure, the smaller IDE is faster despite having
  26. more CPU load.
  27.  
  28. Once I get to a 486/33, then you'll see comparable or even better performance
  29. for IDE SCSI.
  30.     Some people posts to have the bigger file sizes but it is not to
  31. my liking because it is not realistic to my use.
  32.     My prefered size is 500Kbyte, how large is xterm?
  33.  
  34. If you like to see how fast your disk it, you can use bonnie to find out.
  35. What is important is your usual application.
  36.     Bonnie does not represent your normal C program because it now
  37. does not use the default BUFSIZE, and there are attempts to minimise 
  38. the ability for a compiler to optimize its code.
  39.     bonnie is now more meant for people who use the same bufzie as bonnie,
  40. i do not know what size it is,(trying to find out, any volunteer?),
  41. and know how to code efficiently without relying on compilers to optimize its
  42. code. I'm not one of those people. I do not have time for that.
  43. --
  44. Othman bin Ahmad, School of EEE,
  45. Nanyang Technological University, Singapore 2263.
  46. Internet Email: eoahmad@ntuix.ntu.ac.sg
  47. Bitnet Email: eoahmad@ntuvax.bitnet
  48.  
  49.