meta data for this page
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| linux:fs:btrfs_vs_ext4 [2016/04/20 07:57] – created niziak | linux:fs:btrfs_vs_ext4 [2016/04/20 09:10] (current) – [Buildroot build performance test] niziak | ||
|---|---|---|---|
| Line 2: | Line 2: | ||
| ===== Setup ===== | ===== Setup ===== | ||
| - | New factory fresh disc 1TB WD Black. | + | New factory fresh disc 1TB WD Black WDC WD1003FZEX-00MK2A0. |
| + | |||
| + | <code bash> | ||
| + | sudo hdparm -tT /dev/sdc | ||
| + | |||
| + | /dev/sdc: | ||
| + | | ||
| + | | ||
| + | </ | ||
| Two 100MB primary partitions created in the middle of disk. | Two 100MB primary partitions created in the middle of disk. | ||
| First with EXT4 second with BTRFS. No tunning or additional options provided during partition creation. | First with EXT4 second with BTRFS. No tunning or additional options provided during partition creation. | ||
| + | Before each test system cache was emptied: | ||
| + | <code bash># echo 3 > / | ||
| ===== Buildroot build performance test ==== | ===== Buildroot build performance test ==== | ||
| - | ^ | + | ^ |
| - | | make toolchain | + | | make toolchain |
| - | | make uboot | + | | make uboot |'' |
| - | | make linux | + | | make linux |'' |
| - | | make linux-reconfigure | + | | make linux-reconfigure |
| + | | make clean && | ||
| + | | make sync |'' | ||
| + | | grep -r dupa | ||
| + | | git checkout | ||