Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!lll-lcc!styx!ames!ucbcad!ucbvax!jade!eris!mwm From: mwm@eris.BERKELEY.EDU (Mike (My watch has windows) Meyer) Newsgroups: comp.sys.amiga Subject: Disk timings.... Message-ID: <3406@jade.BERKELEY.EDU> Date: Fri, 1-May-87 06:44:39 EDT Article-I.D.: jade.3406 Posted: Fri May 1 06:44:39 1987 Date-Received: Sun, 3-May-87 06:01:02 EDT Sender: usenet@jade.BERKELEY.EDU Reply-To: mwm@eris.BERKELEY.EDU (Mike (My watch has windows) Meyer) Organization: Missionaria Phonibalonica Lines: 86 In the process of buying a hard disk, I dug out the disk performance tester on Fish disk 48, and ran it on the disks I could get my hands on. I also added some other odds and ends, like the 33.47 ram: driver (why does it write noticably slower than the 33.46 one? Slow ram expansion?), the katin vdk:, and the fastest disk system I could get my code on (well, second fastest. I may have more numbers later, as we are probably going to investigate the new VAX I/O architechtures. Let me know if you're interested). The Xebec drive appears to do file creations/deleteions noticably slower than anything else; I suspect that that is due to it using a larger buffer (1K vs. 512), but I don't have proof that it's doing that. Someone like to comment on this? Likewise, the slow speed of VAX writes on small buffers is attributable to using an 8k/1k file system, meaning you copy the data up to twice on 4096 byte buffers, and up to 8 times on the 512 byte buffers. I don't know what the block/frag size for the Sun was. Those who doubt that AmigaDOS does good things for finding files vs. the Unix file system might check out the file creations/deletions #'s vs. raw throughput. Now, if someone could explain why scanning a directory is so mach faster relative to the raw disk speed on AmigaDOS, I'd appreciate it. Numbers of opens/sec would be interesting. I may hack the diskperf program to do that. Finally, based on these numbers, I bought the Xebec drive. I'll have more to say about that early next week.