{"id":44960897,"url":"https://github.com/redhat-performance/fio-wrapper","last_synced_at":"2026-02-18T13:04:22.373Z","repository":{"id":37091673,"uuid":"401435784","full_name":"redhat-performance/fio-wrapper","owner":"redhat-performance","description":" fio automated wrapper","archived":false,"fork":false,"pushed_at":"2026-02-12T15:09:25.000Z","size":183,"stargazers_count":1,"open_issues_count":5,"forks_count":1,"subscribers_count":5,"default_branch":"master","last_synced_at":"2026-02-12T23:44:15.118Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/redhat-performance.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-08-30T17:49:17.000Z","updated_at":"2025-12-02T15:53:04.000Z","dependencies_parsed_at":"2023-01-20T18:00:27.711Z","dependency_job_id":"5b8a2e8a-0df7-48b1-ad8b-436cce5750d0","html_url":"https://github.com/redhat-performance/fio-wrapper","commit_stats":null,"previous_names":[],"tags_count":29,"template":false,"template_full_name":null,"purl":"pkg:github/redhat-performance/fio-wrapper","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Ffio-wrapper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Ffio-wrapper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Ffio-wrapper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Ffio-wrapper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/redhat-performance","download_url":"https://codeload.github.com/redhat-performance/fio-wrapper/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/redhat-performance%2Ffio-wrapper/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29580653,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T08:38:15.585Z","status":"ssl_error","status_checked_at":"2026-02-18T08:38:14.917Z","response_time":162,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-02-18T13:04:21.778Z","updated_at":"2026-02-18T13:04:22.365Z","avatar_url":"https://github.com/redhat-performance.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"Automation wrapper for fio\n\nDescription:\n                Fio spawns a number of threads or processes doing a particular type\n                of I/O action as specified by the user. fio takes a number of global\n                parameters, each inherited by the thread unless other parameters\n                provided for that thread overrides the global settings. The typical use of\n                fio is to write a job file matching the I/O load one wants to simulate.\n\nLocation of underlying workload: https://fio.readthedocs.io/en/latest/fio_doc.html\n   benchmark loaded via dnf\n\nPackages required: gcc,numactl,python3,bc,fio\n\nTo run:\n```\n[root@hawkeye ~]# git clone https://github.com/redhat-performance/fio-wrapper\n[root@hawkeye ~]# fio-wrapper/fio/fio_run\n```\n\nDefaults for the script are the following:\n```\n\tdevices: No default, if not provided will be prompted\n        run time: 120 seconds\n        test type: read and write\n        ioengine: libaio\n        jobs min: 1\n        jobs max: # numa nodes\n        block size: 4k and 1024k\n\tio depth: 1 2 4 8 16 32\n       \nIf regression option is selected, only one set of runs with all the disks.\n\tdevices: No default, if not provided will be prompted\n        run time: 120 seconds\n        test type: read and write\n        ioengine: libaio\n        jobs min: 1\n        jobs max: # numa nodes\n        block size: 4k and 1024k\n\tio depth: 1 16 64\n```\nOptions\n```\nUsage: fio-wrapper/fio/fio_run\n  --block_size: comma separated lists of block sizes to use\n  --disk_size: size in M, use this as the size of the disk instead of lsblk\n  --disks: comma separated list of disks to use.\n  --ioengine: comma separated list of ioengines to use\n  --iodepth_list: how many ios are allowed outstanding\n  --jobs_list: comma separated list of jobs, overrides jobs max and jobs_min, numa_node means use\n    number of numa nodes or 2, which ever is greater\n  --jobs_max: maximum number of jobs to run\n  --jobs_min: minimum number of jobs to run\n  --max_disks: maximum number of disks to run with\n  --max_disks_only: Perform the run only with maximum disks\n  --regression: regression run\n  --runtime: run for the designated period, 60 seconds is the default\n  --test_type: type of io doing.\nGeneral options\n  --home_parent \u003cvalue\u003e: Our parent home directory.  If not set, defaults to current working directory.\n  --host_config \u003cvalue\u003e: default is the current host name.\n  --iterations \u003cvalue\u003e: Number of times to run the test, defaults to 1.\n  --run_user: user that is actually running the test on the test system. Defaults to user running wrapper.\n  --sys_type: Type of system working with, aws, azure, hostname.  Defaults to hostname.\n  --sysname: name of the system running, used in determining config files.  Defaults to hostname.\n  --tuned_setting: used in naming the tar file, default for RHEL is the current active tuned.  For non\n    RHEL systems, default is none.\n  --usage: this usage message.\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-performance%2Ffio-wrapper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fredhat-performance%2Ffio-wrapper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fredhat-performance%2Ffio-wrapper/lists"}