{"id":18470460,"url":"https://github.com/ds2-lab/infinibench","last_synced_at":"2025-08-15T14:06:07.894Z","repository":{"id":132149661,"uuid":"607311167","full_name":"ds2-lab/infinibench","owner":"ds2-lab","description":"InfiniBench is the benchmark toolkit and workload replayer for the [InfiniStore] project (https://github.com/ds2-lab/infinistore).","archived":false,"fork":false,"pushed_at":"2023-02-27T21:39:22.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-05-12T11:59:13.638Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ds2-lab.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}},"created_at":"2023-02-27T18:31:32.000Z","updated_at":"2023-03-03T02:59:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"69878941-a835-49ab-8834-6597720043c5","html_url":"https://github.com/ds2-lab/infinibench","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ds2-lab/infinibench","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds2-lab%2Finfinibench","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds2-lab%2Finfinibench/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds2-lab%2Finfinibench/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds2-lab%2Finfinibench/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ds2-lab","download_url":"https://codeload.github.com/ds2-lab/infinibench/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ds2-lab%2Finfinibench/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270579613,"owners_count":24610044,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-15T02:00:12.559Z","response_time":110,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":"2024-11-06T10:14:03.078Z","updated_at":"2025-08-15T14:06:07.859Z","avatar_url":"https://github.com/ds2-lab.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InfiniBench\n\nInfiniBench is the benchmark toolkit and workload replayer for [InfiniStore](https://github.com/ds2-lab/infinistore) project.\n\n## Benchmark\n\nTo run the benchmark, execute:\n\n~~~\ngo get\nmake build\nbin/infinibench [options]\n~~~\n\nUseful options:\n\n~~~\n-n [NUMBER]: Number of requests.\n-c [NUMBER]: Number of concurrent clients.\n-keymin [NUMBER]: Start postfix of generated keys. Generated key will be in the form of key_[keymin] ~ key_[keymax].\n-keymax [NUMBER]: End postfix of generated keys.\n-sz [NUMBER]: Object size in bytes.\n-op [0 or 1]: Operation flag: 0 - SET (load the data store); 1 - GET.\n-cli: Client library, support \"infinistore\"(default), \"redis\", \"s3\", \"elasticache\", \"fsx\", and \"efs\".\n-addrlist [ADDR:PORT,...]: Server addresses.\n-d [NUMBER]: Number of data shards for RS erasure coding. Ignore if cli is not \"infinistore\".\n-p [NUMBER]: Number of parity shards for RS erasure coding. Ignore if cli is not \"infinistore\".\n-bucket: S3 bucket name, Ignore if cle is not \"s3\".\n-h: Print out help info.\n-i [NUMBER]: Interval for every request (ms)\n~~~\n\nExample: command below will set 10 objects of size 1 MB from key_1 to key_10 using one concurrent client.\n\n~~~\nbin/infinibench -n 10 -c 1 -keymin 1 -keymax 10 -sz 1048576 -d 10 -p 2 -op 0\n~~~\n\n## Simulation\n\nA sample of IBM docker registry trace is included. To run the simulation using sample trace:\n\n~~~\ngo get\nmake simulate\n~~~\n\n## Replay\n\nTo replay trace, run following command:\n\n~~~\ngo get\nmake build\nbin/playback [trace file]\n~~~\n\n## License\nInfiniBench source code is available under the MIT [License](/LICENSE).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fds2-lab%2Finfinibench","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fds2-lab%2Finfinibench","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fds2-lab%2Finfinibench/lists"}