6 Jul 2006 20:02
RE: Limited write bandwidth from ext3
<Sinha_Himanshu <at> emc.com>
2006-07-06 18:02:16 GMT
2006-07-06 18:02:16 GMT
We tried the extents+mballoc+delalloc patches suggested by Andreas and found that it made a significant improvement in our benchmark - write bandwidth increased from 144 MBps to 214 MBps. We are at about 85% of the bandwidth that one can get writing to an ext2 file which in turn is about 82% of the bandwidth one can get writing to the block device. We are analyzing our traces to determine the cause of these differences. So far, we see that during writes to the ext3 file lun writes periodically wait for 5 reads while in the case of writes to ext2 file lun writes periodically wait for only one read. Workload: Single threaded 512 KB writes to a new file. RedHat 4 U1 2.6.16.8 kernel (2.6.9 based kernel) Block Device 308 MBps 306 MBps Ext2 file 267 255 Ext3 138 144 Ext3 with patches N/A 216 Ext3 with patches, journal on separate LUN 215 Himanshu -----Original Message----- From: Andreas Dilger [mailto:adilger <at> clusterfs.com] Sent: Wednesday, June 21, 2006 4:54 PM To: Sinha, Himanshu Cc: ext3-users <at> redhat.com Subject: Re: Limited write bandwidth from ext3(Continue reading)
RSS Feed