Изменения

Ext4 vs XFS

572 байта добавлено, 16:14, 19 декабря 2013
м
filebench fileserver, dirty_ratio=1%
50.0 1317
64.0 1163
ENDDATASET
</plot>
 
<plot>
set xrange [1:64]
set logscale x
set xtics (1, 2, 4, 8, 16, 32, 50, 64)
set yrange [0:90]
set xlabel 'threads'
set ylabel 'MB/s (more is better)'
set xzeroaxis
set grid ytics
set style fill solid 1.0 noborder
set boxwidth 0.7 relative
plot 'xfs.dat' using 1:2 title 'XFS' with linespoints, 'ext4.dat' using 1:2 title 'ext4' with linespoints
DATASET xfs
1.0 44.3
2.0 41.9
4.0 41.8
8.0 43.6
16.0 40.0
32.0 34.9
50.0 27.3
64.0 24.5
ENDDATASET
DATASET ext4
1.0 71.8
2.0 55.3
4.0 54.5
8.0 54.3
16.0 47.5
32.0 36.1
50.0 30.5
64.0 26.5
ENDDATASET
</plot>