File tree Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Expand file tree Collapse file tree 1 file changed +13
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This project is a secure, lightweight SaaS-like database latency testing GUI and API, built with FastAPI.
4
4
5
- ![ Screenshot 2025-07-03 at 11 25 54 PM] ( https://github.com/user-attachments/assets/1e26dd2c-9423-46b8-9a76-b05b689e72b6 )
6
-
7
- ![ Screenshot 2025-07-03 at 11 26 17 PM] ( https://github.com/user-attachments/assets/235f6251-3198-4cd4-99a7-63490b4f6405 )
5
+ https://github.com/user-attachments/assets/e3eaf179-914b-4c17-bc47-35f17e86aee0
8
6
9
- ![ Screenshot 2025-07-03 at 11 26 30 PM] ( https://github.com/user-attachments/assets/f1b17fb8-f637-4b86-95c9-52dd0b6e2067 )
10
7
11
8
### 1. Clone Repository ###
12
9
``` bash
@@ -17,11 +14,15 @@ git clone https://github.com/oracle-quickstart/db-endpoint-latency-testing-ammet
17
14
18
15
``` bash
19
16
python3 -m venv .venv
17
+ ```
20
18
21
- # Activate on Unix/macOS:
19
+ #### Activate on Unix/macOS:
20
+ ``` bash
22
21
source .venv/bin/activate
22
+ ```
23
23
24
- # Activate on Windows:
24
+ #### Activate on Windows:
25
+ ``` bash
25
26
.venv\S cripts\a ctivate
26
27
```
27
28
@@ -42,6 +43,12 @@ http://localhost:8000
42
43
- Fill out the form and run latency tests in real time with live chart and table views.
43
44
- For any errors (connection, authentication) you'll see detailed front-end feedback.
44
45
46
+ ![ Screenshot 2025-07-03 at 11 25 54 PM] ( https://github.com/user-attachments/assets/1e26dd2c-9423-46b8-9a76-b05b689e72b6 )
47
+
48
+ ![ Screenshot 2025-07-03 at 11 26 17 PM] ( https://github.com/user-attachments/assets/235f6251-3198-4cd4-99a7-63490b4f6405 )
49
+
50
+ ![ Screenshot 2025-07-03 at 11 26 30 PM] ( https://github.com/user-attachments/assets/f1b17fb8-f637-4b86-95c9-52dd0b6e2067 )
51
+
45
52
### 6. API Usage via Curl/CLI Example:
46
53
``` bash
47
54
curl -u admin:change_this -X POST http://localhost:8000/api/test-latency \
You can’t perform that action at this time.
0 commit comments