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
15 changed files
with
208 additions
and
21 deletions.
There are no files selected for viewing
51 changes: 51 additions & 0 deletions
51
configurations/performance/latency-decorator-error-thresholds-nemesis-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,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: 3600 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 5000 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1800 | ||
|
||
read: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 3600 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 1800 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 2500 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1200 | ||
|
||
mixed: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 3600 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 500 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2000 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 3000 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1400 |
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
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
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
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
14 changes: 7 additions & 7 deletions
14
test-cases/performance/perf-regression-latency-650gb-with-nemesis.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