File tree Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Expand file tree Collapse file tree 1 file changed +31
-6
lines changed Original file line number Diff line number Diff line change 1
1
# api-stress-testing-tool (stress testing tool)
2
+
2
3
Demo - https://stress-testing-tool.web.app
3
4
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
+
9
31
10
- ``` go run main.go ```
32
+
33
+
34
+
35
+
11
36
You can’t perform that action at this time.
0 commit comments