I just migrated our pictures which store in a nfs server before. I'm using a python client : http://www.albany.edu/~ja6447/mogilefs.py
and sendfile to two storage nodes. i watch the write speed by calculate the two printed time delta. print now # time1 sendfile # read from a nfs store and send file to mogilefs print now # time2 delta = time2-time1 and check the file size, the average speed is 7KB/s on our local production network. On Thu, Jul 3, 2008 at 4:20 AM, Mark Smith <[EMAIL PROTECTED]> wrote: >> 7KB/s... :( > > That seems incredibly slow. Where is the bottleneck? How are you > testing the speed and determining this value? Are you doing the test > all in a local network, or is it over the Internet/mobile > networks/something else? > > > -- > Mark Smith / xb95 > [EMAIL PROTECTED] >
