{"id":38240930,"url":"https://github.com/st-tech/gatling-commander","last_synced_at":"2026-01-17T01:13:27.288Z","repository":{"id":214269844,"uuid":"734167026","full_name":"st-tech/gatling-commander","owner":"st-tech","description":null,"archived":false,"fork":false,"pushed_at":"2025-03-17T02:55:32.000Z","size":166,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2025-11-22T19:06:02.073Z","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/st-tech.png","metadata":{"files":{"readme":"README.jp.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-12-21T03:10:55.000Z","updated_at":"2025-06-16T08:58:20.000Z","dependencies_parsed_at":null,"dependency_job_id":"e67f6700-e5bf-48ad-84c0-7a10cbb96b6d","html_url":"https://github.com/st-tech/gatling-commander","commit_stats":null,"previous_names":["st-tech/gatling-commander"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/st-tech/gatling-commander","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st-tech%2Fgatling-commander","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st-tech%2Fgatling-commander/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st-tech%2Fgatling-commander/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st-tech%2Fgatling-commander/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/st-tech","download_url":"https://codeload.github.com/st-tech/gatling-commander/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/st-tech%2Fgatling-commander/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28491122,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-17T00:50:05.742Z","status":"ssl_error","status_checked_at":"2026-01-17T00:43:11.982Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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-01-17T01:13:26.614Z","updated_at":"2026-01-17T01:13:27.277Z","avatar_url":"https://github.com/st-tech.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gatling Commander\n## Gatling Commanderとは？\nGatling Commanderは、[Gatling Operator](https://github.com/st-tech/gatling-operator)を使用した負荷試験実施における一連の作業を自動化するCLIツールです。  \nGatling Operatorとは、オープンソースの負荷試験ツールである[Gatling](https://gatling.io/)を利用して、自動分散負荷試験を行うためのKubernetes Operatorです。\n## 特徴\n負荷試験シナリオを設定ファイルに記述すれば、自動的に負荷試験を実施し結果を記録することができます。\n\nGatling Commanderにより次の作業が自動化されます。\n- 負荷試験ごとのシナリオに応じたGatlingオブジェクトの作成\n- Gatling Imageのビルド\n- 過負荷時の負荷試験自動停止\n- 負荷試験ごとにGatling Report、コンテナメトリクスを記録\n- 実行中の負荷試験の実施状況確認\n\nまたGatling Commanderでは、設定ファイルに複数の負荷試験シナリオを記述可能です。\n\n設定ファイルの作成後に、`gatling-commander`コマンドを実行すると、Gatling Commanderは全ての負荷試験を実施し、結果を[Google Sheets](https://www.google.com/sheets/about/)に書き込みます。  \nまた、負荷試験の完了ステータスを[Slack](https://slack.com)通知するように設定することも可能です。\n\n設定ファイルの各フィールドの説明は[User Guide](./docs/user-guide.jp.md)に記載しています。\n\n以下は設定ファイル（`config/config.yaml`）の記入例です。  \n\n```yaml\ngatlingContextName: gatling-cluster-context-name\nimageRepository: gatling-image-stored-repository-url\nimagePrefix: gatlinge-image-name-prefix\nimageURL: \"\" # (Optional) specify image url when using pre build gatling container image\nbaseManifest: config/base_manifest.yaml\ngatlingDockerfileDir: gatling\nstartupTimeoutSec: 1800 # 30min\nexecTimeoutSec: 10800 # 3h\nslackConfig:\n  webhookURL: slack-webhook-url\n  mentionText: \u003c@targetMemberID\u003e\nservices:\n  - name: sample-service\n    spreadsheetID: sample-sheets-id\n    failFast: false\n    targetPercentile: 99 # (%ile)\n    targetLatency: 500 # (ms)\n    targetPodConfig:\n      contextName: target-pod-context-name\n      namespace: sample-namespace\n      labelKey: run\n      labelValue: sample-api\n      containerName: sample-api\n    scenarioSpecs:\n      - name: case-1\n        subName: 10rps\n        testScenarioSpec:\n          simulationClass: SampleSimulation\n          parallelism: 1\n          env:\n            - name: ENV\n              value: \"dev\"\n            - name: CONCURRENCY\n              value: \"10\"\n            - name: DURATION\n              value: \"180\"\n      - name: case-2\n        subName: 20rps\n        testScenarioSpec:\n          simulationClass: SampleSimulation\n          parallelism: 1\n          env:\n            - name: ENV\n              value: \"dev\"\n            - name: CONCURRENCY\n              value: \"20\"\n            - name: DURATION\n              value: \"180\"\n\n```\n\n## 必須条件\nGatling CommanderはGatling Operatorを使った負荷試験での利用を前提としています。  \n利用時はまず、[Gatling OperatorのQuick Start Guide](https://github.com/st-tech/gatling-operator/blob/main/docs/quickstart-guide.md)を参考にGatling Operatorを利用可能な環境を構築してください。\n\n## Google Cloud以外の環境での利用\nGatling Operatorがサポートしている実行環境のうち、Gatling Commanderでは現状[Google Cloud](https://cloud.google.com/)での利用のみサポートしています。\n\n## クイックスタート\n- [Quick Start Guide](./docs/quickstart-guide.jp.md)\n\n## ドキュメント\n- [User Guide](./docs/user-guide.jp.md)\n- [Developer Guide](./docs/developer.jp.md)\n\n## Contributing\nIssueやPull Requestの作成など、コントリビューションは誰でも歓迎です。コントリビューターは[Contributor Covenant](https://contributor-covenant.org/)を遵守することを期待します。\n\n## License\nGatling CommanderはMITライセンスを適応してオープンソースとして公開しています。[LICENSE](./LICENSE) を参照してください。\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst-tech%2Fgatling-commander","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fst-tech%2Fgatling-commander","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fst-tech%2Fgatling-commander/lists"}