forked from scylladb/scylla-cluster-tests
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improvement(perf): add validation rules for latency decorator
Added validation rules for results sent by `latency_calculator_decorator` to Argus. Each workload and result name (nemesis, predefined step) may set own rules. Current rules were created based on existing results - to pass typical good results. closes: scylladb#9237
- Loading branch information
Showing
21 changed files
with
406 additions
and
25 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
configurations/performance/latency-decorator-error-thresholds-nemesis-ent-tablets.yaml
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,51 @@ | ||
latency_decorator_error_thresholds: | ||
write: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 10800 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2500 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 1800 | ||
replace_node: | ||
duration: | ||
fixed_limit: 3600 | ||
|
||
read: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 3600 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 3000 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 1800 | ||
replace_node: | ||
duration: | ||
fixed_limit: 3000 | ||
|
||
mixed: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 5000 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2500 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 1800 | ||
replace_node: | ||
duration: | ||
fixed_limit: 3200 |
51 changes: 51 additions & 0 deletions
51
configurations/performance/latency-decorator-error-thresholds-nemesis-oss-tablets.yaml
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,51 @@ | ||
latency_decorator_error_thresholds: | ||
write: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 10800 # 3h this one typically will fail | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 7200 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 8000 | ||
replace_node: | ||
duration: | ||
fixed_limit: 3600 | ||
|
||
read: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 10800 # 3h this one typically will fail | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2600 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 2600 | ||
replace_node: | ||
duration: | ||
fixed_limit: 2600 | ||
|
||
mixed: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 10800 # 3h this one typically will fail | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2800 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 2600 | ||
replace_node: | ||
duration: | ||
fixed_limit: 2600 |
51 changes: 51 additions & 0 deletions
51
configurations/performance/latency-decorator-error-thresholds-nemesis-oss-vnodes.yaml
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,51 @@ | ||
latency_decorator_error_thresholds: | ||
write: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 28000 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 10000 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 10000 | ||
replace_node: | ||
duration: | ||
fixed_limit: 2500 | ||
|
||
read: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 3000 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2500 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 2800 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1500 | ||
|
||
mixed: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 5000 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 3000 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 3600 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1700 |
98 changes: 98 additions & 0 deletions
98
configurations/performance/latency-decorator-error-thresholds-steps-ent-tablets.yaml
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,98 @@ | ||
latency_decorator_error_thresholds: | ||
write: | ||
"300000": | ||
P99 write: | ||
fixed_limit: 1000 | ||
"400000": | ||
P99 write: | ||
fixed_limit: 1000 | ||
unthrottled: | ||
P90 write: | ||
fixed_limit: null | ||
P99 write: | ||
fixed_limit: null | ||
Throughput write: | ||
best_pct: 10 | ||
|
||
read: | ||
"150000": | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 read: | ||
fixed_limit: 1 | ||
"300000": | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 read: | ||
fixed_limit: 1 | ||
"450000": | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 read: | ||
fixed_limit: 3 | ||
"600000": | ||
P90 read: | ||
fixed_limit: 1.5 | ||
P99 read: | ||
fixed_limit: 50 | ||
"700000": | ||
P90 read: | ||
fixed_limit: 3 | ||
P99 read: | ||
fixed_limit: 50 | ||
unthrottled: | ||
P90 read: | ||
fixed_limit: null | ||
P99 read: | ||
fixed_limit: null | ||
Throughput read: | ||
best_pct: 10 | ||
|
||
mixed: | ||
"50000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 write: | ||
fixed_limit: 2.5 | ||
P99 read: | ||
fixed_limit: 2.5 | ||
"150000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 1.7 | ||
P99 write: | ||
fixed_limit: 3 | ||
P99 read: | ||
fixed_limit: 3 | ||
"300000": | ||
P90 write: | ||
fixed_limit: 3 | ||
P90 read: | ||
fixed_limit: 3 | ||
P99 write: | ||
fixed_limit: 5 | ||
P99 read: | ||
fixed_limit: 5 | ||
"450000": | ||
P90 write: | ||
fixed_limit: 3 | ||
P90 read: | ||
fixed_limit: 4 | ||
P99 write: | ||
fixed_limit: 15 | ||
P99 read: | ||
fixed_limit: 15 | ||
unthrottled: | ||
P90 write: | ||
fixed_limit: null | ||
P90 read: | ||
fixed_limit: null | ||
P99 write: | ||
fixed_limit: null | ||
P99 read: | ||
fixed_limit: null | ||
Throughput write: | ||
best_pct: 10 |
98 changes: 98 additions & 0 deletions
98
configurations/performance/latency-decorator-error-thresholds-steps-ent-vnodes.yaml
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,98 @@ | ||
latency_decorator_error_thresholds: | ||
write: | ||
"300000": | ||
P99 write: | ||
fixed_limit: 1000 | ||
"400000": | ||
P99 write: | ||
fixed_limit: 1000 | ||
unthrottled: | ||
P90 write: | ||
fixed_limit: null | ||
P99 write: | ||
fixed_limit: null | ||
Throughput write: | ||
best_pct: 10 | ||
|
||
read: | ||
"150000": | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 read: | ||
fixed_limit: 1 | ||
"300000": | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 read: | ||
fixed_limit: 1 | ||
"450000": | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 read: | ||
fixed_limit: 3 | ||
"600000": | ||
P90 read: | ||
fixed_limit: 1.5 | ||
P99 read: | ||
fixed_limit: 50 | ||
"700000": | ||
P90 read: | ||
fixed_limit: 3 | ||
P99 read: | ||
fixed_limit: 50 | ||
unthrottled: | ||
P90 read: | ||
fixed_limit: null | ||
P99 read: | ||
fixed_limit: null | ||
Throughput read: | ||
best_pct: 10 | ||
|
||
mixed: | ||
"50000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 write: | ||
fixed_limit: 2.5 | ||
P99 read: | ||
fixed_limit: 2.5 | ||
"150000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 1.7 | ||
P99 write: | ||
fixed_limit: 3 | ||
P99 read: | ||
fixed_limit: 3 | ||
"300000": | ||
P90 write: | ||
fixed_limit: 3 | ||
P90 read: | ||
fixed_limit: 3 | ||
P99 write: | ||
fixed_limit: 5 | ||
P99 read: | ||
fixed_limit: 5 | ||
"450000": | ||
P90 write: | ||
fixed_limit: 3 | ||
P90 read: | ||
fixed_limit: 4 | ||
P99 write: | ||
fixed_limit: 15 | ||
P99 read: | ||
fixed_limit: 15 | ||
unthrottled: | ||
P90 write: | ||
fixed_limit: null | ||
P90 read: | ||
fixed_limit: null | ||
P99 write: | ||
fixed_limit: null | ||
P99 read: | ||
fixed_limit: null | ||
Throughput write: | ||
best_pct: 10 |
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
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
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
Oops, something went wrong.