User Tools

Site Tools


Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
tools:benchmarks:mdtest [2016/12/02 15:46] – [Results on an HDD] kunkeltools:benchmarks:mdtest [2018/07/04 02:31] – update webpage to reflect merged ior+mdtest glock
Line 1: Line 1:
 ====== MDTEST ====== ====== MDTEST ======
 ---- dataentry benchmark ---- ---- dataentry benchmark ----
-name           : mdtest +name           : mdtest  
-layers_ttags   : POSIX, S3 +layers_ttags   : POSIX, S3 #  
-webpage_url    : https://github.com/llnl/mdtest +features_ttags : metadata #  
-license_ttag   : GPL +parallel_ttags : MPI #  
-type_ttags     : synthetic+type_ttags     : synthetic #  
 +license_ttag   : GPL #  
 +webpage_url    : https://github.com/hpc/ior # 
 ---- ----
 +
  
 mdtest is a synthetic MPI parallel benchmark for testing the metadata performance of filesystems. mdtest is a synthetic MPI parallel benchmark for testing the metadata performance of filesystems.
Line 92: Line 95:
 </code> </code>
  
 +Here is a longer run:
 +$ mpiexec -n 8 ./mdtest -z 1 -L -b 10 -d /hdd/local/benchmark/ -I 10000 -w 3900 -e 3900
 +<code>
 +-- started at 12/02/2016 15:55:59 --
 +
 +mdtest-1.9.3 was launched with 8 total task(s) on 1 node(s)
 +Command line used: ./mdtest -z 1 -L -b 10 -d /hdd/local/benchmark/ -I 10000 -w 3900 -e 3900
 +Path: /hdd/local/benchmark
 +FS: 916.8 GiB   Used FS: 17.1%   Inodes: 58.2 Mi   Used Inodes: 0.8%
 +
 +8 tasks, 880000 files/directories
 +                                                                                         
 +mpiexec -n 8 ./mdtest -z 1 -L -b 10 -d /hdd/local/benchmark/ -I 30000 -w 3900 -e 3900
 +
 +SUMMARY: (of 1 iterations)
 +   Operation                      Max            Min           Mean        Std Dev
 +   ---------                      ---            ---           ----        -------
 +   Directory creation:       5027.549       5027.549       5027.549          0.000
 +   Directory stat    :    4453443.823    4453443.823    4453443.823          0.000
 +   Directory removal :       9901.782       9901.782       9901.782          0.000
 +   File creation     :      23445.425      23445.425      23445.425          0.000
 +   File stat         :    2970635.216    2970635.216    2970635.216          0.000
 +   File read         :      55775.043      55775.043      55775.043          0.000
 +   File removal      :      22110.331      22110.331      22110.331          0.000
 +   Tree creation     :      90112.000      90112.000      90112.000          0.000
 +   Tree removal      :         25.082         25.082         25.082          0.000
 +
 +-- finished at 12/02/2016 16:01:57 --
 +</code>