Changes between Version 21 and Version 22 of lustre_bonnie++


Ignore:
Timestamp:
Jun 10, 2008, 4:42:50 PM (16 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • lustre_bonnie++

    v21 v22  
    7373 * with NFS tunning, kernel io scheduler = '''deadline'''[[BR]]
    7474{{{
    75 [root@lustre bonnie++-1.03c]# ./bonnie++ -d /mnt/client_fs01/ -s 16000:1048576  -r 1024 -u root
    76 Using uid:0, gid:0.
    77 Writing with putc()...done
    78 Writing intelligently...done
    79 Rewriting...done
    80 Reading with getc()...done
    81 Reading intelligently...done
    82 start 'em...done...done...done...
    83 Create files in sequential order...done.
    84 Stat files in sequential order...done.
    85 Delete files in sequential order...done.
    86 Create files in random order...done.
    87 Stat files in random order...done.
    88 Delete files in random order...done.
    89 Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
    90                     -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
    91 Machine   Size:chnk K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
    92 lustre 16000M:1024k 51892  90 54387   8 24917   9 47740  95 63936  17  69.9  22
    93                     ------Sequential Create------ --------Random Create--------
    94                     -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
    95               files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
    96                  16  6745  31  3013  32  6486  38  6850  33  3079  30  6327  38
    97 lustre,16000M:1024k,51892,90,54387,8,24917,9,47740,95,63936,17,69.9,22,16,6745,31,3013,32,6486,38,6850,33,3079,30,6327,38
     75[root@lustre bonnie++-1.03c]# ./bonnie++ -d /mnt/client_fs01/ -s 16000:1048576  -r 1024 -u root -m first
     76Using uid:0, gid:0.
     77Writing with putc()...done
     78Writing intelligently...done
     79Rewriting...done
     80Reading with getc()...done
     81Reading intelligently...done
     82start 'em...done...done...done...
     83Create files in sequential order...done.
     84Stat files in sequential order...done.
     85Delete files in sequential order...done.
     86Create files in random order...done.
     87Stat files in random order...done.
     88Delete files in random order...done.
     89Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
     90                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
     91Machine   Size:chnk K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
     92first  16000M:1024k 48900  79 59534  10 26680  10 47398  96 66517  18  70.0  22
     93                    ------Sequential Create------ --------Random Create--------
     94                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
     95              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
     96                 16  6954  38  3050  33  6233  35  7125  34  2981  34  5416  36
     97first,16000M:1024k,48900,79,59534,10,26680,10,47398,96,66517,18,70.0,22,16,6954,38,3050,33,6233,35,7125,34,2981,34,5416,36
    9898}}}
    9999 * without nfs tunning, kernel io scheduler = '''cfq'''[[BR]]