@@ -16,7 +16,7 @@ Built with ❤️ using FastAPI.
16
16
git clone https://github.com/oracle-quickstart/db-endpoint-latency-testing-ammeter.git && cd db-endpoint-latency-testing-ammeter/
17
17
```
18
18
19
- ## 2. Set APP_ADMIN_PASS environment variable ##
19
+ ## 2. Set ` APP_ADMIN_PASS ` environment variable ##
20
20
``` bash
21
21
export APP_ADMIN_PASS=' abcd1234'
22
22
```
@@ -58,7 +58,7 @@ curl -u admin:abcd1234 -X POST https://localhost:8000/api/test-latency \
58
58
59
59
60
60
61
- ## 6 . Custom User SQL : API Usage via Curl/CLI MySQL Example ##
61
+ ## 7 . Custom User SQL : API Usage via Curl/CLI MySQL Example ##
62
62
63
63
To test with a custom SQL query from the command line, simply add a -d custom_sql="YOUR SQL HERE" parameter to your curl command, like this:
64
64
@@ -92,28 +92,28 @@ curl -u admin:abcd1234 -X POST https://localhost:8000/api/test-latency \
92
92
93
93
- Custom queries that are slower will always yield fewer completed test cycles in a fixed period. Hence use Custom queries carefully.
94
94
95
- ## Databases Supported 🔌 :
95
+ ## 🔌 Databases Supported
96
96
97
- ### Oracle DB >= 12.2 📌 :
97
+ ### 📌 Oracle DB
98
98
- Amazon RDS Oracle
99
99
- OCI Autonomous Database
100
100
- OCI VMDB
101
101
- OCI Exadata Cloud Service
102
102
- Oracle Database On-Premise
103
103
104
- ### Postgres >= 11 📌 :
104
+ ### 📌 PostgreSQL
105
105
- Amazon RDS Postgres
106
106
- Amazon RDS Aurora Postgres
107
107
- Postgres On-premise
108
108
109
- ### MySQL >= 5.7 📌 :
109
+ ### 📌 MySQL
110
110
- Amazon RDS MySQL
111
111
- Amazon RDS Aurora MySQL
112
112
- OCI MySQL Database Service
113
113
- OCI MySQL Heatwave
114
114
- MySQL On-Premise
115
115
116
- ### URL - HTTPS | HTTP 📌 :
116
+ ### 📌 URL - HTTPS | HTTP
117
117
- Check Public or Private URLs for latency
118
118
119
119
## Contributing
0 commit comments