Changes between Version 1 and Version 2 of lustre_bonnie++


Ignore:
Timestamp:
Jun 3, 2008, 5:49:15 PM (16 years ago)
Author:
chris
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • lustre_bonnie++

    v1 v2  
    1818[[BR]]
    1919= Lustre Performance =
     20 * without tunning NFS[[BR]]
    2021{{{
    2122[root@lustre bonnie++-1.03c]# ./bonnie++ -d /mnt/client_fs01/ -s 16000:1048576  -r 1024 -u root -m first
     
    4546}}}
    4647
     48 * with NFS tunning [[BR]]
     49{{{
     50[root@lustre bonnie++-1.03c]# ./bonnie++ -d /mnt/client_fs01/ -s 16000:1048576  -r 1024 -u root -m first
     51Using uid:0, gid:0.
     52Writing with putc()...done
     53Writing intelligently...done
     54Rewriting...done
     55Reading with getc()...done
     56Reading intelligently...done
     57start 'em...done...done...done...
     58Create files in sequential order...done.
     59Stat files in sequential order...done.
     60Delete files in sequential order...done.
     61Create files in random order...done.
     62Stat files in random order...done.
     63Delete files in random order...done.
     64Version 1.03c       ------Sequential Output------ --Sequential Input- --Random-
     65                    -Per Chr- --Block-- -Rewrite- -Per Chr- --Block-- --Seeks--
     66Machine   Size:chnk K/sec %CP K/sec %CP K/sec %CP K/sec %CP K/sec %CP  /sec %CP
     67first  16000M:1024k 44359  72 51748   7 23290   8 46002  92 57361  15  64.5  18
     68                    ------Sequential Create------ --------Random Create--------
     69                    -Create-- --Read--- -Delete-- -Create-- --Read--- -Delete--
     70              files  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP  /sec %CP
     71                 16  6859  38  2978  33  5514  37  6494  36  3013  32  5577  35
     72first,16000M:1024k,44359,72,51748,7,23290,8,46002,92,57361,15,64.5,18,16,6859,38,2978,33,5514,37,6494,36,3013,32,5577,35
     73
     74}}}