Skip to content
Snippets Groups Projects
Commit 5b1d8c66 authored by duozhang's avatar duozhang
Browse files

Tbench

parent 064f9914
No related branches found
No related tags found
No related merge requests found
#1-EXT4
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ab0a9735e06914ce4d2a94ffa41497dbc142fe7f
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 1_ext4.qcow2
after go through the system
sudo ./run.sh
#2-EXT4
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link: https://git.meleeweb.net/linux.git/patch/fs?id=e87ba35f1fba828bb198bdf89704eb9583932da8
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#3-BTRFS
kerenl: 4.4.107-bug16 buggy kerenl
kernel: 4.4.107-patch16 patched kernel
patch link: https://patchwork.ozlabs.org/patch/414750/
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 3_btrfs.qcow2
after go through the system
sudo ./run.sh
#4-BTRFS
kerenl: 4.4.107-bug17 buggy kerenl
kernel: 4.4.107-patch1722 patched kernel
patch link: https://patchwork.kernel.org/patch/8293181/
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 4_btrfs.qcow2
after go through the system
sudo ./run.sh
#5-BTRFS
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link: https://www.spinics.net/lists/linux-btrfs/msg53591.html
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#6-F2FS
kerenl: 4.15.0-29 buggy kerenl
kernel: 4.18.0-rc3-patched patched kernel
patch link: https://patchwork.kernel.org/patch/8766401/
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#7-GFS
kerenl: 4.15.0-29 buggy kerenl
kernel: 5.9.0-patched patched kernel
patch link: https://bugzilla.kernel.org/show_bug.cgi?id=201685
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#8-BLK
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link :https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c9b60788fc760d136211853f10ce73dc152d1f4a
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 8_blk.qcow2
after go through the system
sudo ./wkld
#9-BLK
kerenl: 4.19.1-041901-generic buggy kerenl
kernel: 4.19.0-patched patched kernel
patch link: https://www.spinics.net/lists/stable/msg426462.html
run
sudo qemu-system-x86_64 -m 300 -cpu host -smp 1 -drive file=9_blk.qcow2,media=disk,if=ide -machine q35,accel=kvm -vga virtio
after go through the system
sudo ./test.sh
......@@ -12,7 +12,7 @@ XXX
## Benchmarking for Observability ##
The "Benchmarking_Bugs" file contains the dataset information studied in our paper "[Benchmarking for Observability: The Case of Diagnosing Storage Failures](https://www.ece.iastate.edu/~mai/docs/papers/2021TBench-Debug.pdf)", which was published in BenchCouncil Transactions on Benchmarks, Standards and Evaluation ([TBench](https://www.benchcouncil.org/index.html)), 2021.
The "Tbench" folder contains the dataset information studied in our paper "[Benchmarking for Observability: The Case of Diagnosing Storage Failures](https://www.ece.iastate.edu/~mai/docs/papers/2021TBench-Debug.pdf)", which was published in BenchCouncil Transactions on Benchmarks, Standards and Evaluation ([TBench](https://www.benchcouncil.org/index.html)), 2021.
Our dataset was used to measure the debugging observability of two general debugging tools: FTrace and PANDA.
......
#1-EXT4
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=ab0a9735e06914ce4d2a94ffa41497dbc142fe7f
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 1_ext4.qcow2
after go through the system
sudo ./run.sh
#2-EXT4
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link: https://git.meleeweb.net/linux.git/patch/fs?id=e87ba35f1fba828bb198bdf89704eb9583932da8
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#3-BTRFS
kerenl: 4.4.107-bug16 buggy kerenl
kernel: 4.4.107-patch16 patched kernel
patch link: https://patchwork.ozlabs.org/patch/414750/
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 3_btrfs.qcow2
after go through the system
sudo ./run.sh
#4-BTRFS
kerenl: 4.4.107-bug17 buggy kerenl
kernel: 4.4.107-patch1722 patched kernel
patch link: https://patchwork.kernel.org/patch/8293181/
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 4_btrfs.qcow2
after go through the system
sudo ./run.sh
#5-BTRFS
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link: https://www.spinics.net/lists/linux-btrfs/msg53591.html
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#6-F2FS
kerenl: 4.15.0-29 buggy kerenl
kernel: 4.18.0-rc3-patched patched kernel
patch link: https://patchwork.kernel.org/patch/8766401/
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#7-GFS
kerenl: 4.15.0-29 buggy kerenl
kernel: 5.9.0-patched patched kernel
patch link: https://bugzilla.kernel.org/show_bug.cgi?id=201685
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 2_ext4.qcow2
after go through the system
sudo ./run.sh
#8-BLK
kerenl: 5.4.0-81 buggy kerenl
kernel: 5.4.128 patched kernel
patch link :https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=c9b60788fc760d136211853f10ce73dc152d1f4a
run
sudo qemu-system-x86_64 -m 2048 -enable-kvm 8_blk.qcow2
after go through the system
sudo ./wkld
#9-BLK
kerenl: 4.19.1-041901-generic buggy kerenl
kernel: 4.19.0-patched patched kernel
patch link: https://www.spinics.net/lists/stable/msg426462.html
run
sudo qemu-system-x86_64 -m 300 -cpu host -smp 1 -drive file=9_blk.qcow2,media=disk,if=ide -machine q35,accel=kvm -vga virtio
after go through the system
sudo ./test.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment