##### xfs : xfs 8G_areca16 RAID5 RA256 DISKS12 IntJRNL 27June07+2010 MKFS mkfs.xfs -f /dev/sdb ##### xfs : xfs 8G_areca16 RAID5 RA256 DISKS12 IntJRNL 27June07+2010 MOUNT mount -t xfs /dev/sdb /areca ##### xfs : xfs 8G_areca16 RAID5 RA256 DISKS12 IntJRNL 27June07+2010 BONNIE bonnie++ -d /areca/benchmarks -r 0 -s 2g -n 3 -u hjm >> /home/hjm/bm_logs/xfs_8G_areca16_RAID5_RA256_DISKS12_IntJRNL_27June07+2010.log Version 1.03 ------Sequential Output------ --Sequential Input- --Random- -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- Machine Size K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP dabrick 2G 59758 99 575510 85 723987 96 63775 99 1942341 100 +++++ +++ ------Sequential Create------ --------Random Create-------- -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP 3 +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ +++++ +++ dabrick,2G,59758,99,575510,85,723987,96,63775,99,1942341,100,+++++,+++,3,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++,+++++,+++ ##### xfs : xfs 8G_areca16 RAID5 RA256 DISKS12 IntJRNL 27June07+2010 IOZONE iozone -a -b /home/hjm/bm_logs/xfs_8G_areca16_RAID5_RA256_DISKS12_IntJRNL_27June07+2010_iozone.xls -f /areca/iozone.tmp >> /home/hjm/bm_logs/xfs_8G_areca16_RAID5_RA256_DISKS12_IntJRNL_27June07+2010_iozone.txt ##### xfs : xfs 8G_areca16 RAID5 RA256 DISKS12 IntJRNL 27June07+2010 KERNEL mkdir -p /areca/kernel && cd /areca/kernel; cp /home/hjm/linux-2.6.21.3.tar.bz2 . ; tar -xjf linux-2.6.21.3.tar.bz2 && cd linux-2.6.21.3; cp /home/hjm/kernel.config ./.config; make -j8 bzImage && make -j8 modules ;