Everything is up and running but there is still a problem. Right now I have a 3ware 9650SE with 4 SATA drives in RAID 5 as the main drive on my server and then the MD1000 with 15 drives as the external secondary drive. After everything was configured as mentioned above I run postmark on the 2 arrays and these are the results:
nicolas@edubuntuS2:~$ sudo postmark
PostMark v1.51 : 8/14/01 pm>help set size - Sets low and high bounds of files set number - Sets number of simultaneous files set seed - Sets seed for random number generator set transactions - Sets number of transactions set location - Sets location of working files set subdirectories - Sets number of subdirectories set read - Sets read block size set write - Sets write block size set buffering - Sets usage of buffered I/O set bias read - Sets the chance of choosing read over append set bias create - Sets the chance of choosing create over delete set report - Choose verbose or terse report format run - Runs one iteration of benchmark load - Read configuration file show - Displays current configuration help - Prints out available commands quit - Exit program pm>set size 10000 10000000 pm>set number 2000 pm>set transactions 2500 pm>set location /monsterDrive pm>run Creating files...Done Performing transactions..........Done Deleting files...Done Time: 217 seconds total 155 seconds of transactions (16 per second)
Files: 3263 created (15 per second) Creation alone: 2000 files (35 per second) Mixed with transactions: 1263 files (8 per second) 1229 read (7 per second) 1271 appended (8 per second) 3263 deleted (15 per second) Deletion alone: 2026 files (405 per second) Mixed with transactions: 1237 files (7 per second)
Data: [B]6337.51 megabytes read (29.21 megabytes per second) 18248.26 megabytes written (84.09 megabytes per second)[/B] pm>quit nicolas@edubuntuS2:~$ sudo postmark [sudo] password for nicolas: PostMark v1.51 : 8/14/01 pm>set size 100000 10000000 pm>set number 2000 pm>set transactions 2500 pm>set location /home/nicolas pm>run Creating files...Done Performing transactions..........Done Deleting files...Done Time: 2842 seconds total 1370 seconds of transactions (1 per second)
Files: 3263 created (1 per second) Creation alone: 2000 files (1 per second) Mixed with transactions: 1263 files (0 per second) 1229 read (0 per second) 1271 appended (0 per second) 3263 deleted (1 per second) Deletion alone: 2026 files (106 per second) Mixed with transactions: 1237 files (0 per second)
Data: [B]6613.14 megabytes read (2.33 megabytes per second) 18457.72 megabytes written (6.49 megabytes per second)[/B] pm>quit As can be seen from the benchmark, the PERC5 test which is the first run, has ~29MB/s but the main drive has only 2.33 MB/s. Is that normal? How can I check if there is a problem with the RAID adapter. Or are these numbers normal?
Thanks