-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
id: ds-pers-ses-from-git | ||
region: sa-east-1 | ||
use_spot_instances: true | ||
emqx: | ||
instance_type: m7i.large | ||
edition: emqx | ||
dashboard_default_password: admin | ||
data_dir: /data/emqx | ||
durable_sessions_enabled: true | ||
extra_volumes: | ||
- mount_point: /data | ||
volume_size: 30 | ||
volume_type: gp3 | ||
mount_options: defaults,noatime,discard | ||
scripts: | ||
- scripts/create-mqtt-user.sh | ||
install_source: git | ||
# git_repo: git@github.com:thalesmg/emqx.git | ||
git_repo: https://github.com/thalesmg/emqx.git | ||
git_ref: 20240815-r58-session-ds-data-mnesia | ||
cluster_discovery_strategy: singleton | ||
durable_storage_backend: builtin_local | ||
nodes: | ||
- role: core | ||
instance_count: 1 | ||
|
||
loadgens: | ||
instance_type: m7i.large | ||
nodes: | ||
- type: emqttb | ||
scenario: '--motto "persistent_session" --log-level info @persistent_session --max-stuck-time 20s --pubtime 5s --pubinterval 19us -P 10 -S 10 --cycles 5 @g --inflight 1000 --username perftest --password perftest' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
id: ds-pers-ses-from-git2 | ||
region: sa-east-1 | ||
use_spot_instances: true | ||
emqx: | ||
instance_type: m7i.large | ||
edition: emqx | ||
dashboard_default_password: admin | ||
data_dir: /data/emqx | ||
durable_sessions_enabled: true | ||
extra_volumes: | ||
- mount_point: /data | ||
volume_size: 30 | ||
volume_type: gp3 | ||
mount_options: defaults,noatime,discard | ||
scripts: | ||
- scripts/create-mqtt-user.sh | ||
install_source: git | ||
# git_repo: git@github.com:thalesmg/emqx.git | ||
git_repo: https://github.com/thalesmg/emqx.git | ||
git_ref: 20240815-r58-session-ds-data-mnesia | ||
cluster_discovery_strategy: singleton | ||
durable_storage_backend: builtin_local | ||
nodes: | ||
- role: core | ||
instance_count: 1 | ||
|
||
loadgens: | ||
instance_type: m7i.large | ||
nodes: | ||
- type: emqttb | ||
scenario: '--motto "persistent_session" --log-level info @persistent_session --max-stuck-time 20s --pubtime 5s --pubinterval 19us -P 10 -S 10 --cycles 5 @g --inflight 1000 --username perftest --password perftest' |