Displaying 1 result from an estimated 1 matches for "filesystemtest".
2007 Aug 02
4
Poor Performance WhenNumber of Files > 1M
...number of files, parameter two is number of directories
to write into.
Dell MD3000 + LVM2. 2x7 10k rpm SAS disks 128k stripe RAID-0 for 3.8
TiBytes of total storage. Fedora Core 6 x86_64. 2xQuad Core Xeon.
Default mount and ext3 options used.
[root at galaxy filestore]# time /soc/abyss/test/fileSystemTest.pl 10000 1000
real 0m1.054s
user 0m0.128s
sys 0m0.382s
[root at galaxy filestore]# time /soc/abyss/test/fileSystemTest.pl 1000000 1000
real 1m0.938s
user 0m12.203s
sys 0m40.358s
[root at galaxy filestore]# time /soc/abyss/test/fileSystemTest.pl 10000000
1000
real 13m39.8...