From mboxrd@z Thu Jan 1 00:00:00 1970 To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> In-reply-to: Your message of "Sun, 08 Jun 2014 03:56:24 EDT." <7079be645c14ed97b4fea23029d25283@brasstown.quanstro.net> References: <20140608070355.A8B9DB827@mail.bitblocks.com> <7079be645c14ed97b4fea23029d25283@brasstown.quanstro.net> Date: Sun, 8 Jun 2014 09:56:01 -0700 From: Bakul Shah Message-Id: <20140608165601.19C4DB827@mail.bitblocks.com> Subject: Re: [9fans] Question about fossil Topicbox-Message-UUID: f7c79b6e-ead8-11e9-9d60-3106f5b1d025 On Sun, 08 Jun 2014 03:56:24 EDT erik quanstrom wrote: > > - try this out on a small scale before you commit to it, as I > > suspect you'll run into various limits and may be bugs. Do > > report what you discover. > > - performance will likely be poor. For better performance you > > may want to keep venti index on a separate (flash) disk. > > - it would be nice if you can come up with a workable setup > > for a venti server! > > usb performance is ~4-7MB/s. this is the best you can hope for > from the disk. venti will only slow this down by multiplying > disk accesses and being a bit seeky. keep in mind if you're > using this for a venti server, that usb b/w needs to be shared > with tcp. The last time I measured this (Aug 2012) raw disk write was 10MB/s, file writes were 2MB/s. On the same h/w & disk linux got 25MB/s (don't recall file throughput). And Linux gets 11.3MB/s ethernet throughput compared 3.7MB/s on 9pi (both with ttcp). Linux tcp throughput is close to linespeed. Might almost be worth using p9p vent under linux! And keep isects on the sdcard and arenas on an external disk.