{"id":15698493,"url":"https://github.com/jessezach/meteorburst","last_synced_at":"2025-05-09T01:29:14.334Z","repository":{"id":56203161,"uuid":"164226018","full_name":"jessezach/meteorburst","owner":"jessezach","description":"A simple Go based Load testing tool that uses goroutines to generate load","archived":false,"fork":false,"pushed_at":"2020-11-26T14:55:18.000Z","size":4828,"stargazers_count":6,"open_issues_count":3,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-31T20:36:34.698Z","etag":null,"topics":["beego","go","golang","jmeter","load-testing","loadtesting","performance-metrics","performance-testing"],"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/jessezach.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}},"created_at":"2019-01-05T15:15:42.000Z","updated_at":"2024-03-20T03:39:23.000Z","dependencies_parsed_at":"2022-08-15T14:40:16.180Z","dependency_job_id":null,"html_url":"https://github.com/jessezach/meteorburst","commit_stats":null,"previous_names":["jz-jess/meteorburst"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessezach%2Fmeteorburst","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessezach%2Fmeteorburst/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessezach%2Fmeteorburst/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jessezach%2Fmeteorburst/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jessezach","download_url":"https://codeload.github.com/jessezach/meteorburst/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253173789,"owners_count":21865756,"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":["beego","go","golang","jmeter","load-testing","loadtesting","performance-metrics","performance-testing"],"created_at":"2024-10-03T19:28:49.894Z","updated_at":"2025-05-09T01:29:14.312Z","avatar_url":"https://github.com/jessezach.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Meteor Burst\n[![Go Report Card](https://goreportcard.com/badge/github.com/jz-jess/meteorburst)](https://goreportcard.com/report/github.com/jz-jess/meteorburst)\n\nMeteor Burst is simplistic load testing tool. It can be used to quickly run basic loads tests against a REST API.\nIt provides a simple form based UI where you can provide the URL, Headers, Method, Payload and number of users to simulate. \u003c/br\u003e\nMeteor Burst will provide you with a realtime average response time, 99th percentile, 90th percentile and 50th percentile numbers.\n\n## Installation\nMake sure you have Go setup and `$GOPATH` added to path.\u003c/br\u003e\nAlso make sure you have `$GOPATH/bin` add to path. \n[Check here](https://stackoverflow.com/questions/21001387/how-do-i-set-the-gopath-environment-variable-on-ubuntu-what-file-must-i-edit)\n- Install bee tool.\u003c/br\u003e\n`$ go get -u github.com/beego/bee`\n\n- Install code.\u003c/br\u003e\n`$ go get github.com/jz-jess/meteorburst`\n\n- Inside project root, run server\u003c/br\u003e\n`$ cd jz-jess/meteorburst`\u003c/br\u003e\n`$ bee run`\u003c/br\u003e\n\n    OR\n\n- Install go dep\u003c/br\u003e\n  `brew install dep` or `go get -u github.com/golang/dep/cmd/dep`\n\n- Navigate to your Gopath/src and clone the repository \u003c/br\u003e\n```$ cd $GOPATH/src/``` \u003c/br\u003e\n```git clone https://github.com/jz-jess/meteorburst.git```\n\n- Navigate to meteorburst and install dependencies\u003c/br\u003e\n`$ cd meteorburst`\u003c/br\u003e\n`$ dep ensure`\n\n- Inside project root, run server\u003c/br\u003e\n`$ bee run`\u003c/br\u003e\n```______\n| ___ \\\n| |_/ /  ___   ___\n| ___ \\ / _ \\ / _ \\\n| |_/ /|  __/|  __/\n\\____/  \\___| \\___| v1.10.0\n2019/01/06 00:31:24 INFO     ▶ 0001 Using 'meteorburst' as 'appname'\n2019/01/06 00:31:24 INFO     ▶ 0002 Initializing watcher...\n```\n\nApp should be running on `http://localhost:8080/`\u003c/br\u003e\nTCP server should be running on `http://0.0.0.0:8082/`\n\n## How to use\n- Navigate to `http://localhost:8080/`\n- Fill the required fields with the details of the endpoint you want to load test.\n![Alt text](/readme-images/home.png \"Home screen\")\n\n- Press start\n- Tests should begin and metrics should be visible\n![Alt text](/readme-images/metrics.png \"Metrics\")\n![Alt text](/readme-images/chart.png \"Home screen\")\n\n- Press stop button whenever you want to stop the tests.\n![Alt text](/readme-images/stop.png \"Home screen\")\n\n## Duration\nYou can optionally add duration in minutes or seconds to a test. The tests will run for the specified duration and stop automatically after.\u003c/br\u003e\n![Alt text](/readme-images/duration.png \"Duration\")\n\n## Ramp up\nMost tests require a pattern of of load generation. You would want to generate load in a linear manner or a step by step manner. Meteor Burst provides ramping up of users in linear fashion or using step. Linear Ramp up duration has to be provided in seconds.\u003c/br\u003e\n![Alt text](/readme-images/linear.png \"Linear\")\n\nStep Ramp up can be done as follow:\u003c/br\u003e\n- Select Step option in the Ramp up dropdown. A table should be displayed.\u003c/br\u003e\n- Add number of users, duration and unit (seconds, minutes). You can add as many steps as required.\u003c/br\u003e\n![Alt text](/readme-images/step.png \"Step\")\n\n## Distributed Load testing\nIncase you want to generate a high load. You can install meteor client and run them on different machines.Follow the steps below\u003c/br\u003e\n- Install meteor `go get github.com/jz-jess/meteor`\u003c/br\u003e\n- Run `meteor \u003cserver-ip\u003e:\u003cport\u003e`, Ex: `meteor 0.0.0.0:8082`\u003c/br\u003e\nYou can see the number of slaves connected in the UI. The tests will automatically run on slaves.\u003c/br\u003e\n![Alt text](/readme-images/slaves.png \"Slaves\")\n\n#### Important: When running meteor client, port should always be 8082 since tcp server runs on 8082. Clients will get disconnected when app server is closed.\n## Note\nPlease star the repository if you find this useful.\u003c/br\u003e\nFor any queries or issues, raise an issue or email me at iamjess988@gmail.com\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessezach%2Fmeteorburst","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjessezach%2Fmeteorburst","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjessezach%2Fmeteorburst/lists"}