Skip to content

Releases: YugabyteDB-Samples/yb-workload-simulator

v0.0.10

21 Aug 08:06
2aca6a7

Choose a tag to compare

Sample command to run this jar file

java -DXmx=32g -Dspring.datasource.hikari.connection-init-sql='set statement_timeout=10000' -Dspring.datasource.hikari.maximumPoolSize=48 -Dspring.datasource.hikari.data-source-properties.serverName=<YOUR-HOST-NAME-OR-IP> -Dspring.datasource.hikari.username=<YOUR-DB-USERNAME> -Dspring.datasource.hikari.password=<YOUR-PASSWORD> -Dserver.port=8080 -Dspring.datasource.hikari.data-source-properties.topologyKeys=aws.us-east-1.us-east-1b,aws.us-east-1.us-east-1a,aws.us-east-1.us-east-1c -Dspring.workload=quikShipWorkload -Dspring.datasource.hikari.maxLifeTime=180000 -jar yb-workload-sim.jar

v0.0.9

04 Mar 23:57

Choose a tag to compare

Sample command to start the App (using default yugabyte smart driver)

java -DXmx=16g -Dspring.datasource.hikari.connection-init-sql='set statement_timeout=10000' -Dspring.datasource.hikari.maximumPoolSize=48 -Dspring.datasource.hikari.data-source-properties.serverName=<Server name or IP> -Dspring.datasource.hikari.username=<user id> -Dspring.datasource.hikari.password=<password> -Dserver.port=8080 -Dspring.datasource.hikari.data-source-properties.topologyKeys=cloud.region.zone1,cloud.region.zone2,cloud.region.zone3 -Dspring.workload=quikShipWorkload -jar yb-workload-sim-0.0.9.jar

Sample command to start the App (using postgres driver)

Just add -Dspring.profiles.active=pgdriver

java -DXmx=16g -Dspring.profiles.active=pgdriver -Dspring.datasource.hikari.connection-init-sql='set statement_timeout=10000' -Dspring.datasource.hikari.maximumPoolSize=48 -Dnode=<Server name or IP> -Ddbname=yugabyte -Dport=5433 -Dspring.datasource.hikari.username=<user id> -Dspring.datasource.hikari.password=<password> -Dserver.port=<8080[UI port]>  -Dspring.workload=quikShipWorkload -jar yb-workload-sim-0.0.9.jar

v0.0.8

15 Feb 17:33

Choose a tag to compare

  • Added new workload for Retry Example.
  • Upgraded the YSQL smart driver

v0.0.7

09 Nov 15:09

Choose a tag to compare

added the timestamp to the workload metrics log

Automated Build 43

27 Jun 06:21
adb9b25

Choose a tag to compare

Automated Build 43 Pre-release
Pre-release
Added the github action to create and upload release (#26)

Co-authored-by: Amit Chauhan <[email protected]>

Automated Build 42

27 Jun 06:18
303a7fe

Choose a tag to compare

Automated Build 42 Pre-release
Pre-release

Commits

v0.0.6

02 Jun 03:03
dea1dc3

Choose a tag to compare

Cassandra Workload improvements

v0.0.5

31 May 18:05
7b7ce95

Choose a tag to compare

v0.0.5 Pre-release
Pre-release

Added enhancements to Cassandra Workload Simulation

v0.0.4

23 May 23:40
5dcaf1f

Choose a tag to compare

  • Added new QuikShip Simulator
  • Changed UI theme to light color
  • Some other minor UI changes like showing transactions/s on UI panel.

v0.0.3

24 Jan 00:54
95899c3

Choose a tag to compare

Updated the simulation type to fixed invocations. Usage remains the same.