home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / amiga / hardware / 15096 < prev    next >
Encoding:
Internet Message Format  |  1992-09-09  |  3.2 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!zaphod.mps.ohio-state.edu!menudo.uh.edu!rosie.uh.edu!st1my
  2. From: st1my@rosie.uh.edu (Stich, Christian E.)
  3. Newsgroups: comp.sys.amiga.hardware
  4. Subject: Re: Hard disk throughput speed ?
  5. Message-ID: <9SEP199209193155@rosie.uh.edu>
  6. Date: 9 Sep 92 14:19:00 GMT
  7. References: <1992Sep8.171338.2492@Rapnet.Sanders.Lockheed.Com> <copes.716015341@marsh>
  8. Sender: usenet@menudo.uh.edu (USENET News System)
  9. Organization: University of Houston
  10. Lines: 53
  11. News-Software: VAX/VMS VNEWS 1.41
  12. Nntp-Posting-Host: rosie.uh.edu
  13.  
  14. In article <copes.716015341@marsh>, copes@cs.curtin.edu.au (Simon Cope) writes...
  15. >msnider@Rapnet.Sanders.Lockheed.Com (Marc A. Snider x0193) writes:
  16. >>What kind of throughput can I expect from a stock A3000?  How about the
  17. >>numbers for a GVP combo accelerator (do they make an '040 based combo)
  18. >>using their scsi interface and an aftermarket drive?  Finally, what is
  19. >>the fastest throughput possible today on an A3000 and by what means?
  20. >>Thanks,
  21. >>M. Snider
  22. >>msnider@rapnet.sanders.lockheed.com
  23. >My A3000 25/50 with 6 megs fastram runs around 850K/sec to 1M/sec depending
  24. >on disk usage and fragmentation.  Thats set up with 100 buffers and the stock
  25. >Quantum 52LPS drive.  Sling in a Quantum 240LPS and you can expect around
  26. >1.3-1.6 M/sec, sustainable.  GVP's 040 for the A3000 doesn't have a scsi
  27. >controller onboard, even if it did it would be slower than the standard one
  28. >unless it was a FAST scsi-II controller.  
  29. >Dave Haynie said they have a Maxtor Magic drive in the C= software department
  30. >that runs 3.9M/sec through the filesystem and 4.2M/sec direct to the driver.
  31. >I don't know what particular drive this is.  Perhaps Dave could post the
  32. >model no. for us :-)
  33. >The A3000 scsi controller is probably the fastest scsi controller you'll find
  34. >on anything under $10000.
  35. >--
  36. >copes@cs.curtin.edu.au
  37.  
  38. I think that you should expect around 1.4 to 2.3 MBytes/s (depending on which 
  39. track the r/w head is on the harddisk since the Quantum LPS120/240 use variable
  40. "bytes per track", the outer tracks contain more bytes than the inner ones).
  41. This is the throughput that scsispeed (4.2?) reports on my machine (A2000 w/
  42. 2630 and HardFrame, Quantum LPS120S with 250 buffers). The diskspeed results
  43. vary of course since it depends on the fragmentation of your harddisk etc.
  44. After a backup and restore (-> not fragmented) with approx. 3800 files and 
  45. 66% full (-> due to the way the filesystem writes on the harddisk -> first empty
  46. space somewhere in the outer tracks with more bytes), I get up to 1.9 MB/s 
  47. create, 1.7 MB/s write (why do I get better performance during creation?), and
  48. 2.1 MB/s read.
  49. Since an internal verify takes exactly as long as reading the entire harddisk
  50. with readblocks (69 seconds) I assume that the controller keeps up with the
  51. harddisk, therefore, the A3000 controller should also keep up (however with more
  52. available cpu time due to its wider and faster bus system (A2000 -> zorroII bus,
  53. A3000 scsi adapter "controller" -> internal A3000 bus)
  54.  
  55. 238766 blocks * 512 bytes/block = 116.6 MBytes
  56. 116.6 MB / 69s = 1.7 MB/s average (over entire disk)
  57.  
  58.             Christian
  59.  
  60. P.S.: I assume that an internal verify does not take any longer than
  61.       a raw read since the LPS120/240 always checks the checksum of the
  62.       blocks they read.
  63.