| | 1 | [[PageOutline]] |
| | 2 | = Lustre File System Performance Report (Uses bonnie++ command) = |
| | 3 | [[BR]] |
| | 4 | [[BR]] |
| | 5 | == Machine Informance == |
| | 6 | ||Node ||4 nodes (1 server , 3 client provide disks)|| |
| | 7 | ||CPU ||Intel(R) Core(TM)2 Quad CPU Q6600 @ 2.40GHz (each node)|| |
| | 8 | ||Memory ||2GB DDR2 667 (each node)|| |
| | 9 | ||Disk ||320G+160G (each node), All nodes: (320G+ 160G) * 3 = 1.4T|| |
| | 10 | ||NIC ||Intel Corporation 82566DM Gigabit Network Connection|| |
| | 11 | ||Switch ||ZyXEL 8 port GE switch|| |
| | 12 | [[BR]] |
| | 13 | [[BR]] |
| | 14 | == Offical Web == |
| | 15 | http://www.coker.com.au/bonnie++/ [[BR]] |
| | 16 | http://www.coker.com.au/bonnie++/readme.html |
| | 17 | [[BR]] |
| | 18 | [[BR]] |
| | 19 | = Lustre Performance = |
| | 20 | {{{ |
| | 21 | [root@lustre bonnie++-1.03c]# ./bonnie++ -d /mnt/client_fs01/ -s 16000:1048576 -r 1024 -u root -m first |
| | 22 | Using uid:0, gid:0. |
| | 23 | Writing with putc()...done |
| | 24 | Writing intelligently...done |
| | 25 | Rewriting...done |
| | 26 | Reading with getc()...done |
| | 27 | Reading intelligently...done |
| | 28 | start 'em...done...done...done... |
| | 29 | Create files in sequential order...done. |
| | 30 | Stat files in sequential order...done. |
| | 31 | Delete files in sequential order...done. |
| | 32 | Create files in random order...done. |
| | 33 | Stat files in random order...done. |
| | 34 | Delete files in random order...done. |
| | 35 | Version 1.03c ------Sequential Output------ --Sequential Input- --Random- |
| | 36 | -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks-- |
| | 37 | Machine Size:chnk K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP /sec %CP |
| | 38 | first 16000M:1024k 44277 73 44487 6 20676 7 44695 90 49761 12 60.2 17 |
| | 39 | ------Sequential Create------ --------Random Create-------- |
| | 40 | -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete-- |
| | 41 | files /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP /sec %CP |
| | 42 | 16 6706 35 2971 31 5324 36 6314 37 2995 33 5812 36 |
| | 43 | first,16000M:1024k,44277,73,44487,6,20676,7,44695,90,49761,12,60.2,17,16,6706,35,2971,31,5324,36,6314,37,2995,33,5812,36 |
| | 44 | |
| | 45 | }}} |
| | 46 | |