-
Notifications
You must be signed in to change notification settings - Fork 96
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: #9237
- Loading branch information
Showing
17 changed files
with
308 additions
and
22 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: 7200 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 450 | ||
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: 3200 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 450 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 3200 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 1800 | ||
replace_node: | ||
duration: | ||
fixed_limit: 3000 | ||
|
||
mixed: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 4200 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 450 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2500 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 1600 | ||
replace_node: | ||
duration: | ||
fixed_limit: 3000 |
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: 7200 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 450 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 4200 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 5200 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1800 | ||
|
||
read: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 2000 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 450 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 1800 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 2500 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1300 | ||
|
||
mixed: | ||
_mgmt_repair_cli: | ||
duration: | ||
fixed_limit: 2500 | ||
_terminate_and_wait: | ||
duration: | ||
fixed_limit: 450 | ||
add_new_nodes: | ||
duration: | ||
fixed_limit: 2400 | ||
decommission_nodes: | ||
duration: | ||
fixed_limit: 2800 | ||
replace_node: | ||
duration: | ||
fixed_limit: 1500 |
73 changes: 73 additions & 0 deletions
73
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,73 @@ | ||
latency_decorator_error_thresholds: | ||
write: | ||
unthrottled: | ||
P90 write: | ||
fixed_limit: null | ||
P99 write: | ||
fixed_limit: null | ||
Throughput write: | ||
best_pct: 5 | ||
|
||
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 | ||
unthrottled: | ||
P90 read: | ||
fixed_limit: null | ||
P99 read: | ||
fixed_limit: null | ||
Throughput read: | ||
best_pct: 5 | ||
|
||
mixed: | ||
"50000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 write: | ||
fixed_limit: 3 | ||
P99 read: | ||
fixed_limit: 3 | ||
"150000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 2 | ||
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 | ||
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: 5 |
73 changes: 73 additions & 0 deletions
73
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,73 @@ | ||
latency_decorator_error_thresholds: | ||
write: | ||
unthrottled: | ||
P90 write: | ||
fixed_limit: null | ||
P99 write: | ||
fixed_limit: null | ||
Throughput write: | ||
best_pct: 5 | ||
|
||
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: 5 | ||
unthrottled: | ||
P90 read: | ||
fixed_limit: null | ||
P99 read: | ||
fixed_limit: null | ||
Throughput read: | ||
best_pct: 5 | ||
|
||
mixed: | ||
"50000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 1 | ||
P99 write: | ||
fixed_limit: 3 | ||
P99 read: | ||
fixed_limit: 3 | ||
"150000": | ||
P90 write: | ||
fixed_limit: 1 | ||
P90 read: | ||
fixed_limit: 2 | ||
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 | ||
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: 5 |
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
Oops, something went wrong.