Skip to content

Latest commit

 

History

History
32 lines (29 loc) · 1.5 KB

README.md

File metadata and controls

32 lines (29 loc) · 1.5 KB

Scripts

Collection of different scripts for different purposes.

index

  • activate - Environment script to setup paths to libraries, executables and aliases.
  • download-image.sh - Script to download QEMU image without timeout
  • dockerfile - File to generate Docker image used throughout Gitlab CI pipeline stages.
  • find_func.sh - Bash script to find function signatures across both static and shared libraries using nm.
  • nvme-cli-test.sh - Used in ZCSD report to compare performance from nvme cli.
  • nvme-cli-fill-find-filter.sh - Used in the ZCSD report to compare performance from nvme cli.
  • Start the qemu virtual machine using the downloaded qcow image with emulated ZNS SDD. The activate environment file needs to be activated (using source) before this script can be used. Staring qemu also requires either a small or large ZNS image to be generated with qemu-img create -f raw znsssd.img 16777216.
  • qemu-stop.sh - Stop the QEMU VM