File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed
Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ To run the application locally, do the following:
28281 . To start the application against a running local cluster, use the following command:
2929
3030 ``` sh
31- java -jar ./yb-workload-sim-0.0.2 .jar
31+ java -jar ./yb-workload-sim-0.0.9 .jar
3232 ```
3333
3434 By default, the application connects to a local YugabyteDB cluster at 127.0.0.1.
@@ -144,3 +144,16 @@ It is very easy to bring in your Data Model and run simulations against it.
144144```sh
145145-Dspring.workload=MyAwesomeWorkload
146146```
147+
148+ ## App UI
149+ After starting your app, you can access the UI:
150+ ```
151+ http://<host>:8080
152+ ```
153+
154+ 1. Start the simulations by bringing the popup from left side hamburger menu
155+ <img width="875" height="664" alt="Screenshot 2025-08-21 at 12 39 42 AM" src="https://github.com/user-attachments/assets/d802bb02-ee6b-4ef4-9b0e-dbc4d3112542" />
156+ 2. This is how your UI will look like after simulations start. You can run multiple simulations in parallel.
157+ <img width="1915" height="867" alt="Screenshot 2025-08-21 at 12 41 07 AM" src="https://github.com/user-attachments/assets/cd478b04-1510-4082-b6d5-2c39a4ccc786" />
158+
159+
You can’t perform that action at this time.
0 commit comments