• Home
  • Raw
  • Download

Lines Matching +full:rootfs +full:- +full:x86_64

3 Processor: x86_64, Intel(R) Xeon(R) Platinum 8369B CPU @ 2.70GHz * 2 VCores
9 Software: LZ4 1.9.3, erofs-utils 1.6, squashfs-tools 4.5.1
15 [Rootfs of Debian docker image](https://github.com/debuerreotype/docker-debian-artifacts/blob/dist-
16 Note that that dataset can be replaced regularly, and the SHA1 of the snapshot "rootfs.tar.xz" used…
21 |-----------|------------|--------------|----------------------------------------------------------…
22 | 124669952 | erofs | uncompressed | -T0 [^1] …
23 | 124522496 | squashfs | uncompressed | -noD -noI -noX -noF -no-xattrs -all-time 0 -no-duplicates…
24 | 73601024 | squashfs | 4096 | -b 4096 -comp lz4 -Xhc -no-xattrs -all-time 0 …
25 | 73121792 | erofs | 4096 | -zlz4hc,12 [^3] -C4096 -Efragments -T0 …
26 | 67162112 | squashfs | 16384 | -b 16384 -comp lz4 -Xhc -no-xattrs -all-time 0 …
27 | 65478656 | erofs | 16384 | -zlz4hc,12 -C16384 -Efragments -T0 …
28 | 61456384 | squashfs | 65536 | -b 65536 -comp lz4 -Xhc -no-xattrs -all-time 0 …
29 | 59834368 | erofs | 65536 | -zlz4hc,12 -C65536 -Efragments -T0 …
30 | 59150336 | squashfs | 131072 | -b 131072 -comp lz4 -Xhc -no-xattrs -all-time 0 …
31 | 58515456 | erofs | 131072 | -zlz4hc,12 -C131072 -Efragments -T0 …
33 [^1]: Forcely reset all timestamps to match squashfs on-disk basic inodes for now.
34 [^2]: Currently erofs-utils doesn't actively de-duplicate identical files although the on-disk form…
40 hyperfine -p "echo 3 > /proc/sys/vm/drop_caches; sleep 1" "tar cf - . | cat > /dev/null"
44 |------------|--------------|---------------------------------|
55 hyperfine -p "echo 3 > /proc/sys/vm/drop_caches; sleep 1" "tar cf /dev/null ."
59 |------------|--------------|---------------------------------|
67 [ Note that erofs-utils currently doesn't perform quite well for such cases due to metadata arrange…
72 find mnt -type f -printf "%p\n" | sort -R | head -n 500 > list.txt
73 hyperfine -p "echo 3 > /proc/sys/vm/drop_caches; sleep 1" "cat list.txt | xargs cat > /dev/null"
77 |------------|--------------|---------------------------------|
89 find mnt -type f -printf "%p\n" | sort -R | head -n 500 > list.txt
90 hyperfine -p "echo 3 > /proc/sys/vm/drop_caches; sleep 1" "cat list.txt | xargs stat"
94 |------------|--------------|---------------------------------|
105 find mnt -type f -printf "%p\n" | sort -R > list.txt
106 hyperfine -p "echo 3 > /proc/sys/vm/drop_caches; sleep 1" "cat list.txt | xargs cat > /dev/null"
110 |------------|--------------|---------------------------------|
121 find mnt -type f -printf "%p\n" | sort -R > list.txt
122 hyperfine -p "echo 3 > /proc/sys/vm/drop_caches; sleep 1" "cat list.txt | xargs stat"
126 |------------|--------------|---------------------------------|
142 |-----------|------------|--------------|----------------------------------------------------------…
143 | 114339840 | squashfs | 4096 | -b 4096 -comp lz4 -Xhc -no-xattrs …
144 | 104972288 | erofs | 4096 | -zlz4hc,12 -C4096 …
145 | 98033664 | squashfs | 16384 | -b 16384 -comp lz4 -Xhc -no-xattrs …
146 | 89571328 | erofs | 16384 | -zlz4hc,12 -C16384 …
147 | 85143552 | squashfs | 65536 | -b 65536 -comp lz4 -Xhc -no-xattrs …
148 | 81211392 | squashfs | 131072 | -b 131072 -comp lz4 -Xhc -no-xattrs …
149 | 80519168 | erofs | 65536 | -zlz4hc,12 -C65536 …
150 | 78888960 | erofs | 131072 | -zlz4hc,12 -C131072 …
155 fio -filename=silesia.tar -bs=4k -rw=read -name=job1
159 |------------|--------------|-----------|
172 fio -filename=silesia.tar -bs=4k -rw=randread -name=job1
176 |------------|--------------|-----------|
189 fio -filename=silesia.tar -bs=4k -rw=randread --io_size=10m -name=job1
193 |------------|--------------|-----------|