{"id":21438087,"url":"https://github.com/abakermi/forge","last_synced_at":"2025-03-16T23:42:57.103Z","repository":{"id":223633288,"uuid":"761088260","full_name":"abakermi/forge","owner":"abakermi","description":"simple and efficient load testing utility written in Go","archived":false,"fork":false,"pushed_at":"2024-06-17T08:11:05.000Z","size":10,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-23T09:44:47.141Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/abakermi.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-02-21T08:08:27.000Z","updated_at":"2024-02-21T08:09:11.000Z","dependencies_parsed_at":"2024-02-21T09:28:10.912Z","dependency_job_id":"04ed21e2-c223-4e9c-a085-570aa6cbcf22","html_url":"https://github.com/abakermi/forge","commit_stats":null,"previous_names":["abakermi/forge"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abakermi%2Fforge","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abakermi%2Fforge/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abakermi%2Fforge/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abakermi%2Fforge/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abakermi","download_url":"https://codeload.github.com/abakermi/forge/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243950809,"owners_count":20373664,"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-23T00:32:49.308Z","updated_at":"2025-03-16T23:42:57.080Z","avatar_url":"https://github.com/abakermi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Forge - Load Testing Utility\n[![codecov](https://codecov.io/github/abakermi/forge/branch/codecov-integration/graph/badge.svg?token=64IHXT3ROF)](https://codecov.io/github/abakermi/forge)\n[![Check \u0026 Build](https://github.com/abakermi/forge/actions/workflows/ci.yml/badge.svg)](https://github.com/abakermi/forge/actions/workflows/ci.yml)\n[![License: AGPL v3](https://img.shields.io/badge/License-AGPL_v3-blue.svg)](https://www.gnu.org/licenses/agpl-3.0)\n\nForge is a simple and efficient load testing utility written in Go. It allows you to simulate load on web services by sending HTTP requests or WebSocket messages at a specified rate.\n\n## Installation\n\nTo install Forge, use `go get`:\n\n```bash\ngo get github.com/abakermi/forge\n```\n## Usage\nTo use Forge, simply run the forge command followed by the URL you want to test:\n\n```bash\nforge https://example.com\n```\nYou can also specify the concurrency level and requests per second (RPS) using flags:\n\n```bash\nforge -c 10 -rps 100 https://example.com\n```\nThis command will simulate load with 10 concurrent clients sending 100 requests per second to `https://example.com`.\n## Options\n\n- `**-c, --concurrency**`: Number of concurrent clients (default is 1).\n- `**-r, --rps**`: Requests per second (default is 1).\n\n## Supported Schemes\nForge supports both HTTP and WebSocket protocols. It automatically detects the scheme of the provided URL and uses the appropriate client:\n\n- For HTTP/HTTPS URLs, Forge sends HTTP GET requests.\n- For WS/WSS URLs, Forge establishes WebSocket connections and sends ping messages.\n\n## License\n\nSee [`LICENSE`](./LICENSE)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabakermi%2Fforge","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabakermi%2Fforge","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabakermi%2Fforge/lists"}