Changes between Initial Version and Version 1 of lustre_gpfs


Ignore:
Timestamp:
Jun 9, 2008, 3:27:27 PM (16 years ago)
Author:
rock
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • lustre_gpfs

    v1 v1  
     1[[PageOutline]]
     2= Lustre vs. GPFS Performance =
     3== 1.Use Bonnie++ ==
     4 * Lustre ('''without''' NFS tunning, kernel io scheduler = '''default''')
     5{{{
     6[root@lustre bonnie++-1.03c]# ./bonnie++ -d /mnt/client_fs01/ -s 16000:1048576  -r 1024 -u root -m first
     7Using uid:0, gid:0.
     8Writing with putc()...done
     9Writing intelligently...done
     10Rewriting...done
     11Reading with getc()...done
     12Reading intelligently...done
     13start 'em...done...done...done...
     14Create files in sequential order...done.
     15Stat files in sequential order...done.
     16Delete files in sequential order...done.
     17Create files in random order...done.
     18Stat files in random order...done.
     19Delete files in random order...done.
     20Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
     21                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
     22Machine   Size:chnk K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
     23first  16000M:1024k 44277  73 44487   6 20676   7 44695  90 49761  12  60.2  17
     24                    ------Sequential Create------ --------Random Create--------
     25                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
     26              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
     27                 16  6706  35  2971  31  5324  36  6314  37  2995  33  5812  36
     28first,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
     29}}}
     30 * GPFS ('''without''' NFS tunning, kernel io scheduler = '''default''')
     31{{{
     32gpfs-server:/home/gpfs_mount# bonnie++ -d /home/gpfs_mount/ -s 16000:1048576 -r 1024 -u root -m first > bonnie_1.txt
     33Using uid:0, gid:0.
     34Writing with putc()...done
     35Writing intelligently...done
     36Rewriting...done
     37Reading with getc()...done
     38Reading intelligently...done
     39start 'em...done...done...done...
     40Create files in sequential order...done.
     41Stat files in sequential order...done.
     42Delete files in sequential order...done.
     43Create files in random order...done.
     44Stat files in random order...done.
     45Delete files in random order...done.
     46Version  1.03       ------Sequential Output------ --Sequential Input- --Random-
     47                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
     48Machine   Size:chnk K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
     49first  16000M:1024k 54899  91 54665   6 23593   3 42327  70 41545   4  26.4   3
     50                    ------Sequential Create------ --------Random Create--------
     51                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
     52              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
     53                 16   373   1  1221   1   365   0   392   1   938   1   231   0
     54first,16000M:1024k,54899,91,54665,6,23593,3,42327,70,41545,4,26.4,3,16,373,1,1221,1,365,0,392,1,938,1,231,0
     55
     56}}}