Skip to content

Commit bbd7f55

Browse files
authored
Update README.md
1 parent 778428b commit bbd7f55

File tree

1 file changed

+31
-6
lines changed

1 file changed

+31
-6
lines changed

README.md

Lines changed: 31 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,36 @@
11
# api-stress-testing-tool (stress testing tool)
2+
23
Demo - https://stress-testing-tool.web.app
34

4-
FAQ
5-
1. How to create frontEnd build
6-
7-
``` cd client && npm install && npm run build```
8-
2. Run Golang project
5+
# How to Use
6+
7+
### Create server
8+
Note - becasue of resource limit (cpu,bandwidth) you can configure
9+
as many server as you can to run test script across all the server at same time.
10+
## To configure Server
11+
1. Go to server tab
12+
2. Click on - create new server
13+
3. You created the server but still need to run connector on your server.
14+
4. after creating click on copy command button
15+
5. Now whatever you copied just paste in your server terminal to run connector
16+
6. If all seems working fine then in status you got connected after 10 seconds.
17+
18+
## Creating first request
19+
1. Click on **Request** tab on header
20+
2. Click to **Add new request**
21+
3. Fill the form
22+
* Url - stress testing target Url
23+
* Client - Total client want to initiate - use 100 to 1000 (depends on your cores and cpu)
24+
* Time - Till time you want to run this requests
25+
* Connection type - https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Connection ( don't want to read just select keep-alive )
26+
* Select Method Get Post whatever your stress url serve
27+
4. Finish - wait till time duration not complete and then click on open button
28+
29+
30+
931

10-
``` go run main.go ```
32+
33+
34+
35+
1136

0 commit comments

Comments
 (0)