Ext4 vs XFS — различия между версиями

Материал из YourcmcWiki
Перейти к: навигация, поиск
м
м
Строка 1: Строка 1:
* Green is ext4.
 
* Red is XFS.
 
 
 
== Copy kernel source (warm cache) ==
 
== Copy kernel source (warm cache) ==
  
Строка 18: Строка 15:
 
set xlabel 'threads'
 
set xlabel 'threads'
 
set ylabel 'fil/s (more is better)'
 
set ylabel 'fil/s (more is better)'
set xzeroaxis
 
 
set grid ytics
 
set grid ytics
 
set style fill solid 1.0 noborder
 
set style fill solid 1.0 noborder
 
set boxwidth 0.7 relative
 
set boxwidth 0.7 relative
unset key
 
 
plot 'xfs.dat' using 1:2 title 'XFS' with linespoints, 'ext4.dat' using 1:2 title 'ext4' with linespoints
 
plot 'xfs.dat' using 1:2 title 'XFS' with linespoints, 'ext4.dat' using 1:2 title 'ext4' with linespoints
 
DATASET xfs
 
DATASET xfs
Строка 57: Строка 52:
 
set style fill solid 1.0 noborder
 
set style fill solid 1.0 noborder
 
set boxwidth 0.7 relative
 
set boxwidth 0.7 relative
unset key
 
 
plot 'xfs.dat' using 1:2 title 'XFS' with linespoints, 'ext4.dat' using 1:2 title 'ext4' with linespoints
 
plot 'xfs.dat' using 1:2 title 'XFS' with linespoints, 'ext4.dat' using 1:2 title 'ext4' with linespoints
 
DATASET xfs
 
DATASET xfs

Версия 14:01, 19 декабря 2013

Copy kernel source (warm cache)

  • xfs 1 thread: 12.348s
  • xfs 4 threads: 65.883s
  • ext4 1 thread: 7.662s
  • ext4 4 threads: 33.876s

FS-Mark 3.3, creating 1M files

sysbench random read/write 16K in 8M files

sysbench random read/write 16K in 16K files