ArmDeveloperEcosystem / ecosystem-dashboard-for-arm

Source repository for arm ecosystem dashboard that lists packages that work on Arm
Other
2 stars 15 forks source link

Add Fio and docker-compose files #363

Closed odidev closed 1 month ago

odidev commented 2 months ago
  1. Added docker_compose.md file.
  2. Added fio.md file.

Signed-off-by: odidev odidev@puresoftware.com

zachlasiuk commented 2 months ago

@odidev I tested Fio and it does work. I spun up an Ubuntu 24.04 Arm linux server, and ran these commands to validate. Please update with the appropriate information.

sudo apt-get update sudo apt-get install -y gcc make libaio-dev git clone https://github.com/axboe/fio.git cd fio make fio --name=test --size=1G --filename=testfile --bs=4k --rw=readwrite --time_based --runtime=6

odidev commented 1 month ago

@zachlasiuk , Kindly review the changes.