1
- # stac-api-load-balancing
2
- Taurus and Locust load balancing tools for testing stac-api backends.
1
+ # stac-api-load-testing
2
+ Taurus and Locust load testing tools for stac-api backends.
3
3
4
4
![ Alt text] ( readme_files/taurus-pgstac.png?raw=true " stac-fastapi-pgstac ")
5
5
@@ -12,12 +12,12 @@ Taurus and Locust load balancing tools for testing stac-api backends.
12
12
``` $ pip install -e . ```
13
13
14
14
## Install from PyPI
15
- ``` $ pip install stac-api-load-balancing ```
15
+ ``` $ pip install stac-api-load-testing ```
16
16
17
17
```
18
- Usage: stac-api-load-balancing [OPTIONS]
18
+ Usage: stac-api-load-testing [OPTIONS]
19
19
20
- Entry point for the stac-api-load-balancing CLI tool.
20
+ Entry point for the stac-api-load-testing CLI tool.
21
21
22
22
This tool facilitates data ingestion, Locust load testing, and Taurus
23
23
performance testing against a specified STAC API endpoint.
@@ -48,14 +48,14 @@ Options:
48
48
```
49
49
50
50
## Ingest test data - http://localhost:8084 is just an example url
51
- ``` $ stac-api-load-balancing --ingest --api-address http://localhost:8084 ```
51
+ ``` $ stac-api-load-testing --ingest --api-address http://localhost:8084 ```
52
52
53
- ## Run Locust Load Balancing Ouside of Taurus Wrapper
54
- ``` $ stac-api-load-balancing --locust --api-address http://localhost:8084 ```
53
+ ## Run Locust Load Testing Ouside of Taurus Wrapper
54
+ ``` $ stac-api-load-testing --locust --api-address http://localhost:8084 ```
55
55
- go to ``` http://localhost:8089 ``` and start with desired settings
56
56
57
57
## Inside of Taurus Wrapper
58
- ``` $ stac-api-load-balancing --taurus --api-address http://localhost:8084 ```
58
+ ``` $ stac-api-load-testing --taurus --api-address http://localhost:8084 ```
59
59
60
60
## Debugging Locust tasks using a single simulated user
61
- ``` $ python stac_api_load_balancing /config_files/locustfile.py ```
61
+ ``` $ python stac_api_load_testing /config_files/locustfile.py ```
0 commit comments