{"id":21471799,"url":"https://github.com/brianredbeard/stretcd","last_synced_at":"2025-06-17T16:35:44.769Z","repository":{"id":27805622,"uuid":"31294950","full_name":"brianredbeard/stretcd","owner":"brianredbeard","description":"A stress testing tool for etcd","archived":false,"fork":false,"pushed_at":"2015-02-25T03:17:30.000Z","size":128,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-17T07:17:12.963Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brianredbeard.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-02-25T03:17:20.000Z","updated_at":"2018-12-07T10:39:26.000Z","dependencies_parsed_at":"2022-08-24T23:00:24.714Z","dependency_job_id":null,"html_url":"https://github.com/brianredbeard/stretcd","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/brianredbeard/stretcd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fstretcd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fstretcd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fstretcd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fstretcd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brianredbeard","download_url":"https://codeload.github.com/brianredbeard/stretcd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brianredbeard%2Fstretcd/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260399674,"owners_count":23003219,"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","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-23T09:45:42.202Z","updated_at":"2025-06-17T16:35:39.751Z","avatar_url":"https://github.com/brianredbeard.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stretcd\n\n*str-etcd* stress out your etcd cluster\n\n## About\nstretcd will populate keys of an specified size into the namespace \n`/stretcd/`.\n\nIt is important to keep in mind that the ETCD_SERVER address needs to be addressable from the container.  Generally it's most expedient to use the Docker bridge address (if Docker is being used at `172.17.42.1`.\n\n## Usage\n\nSpawn the container and supply the 2 required options:\n\n  * ETCD_ACTION - one of \"populate\" or \"destroy\"\n  * ETCD_SERVER - the tcp address of the server (ex: 172.17.42.1:4001)\n\nAdditionally, if the server is being populated supply the following two options \n  * STRECTD_KEYS - the total number of keys to populate\n  * STRETCD_SIZE - the size of each key in bytes\n\n## Examples\n\n### Populating a cluster with values\n\n```\n$ docker run --rm -e ETCD_SERVER=172.17.42.1:4001 -e ETCD_ACTION=populate -e STRETCD_KEYS=100 -e STRETCD_SIZE=1024  quay.io/brianredbeard/stretcd\n```\n\n### Clearing values from a cluster\n\n```\n$ docker run --rm -e ETCD_SERVER=172.17.42.1:4001 -e ETCD_ACTION=destroy quay.io/brianredbeard/stretcd\n```\n\n\n## Building\n\nPerform some variation on:\n\n```\n$ git pull https://github.com/brianredbeard/stretcd.git\n$ cd stretcd\n$ docker build .\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianredbeard%2Fstretcd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianredbeard%2Fstretcd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianredbeard%2Fstretcd/lists"}