Skip to content

Commit f384039

Browse files
authored
Update README.md
1 parent b6a286a commit f384039

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ To run the application locally, do the following:
2828
1. 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+

0 commit comments

Comments
 (0)