-
Notifications
You must be signed in to change notification settings - Fork 92
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix query examples: add declare & change scan type #1712
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1712 +/- ##
==========================================
- Coverage 71.54% 71.36% -0.18%
==========================================
Files 382 382
Lines 39734 39734
==========================================
- Hits 28427 28356 -71
- Misses 10178 10242 +64
- Partials 1129 1136 +7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
@@ -206,12 +206,16 @@ func Example_selectWithParameters() { | |||
} | |||
defer db.Close(ctx) // cleanup resources | |||
var ( | |||
id int32 // required value | |||
id uint64 // required value |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scan to types other than those stored in the database does not work
myStr string // required value | ||
) | ||
// Do retry operation on errors with best effort | ||
row, err := db.Query().QueryRow(ctx, // context manage exiting from Do | ||
`SELECT CAST($id AS Uint64) AS id, CAST($myStr AS Text) AS myStr`, | ||
` | ||
DECLARE $id AS Uint64; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌋 Here are results of SLO test for native-table: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100,99.997,100,99.997,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.993,100.003,100.003,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,99.993,100,100,100.003,100,100.003,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100.003,100,100,100,100,100,100,100,100,100.003,100,100,100,100.003,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100.003,99.997,100,100,100,100,100,100,100,100.003,100,99.997,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100.003,99.997,100,100,100,99.997,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,99.993,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100.003,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100.003,100,100,99.997,100,100,99.997,100,100,99.997,100,100,100,100.003,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,99.997,100,100,100,100.003,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100.003,100,100.003,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100,100.003,100]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 866 --> 1108
line [962.433,995.801,1000,1000,1000,1000,1000.034,1000,1000.034,1000.034,1000,1000,1000,1000,1000.034,1000.034,1000.034,1000,999.931,1000,1000,1000.034,1000,1000,1000,1000,1000,1000,999.966,1000,999.966,1000,1000.034,999.966,1000.034,1000,1000.034,999.966,1000,1000,1000.034,1000,1000.034,1000,999.966,1000,1000,1000.069,1000.034,1000.034,1000,1000.034,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,1000,999.931,1000,1000.034,999.966,1000,999.966,1000,999.966,1000.034,1000,1000.034,1000,999.966,1000,1000,1000.034,1000,1000,1000,1000,1000,999.966,1000,1000,1000,1000,1000,1000,1000,992.931,1000,1000,1000.034,1000,1000.034,1000,1000.034,1000,1000,1000,1000,1000,999.966,1000,1000,1000.034,1000,999.931,1000,1000,1000.034,999.966,1000,1000.034,999.966,999.966,999.966,1000.034,1007.103,1000,1000,1000,999.966,1000,1000.034,999.966,1000,1000,999.966,1000,1000.034,1000.069,999.931,999.966,999.966,1000,1000,999.966,1000,999.966,1000.034,999.966,999.966,1000.034,1000,1000.034,1000,1000,1000,1000,1000,999.931,999.966,1000,1000.034,1000,1000,1000.034,1000,999.966,1000,1000.069,1000.034,1000,1000,1000.069,1000.034,1000,1000,1000,1000.034,1000.034,1000,1000.034,1000.034,1000,1000.034,1000.034,1000,1000,1000.103,1000.069,999.966,1000,1000,999.966,999.966,999.966,1000,1000,1000,1000.034,1000.034,1000,1000,1000,999.966,1000.034,1000,1000.034,1000,1000,1000,999.966,1000,1000,1000,1000,999.966,1000,999.931,1000.069,1000,1000,1000.069,1000.034,1000.034,1000.069,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,999.966,1000,1000,1000.034,1000.034,1000,1000.034,999.966,1000,1000,1000,1000.034,999.966,1000.034,1000,999.966,1000,1000,999.931,1000.034,1000.034,1000,1000,999.966,1000,1000,1000.034,1000,1000,1000,1000,1000,999.966,999.966,1000,1000,1000.034,1000,1000.034,1000,1000,1000,999.966,1000.034,1000,1000,1000,1000.034,999.966,999.966,1000,1000,1000.069,999.897,1000,1000.034,1000.034,1000.034,999.966,1000.034,1000,1000,1000.034,1000,1000,1000,1000.034,999.966,1000,1000,1000,1000.034,999.966,1000,1000,1000.034,1000.034,1000.034,1000,999.966,1000,999.966,1000.103,999.966,999.966,1000,999.966,1000.034,999.966,1000.034,1000,999.966,1000,999.931,999.966,999.966,1000.034,1000.034,1000,1000,999.966,1000,1000,999.931,1000,999.931,999.966,1000,1000,1000.034,1000.034,1000.034,1000,1000.034,999.931,1000,1000,1000,999.966,1000.034,1000,1000.034,1000.069,1000.034,1000,1000.034,999.966,1000.034,1000,1000,1000,1000,1000.069,1000,1000.034,1000,1000,1000,999.966,999.966,999.966,1000,1000,1000.069,1000,1000,999.966,1000,1000,1000,999.966,999.966,999.966,1000.034,999.966,1000,999.966,1000.034,1000,1000.034,1000,1000,999.966,1000,1000,1000,1000.034,1000.034,1000,1000,1000.034,1000,1000,1000.034,1000.034,1000.069,1000,999.931,1000,1000.034,1000,1000,999.966,1000.034,1000,1000.034,999.966,1000,1000,1000,999.966,1000,1000.034,1000,1000.034,999.931,999.966,1000,1000.034,1000,999.931,999.966,999.966,1000,999.966,1000.034,1000.034,1000,999.966,1000,1000,1000,1000,1000,999.966,1000.034,1000.034,999.966,1000,1000.069,1000.034,1000,1000.034,1000,1000.069,1000,1000.034,1000,1000,1000.069,1000,1000,1000,1000,1000,1000,999.966,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000,1000,1000,1000,1000.034,1000,1000,1000,1000,999.966,999.966,1000,1000,999.966,1000,1000,1000,1000.034,999.966,1000.034,1000,1000.034,1000.069,1000,1000,1000,1000,999.966,1000,1000.034,999.966,999.966,1000,1000.034,1000,1000,1000,1000,1000,1000.034,1000.034,1000,1000.034,1000,1000,1000.034,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000.034,999.931,1000,1000,1000.034,1000.034,999.966,1000,1000,1000,1000,1000.034,1000.034,1000,1000,1000,1000,999.966,1000.034,1000.034,1000.034,1000,1000,1000,999.966,1000,999.931,1000,999.966,1000,1000.103,1000,1000.034,1000,1000,999.966,1000,1000,1000,1000,1000,999.966,1000,1000,1000]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 86 --> 111
line [96.243,99.577,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.586,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.414,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 1 --> 3
line [1.866,1.864,1.856,1.857,1.858,1.858,1.859,1.86,1.861,1.854,1.863,1.863,1.864,1.865,1.865,1.866,1.867,1.866,1.866,1.863,1.864,1.867,1.868,1.867,1.867,1.868,1.868,1.868,1.868,1.905,1.908,1.91,1.911,1.911,1.912,1.912,1.912,1.912,1.911,1.906,1.906,1.909,1.909,1.909,1.909,1.91,1.91,1.91,1.906,1.905,1.904,1.906,1.907,1.911,1.913,1.915,1.917,1.921,1.886,1.887,1.888,1.893,1.894,1.894,1.894,1.894,1.894,1.895,1.894,1.894,1.892,1.895,1.895,1.895,1.895,1.896,1.896,1.896,1.896,1.898,1.896,1.9,1.898,1.899,1.898,1.897,1.894,1.895,1.894,1.908,1.933,1.935,1.936,1.938,1.94,1.942,1.942,1.944,1.945,1.946,1.944,1.947,1.947,1.948,1.948,1.949,1.949,1.95,1.95,1.95,1.948,1.95,1.95,1.95,1.949,1.949,1.949,1.948,1.934,1.91,1.907,1.909,1.908,1.907,1.906,1.906,1.905,1.904,1.903,1.904,1.902,1.905,1.906,1.906,1.906,1.907,1.907,1.908,1.908,1.91,1.909,1.912,1.913,1.914,1.915,1.917,1.918,1.918,1.918,1.92,1.917,1.92,1.92,1.921,1.921,1.923,1.924,1.923,1.923,1.923,1.921,1.922,1.923,1.922,1.923,1.922,1.921,1.92,1.918,1.917,1.914,1.915,1.913,1.912,1.91,1.909,1.909,1.909,1.907,1.908,1.905,1.908,1.907,1.905,1.904,1.904,1.905,1.905,1.905,1.906,1.905,1.908,1.908,1.907,1.906,1.907,1.907,1.906,1.906,1.905,1.902,1.905,1.905,1.904,1.903,1.901,1.899,1.898,1.897,1.9,1.896,1.897,1.896,1.895,1.894,1.892,1.89,1.889,1.886,1.883,1.879,1.878,1.878,1.878,1.877,1.876,1.876,1.876,1.875,1.876,1.873,1.875,1.875,1.876,1.877,1.881,1.881,1.882,1.876,1.876,1.875,1.879,1.878,1.877,1.877,1.879,1.88,1.88,1.881,1.88,1.88,1.883,1.883,1.883,1.883,1.883,1.883,1.884,1.884,1.883,1.881,1.882,1.882,1.882,1.88,1.88,1.879,1.88,1.88,1.881,1.879,1.881,1.882,1.882,1.882,1.882,1.881,1.88,1.88,1.881,1.879,1.879,1.882,1.885,1.885,1.885,1.884,1.884,1.885,1.884,1.884,1.885,1.886,1.884,1.886,1.887,1.886,1.885,1.884,1.884,1.883,1.882,1.884,1.885,1.885,1.885,1.885,1.885,1.884,1.882,1.882,1.88,1.879,1.878,1.877,1.878,1.877,1.876,1.876,1.875,1.875,1.874,1.877,1.876,1.875,1.877,1.877,1.877,1.876,1.875,1.877,1.875,1.876,1.876,1.877,1.878,1.878,1.878,1.878,1.879,1.878,1.877,1.878,1.88,1.88,1.879,1.88,1.881,1.881,1.88,1.879,1.878,1.88,1.88,1.879,1.88,1.881,1.881,1.88,1.88,1.881,1.88,1.881,1.882,1.881,1.882,1.882,1.884,1.883,1.884,1.885,1.884,1.885,1.885,1.886,1.887,1.886,1.886,1.886,1.887,1.888,1.886,1.887,1.888,1.888,1.888,1.889,1.889,1.889,1.888,1.889,1.887,1.888,1.888,1.887,1.888,1.887,1.887,1.886,1.887,1.888,1.888,1.888,1.889,1.889,1.891,1.892,1.892,1.892,1.891,1.892,1.891,1.892,1.892,1.892,1.891,1.891,1.892,1.892,1.892,1.896,1.895,1.896,1.896,1.896,1.896,1.897,1.898,1.897,1.895,1.895,1.894,1.894,1.894,1.894,1.892,1.893,1.893,1.893,1.892,1.893,1.892,1.893,1.892,1.894,1.893,1.89,1.89,1.889,1.884,1.886,1.884,1.884,1.883,1.883,1.882,1.882,1.882,1.881,1.88,1.881,1.88,1.879,1.878,1.877,1.877,1.875,1.874,1.874,1.872,1.872,1.871,1.872,1.869,1.869,1.871,1.871,1.87,1.87,1.867,1.868,1.869,1.87,1.869,1.869,1.869,1.868,1.87,1.871,1.87,1.871,1.87,1.872,1.872,1.871,1.874,1.876,1.876,1.876,1.877,1.876,1.875,1.879,1.88,1.879,1.879,1.88,1.881,1.882,1.882,1.881,1.881,1.883,1.882,1.881,1.881,1.88,1.879,1.879,1.879,1.878,1.876,1.878,1.878,1.877,1.875,1.875,1.874,1.874,1.874,1.873,1.87,1.871,1.872,1.872,1.874,1.875,1.877,1.877,1.876,1.876,1.875,1.877,1.878,1.877,1.877,1.877,1.877,1.877,1.877,1.877,1.876,1.876,1.876,1.876,1.876,1.875,1.875,1.875,1.876,1.877,1.874,1.874,1.874,1.872,1.87,1.868,1.866,1.865,1.865,1.864,1.863]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 2 --> 4
line [2.948,2.949,2.945,2.946,2.945,2.945,2.946,2.946,2.946,2.941,2.948,2.95,2.952,2.952,2.951,2.95,2.952,2.952,2.954,2.953,2.957,2.96,2.96,2.959,2.956,2.956,2.953,2.955,2.957,2.985,2.985,2.987,2.987,2.989,2.989,2.989,2.987,2.988,2.987,2.982,2.982,2.984,2.985,2.986,2.984,2.984,2.985,2.984,2.98,2.975,2.973,2.979,2.978,2.981,2.982,2.985,2.985,2.987,2.962,2.965,2.964,2.969,2.969,2.969,2.97,2.97,2.971,2.972,2.971,2.97,2.968,2.971,2.971,2.971,2.971,2.971,2.97,2.971,2.972,2.971,2.969,2.973,2.973,2.972,2.972,2.972,2.97,2.969,2.967,2.986,2.994,2.997,2.999,2.999,2.999,3.028,3.027,3.014,3.041,3.105,3.042,3.082,3.122,3.083,3.07,3.057,3.043,3.057,3.11,3.097,3.015,3.086,3.097,3.097,3.111,3.11,3.069,3.042,2.982,2.974,2.97,2.972,2.971,2.97,2.968,2.967,2.968,2.967,2.964,2.964,2.963,2.965,2.966,2.966,2.968,2.968,2.968,2.967,2.967,2.968,2.965,2.967,2.968,2.968,2.967,2.967,2.968,2.969,2.966,2.968,2.966,2.969,2.968,2.968,2.969,2.97,2.97,2.97,2.969,2.97,2.968,2.968,2.968,2.968,2.969,2.968,2.968,2.968,2.967,2.968,2.965,2.965,2.964,2.964,2.965,2.964,2.965,2.967,2.965,2.965,2.962,2.965,2.965,2.965,2.964,2.966,2.965,2.966,2.963,2.964,2.964,2.966,2.967,2.966,2.966,2.965,2.965,2.964,2.963,2.963,2.961,2.965,2.964,2.964,2.964,2.961,2.961,2.962,2.961,2.962,2.959,2.961,2.96,2.96,2.957,2.957,2.956,2.957,2.954,2.953,2.952,2.951,2.95,2.95,2.951,2.948,2.95,2.95,2.949,2.949,2.946,2.95,2.948,2.948,2.948,2.951,2.951,2.954,2.952,2.952,2.95,2.952,2.951,2.951,2.951,2.953,2.952,2.954,2.953,2.951,2.95,2.954,2.954,2.953,2.954,2.953,2.953,2.954,2.956,2.955,2.954,2.954,2.954,2.955,2.951,2.95,2.949,2.948,2.95,2.949,2.947,2.948,2.949,2.948,2.947,2.946,2.945,2.945,2.945,2.945,2.942,2.943,2.946,2.948,2.949,2.949,2.948,2.946,2.948,2.946,2.946,2.947,2.95,2.95,2.951,2.951,2.952,2.952,2.951,2.952,2.951,2.95,2.953,2.954,2.955,2.954,2.956,2.956,2.956,2.956,2.955,2.954,2.953,2.952,2.952,2.953,2.954,2.951,2.953,2.953,2.953,2.95,2.952,2.951,2.951,2.953,2.952,2.951,2.951,2.95,2.952,2.95,2.952,2.955,2.955,2.956,2.956,2.954,2.953,2.952,2.952,2.95,2.951,2.952,2.952,2.953,2.954,2.954,2.954,2.953,2.956,2.952,2.954,2.955,2.953,2.956,2.955,2.955,2.956,2.955,2.957,2.955,2.955,2.956,2.954,2.955,2.955,2.957,2.956,2.957,2.959,2.958,2.96,2.961,2.96,2.959,2.96,2.959,2.959,2.957,2.96,2.957,2.957,2.958,2.956,2.957,2.957,2.957,2.956,2.955,2.956,2.955,2.955,2.956,2.955,2.956,2.956,2.957,2.956,2.957,2.959,2.957,2.957,2.958,2.959,2.958,2.959,2.958,2.958,2.957,2.959,2.958,2.959,2.959,2.96,2.958,2.959,2.961,2.961,2.959,2.963,2.961,2.962,2.963,2.963,2.963,2.963,2.963,2.96,2.959,2.961,2.959,2.959,2.958,2.957,2.959,2.959,2.958,2.959,2.958,2.959,2.958,2.961,2.96,2.965,2.967,2.964,2.964,2.965,2.961,2.962,2.961,2.962,2.963,2.963,2.964,2.963,2.965,2.964,2.961,2.963,2.962,2.963,2.963,2.962,2.962,2.961,2.959,2.96,2.956,2.957,2.954,2.958,2.952,2.951,2.953,2.951,2.95,2.95,2.948,2.95,2.948,2.947,2.948,2.948,2.948,2.946,2.947,2.948,2.947,2.947,2.945,2.948,2.948,2.949,2.951,2.955,2.955,2.956,2.956,2.954,2.952,2.955,2.954,2.952,2.953,2.953,2.954,2.954,2.953,2.954,2.954,2.957,2.956,2.955,2.957,2.956,2.955,2.956,2.955,2.957,2.954,2.956,2.957,2.955,2.953,2.952,2.953,2.951,2.951,2.952,2.949,2.951,2.953,2.953,2.955,2.954,2.954,2.954,2.952,2.952,2.95,2.952,2.952,2.949,2.95,2.95,2.949,2.949,2.947,2.948,2.948,2.949,2.949,2.949,2.948,2.948,2.948,2.951,2.951,2.953,2.95,2.948,2.948,2.947,2.946,2.946,2.946,2.945,2.945,2.945,2.944]
|
🌋 Here are results of SLO test for native-table-over-query-service: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 0 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.865,98.683,97.845,96.99,96.49,96.363,96.226,96.078,95.917,95.744,95.554,95.348,95.121,94.87,94.593,94.284,93.937,93.546,93.101,92.589,91.997,91.301,90.472,89.467,88.227,86.656,84.604,81.802,77.748,72.621,75.221,74.9,74.291,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 67 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.896,98.655,97.793,96.966,96.241,95.379,94.517,93.655,92.793,91.931,91.103,90.276,89.414,88.552,87.69,86.828,85.966,85.103,84.276,83.414,82.552,81.69,80.828,79.966,79.103,78.241,77.379,76.517,75.655,74.948,75.31,75.31,75.276,75.138,75.138,75.138,75.138,75.172,75.172,75.138,75.103,75.103,75.103,75.103,75.138,75.172,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.207,75.207,75.207,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.138,75.138,75.138,75.138,75.138,75.138,75.172,75.172,75.172,75.207,75.241,75.241,75.276,75.241,75.276,75.276,75.31,75.345,75.31,75.345,75.379,75.379,75.414,75.414,75.448,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.448,75.414,75.379,75.345,75.31,75.345,75.345,75.345,75.31,75.31,75.276,75.241,75.241,75.207,75.172,75.207,75.207,75.207,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.207,75.172,75.138,75.138,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.172,75.172,75.172,75.172,75.207,75.207,75.207,75.207,75.207,75.207,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.207,75.241,75.241,75.276,75.241,75.276,75.276,75.31,75.345,75.31,75.345,75.379,75.379,75.414,75.414,75.448,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.448,75.414,75.379,75.345,75.31,75.345,75.345,75.345,75.31,75.31,75.276,75.241,75.241,75.207,75.172,75.207,75.207,75.207,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.207,75.172,75.138,75.138,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.172,75.172,75.172,75.172,75.207,75.207,75.207,75.207,75.207,75.207,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.207,75.241,75.241,75.276,75.241,75.276,75.276,75.31,75.345,75.31,75.345,75.379,75.379,75.414,75.414,75.448,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.448,75.414,75.379,75.345,75.31,75.345,75.345,75.345,75.31,75.31,75.276,75.241,75.241,75.207,75.172,75.207,75.207,75.207,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.207,75.172,75.138,75.138,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.172,75.172,75.172,75.172,75.207,75.207,75.207,75.207,75.207,75.207,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.207,75.241,75.241,75.276,75.241,75.276,75.276,75.31,75.345,75.31,75.345,75.379,75.379,75.414,75.414,75.448,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.483,75.448,75.414,75.379,75.345,75.31,75.345,75.345,75.345,75.31,75.31,75.276,75.241,75.241,75.207,75.172,75.207,75.207,75.207,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.207,75.172,75.138,75.138,75.138,75.138,75.138,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.207,75.172,75.172,75.172,75.172,75.207,75.207,75.207,75.207,75.207,75.207,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.172,75.138,75.138,75.138,75.172,75.172,75.172,75.207,75.241,75.241,75.276,75.241,75.276,75.276,75.31,75.345,75.31,75.345,75.379,75.393]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 15 --> 1101
line [932.067,965.366,1000,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,999.966,1000.034,1000,1000,999.966,999.966,1000,1000,1000,1000.034,1000,1000,1000.034,1000,1000.034,1000,1000.034,999.862,1000,1000,1000,999.966,1000,1000,999.966,999.966,1000,1000,1000,1000,1000,999.966,1000,1000.034,1000.069,999.966,1000,1000,999.966,1000.034,1000,999.897,1000.034,1000,1000,1000,1000.138,1000.034,1000,1000,1000.034,1000,1000.034,1000,1000.034,1000.034,999.966,999.966,1000.034,999.966,1000.034,1000,999.966,999.966,1000,1000,1000.034,1000.034,999.966,999.966,1000.103,999.448,1000,1000,1000,982.552,948.069,913.586,879.138,844.621,810.138,775.655,741.207,706.69,672.207,637.759,603.276,568.759,534.31,499.793,465.31,430.862,396.379,361.897,327.379,292.897,258.414,223.966,189.483,154.966,121.034,86,51.517,17.034]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 83 --> 111
line [93.207,96.54,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.931,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.069,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,96.793]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 0 --> 4
line [1.881,1.891,1.891,1.892,1.892,1.893,1.893,1.893,1.893,1.895,1.887,1.893,1.893,1.894,1.894,1.894,1.896,1.897,1.897,1.9,1.893,1.94,1.943,1.944,1.945,1.94,1.935,1.935,1.935,1.936,1.926,1.927,1.928,1.928,1.929,1.93,1.931,1.932,1.932,1.932,1.926,1.93,1.929,1.929,1.93,1.929,1.929,1.929,1.928,1.93,1.884,1.885,1.885,1.884,1.884,1.885,1.884,1.885,1.885,1.885,1.884,1.887,1.887,1.886,1.886,1.886,1.884,1.885,1.884,1.884,1.882,1.886,1.887,1.886,1.886,1.886,1.887,1.886,1.885,1.884,1.881,1.896,1.917,1.917,1.916,1.916,1.916,1.918,1.92,1.921,1.92,1.922,1.924,1.926,1.929,1.932,1.935,1.939,1.943,1.948,1.947,1.952,1.96,1.969,1.981,1.994,2.13,2.323,2.552,2.781,2.458,1.854,1.852,1.799,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 1 --> 4
line [2.931,2.939,2.94,2.942,2.941,2.944,2.945,2.947,2.95,2.955,2.948,2.958,2.957,2.958,2.959,2.957,2.957,2.959,2.959,2.963,2.957,3.111,3.194,3.206,3.179,3.081,2.995,2.994,2.993,2.994,2.985,2.985,2.987,2.987,2.987,2.986,2.985,2.987,2.986,2.988,2.976,2.983,2.983,2.985,2.985,2.988,2.99,2.991,2.99,2.992,2.939,2.938,2.938,2.938,2.941,2.944,2.943,2.944,2.943,2.944,2.944,2.949,2.95,2.95,2.951,2.951,2.948,2.949,2.945,2.945,2.941,2.947,2.947,2.947,2.944,2.941,2.941,2.941,2.938,2.94,2.935,2.951,2.97,2.972,2.971,2.97,2.967,2.966,2.963,2.958,2.946,2.942,2.936,2.932,2.927,2.922,2.915,2.907,2.901,2.892,2.87,2.855,2.841,2.828,2.813,2.789,2.761,2.721,2.674,2.612,2.4,2.184,1.996,1.978,1.969,1.968,1.969,1.969,1.969,1.968,1.966,1.964,1.966,1.967,1.966,1.966,1.966,1.967,1.965,1.965,1.963,1.961,1.962,1.96,1.96,1.961,1.962,1.963,1.964,1.964,1.962,1.962,1.97,1.97,1.97,1.969,1.969,1.969,1.969,1.97,1.969,1.968,1.968,1.967,1.967,1.969,1.968,1.968,1.967,1.969,1.968,1.967,1.969,1.968,1.969,1.968,1.967,1.966,1.966,1.967,1.966,1.957,1.958,1.958,1.958,1.958,1.958,1.958,1.957,1.958,1.958,1.958,1.959,1.958,1.956,1.956,1.958,1.959,1.957,1.958,1.957,1.957,1.957,1.956,1.957,1.957,1.957,1.957,1.958,1.96,1.96,1.96,1.963,1.963,1.963,1.963,1.963,1.964,1.964,1.964,1.964,1.963,1.964,1.964,1.964,1.963,1.961,1.961,1.959,1.96,1.96,1.962,1.963,1.962,1.962,1.961,1.961,1.959,1.964,1.964,1.963,1.964,1.964,1.964,1.964,1.963,1.962,1.961,1.961,1.962,1.963,1.965,1.966,1.966,1.967,1.967,1.968,1.968,1.967,1.966,1.966,1.967,1.968,1.969,1.969,1.969,1.97,1.963,1.963,1.962,1.96,1.959,1.961,1.961,1.961,1.963,1.963,1.962,1.961,1.96,1.959,1.959,1.962,1.961,1.963,1.963,1.963,1.964,1.964,1.963,1.963,1.962,1.965,1.965,1.965,1.966,1.968,1.968,1.968,1.967,1.966,1.964,1.968,1.968,1.967,1.968,1.969,1.969,1.971,1.969,1.968,1.965,1.969,1.969,1.969,1.97,1.969,1.97,1.97,1.969,1.968,1.965,1.967,1.966,1.965,1.963,1.965,1.965,1.964,1.964,1.964,1.96,1.963,1.964,1.964,1.963,1.963,1.961,1.962,1.962,1.961,1.958,1.96,1.961,1.961,1.961,1.959,1.959,1.96,1.961,1.962,1.959,1.96,1.959,1.96,1.959,1.959,1.96,1.96,1.96,1.96,1.958,1.959,1.959,1.958,1.957,1.957,1.956,1.956,1.956,1.957,1.953,1.955,1.955,1.954,1.955,1.953,1.953,1.952,1.952,1.962,1.963,1.967,1.966,1.966,1.966,1.966,1.966,1.967,1.967,1.969,1.969,1.972,1.972,1.974,1.974,1.975,1.976,1.976,1.974,1.976,1.974,1.975,1.976,1.976,1.976,1.977,1.976,1.976,1.966,1.966,1.963,1.966,1.967,1.967,1.967,1.968,1.968,1.968,1.967,1.966,1.963,1.966,1.966,1.966,1.965,1.965,1.965,1.966,1.964,1.965,1.963,1.964,1.967,1.967,1.967,1.968,1.969,1.968,1.967,1.967,1.964,1.965,1.965,1.966,1.965,1.964,1.963,1.963,1.963,1.964,1.96,1.962,1.962,1.963,1.962,1.962,1.961,1.961,1.959,1.96,1.959,1.957,1.957,1.958,1.957,1.956,1.956,1.956,1.956,1.955,1.953,1.956,1.958,1.958,1.958,1.958,1.957,1.957,1.956,1.958,1.955,1.955,1.954,1.955,1.956,1.957,1.957,1.957,1.957,1.957,1.957,1.958,1.958,1.958,1.959,1.959,1.958,1.957,1.958,1.959,1.956,1.956,1.956,1.957,1.956,1.957,1.957,1.957,1.957,1.957,1.956,1.957,1.958,1.957,1.957,1.957,1.959,1.958,1.961,1.962,1.96,1.961,1.962,1.962,1.962,1.962,1.963,1.964,1.964,1.964,1.961,1.963,1.965,1.965,1.965,1.966,1.967,1.966,1.969,1.97,1.97,1.971,1.97,1.971,1.97,1.969,1.97,1.966,1.966,1.966,1.964,1.964,1.966,1.966,1.966,1.965,1.964,1.964,1.964,1.965,1.962,1.963,1.964,1.964,1.964,1.963,1.963,1.962,1.962,1.962,1.961,1.962,1.961,1.962,1.961,1.961,1.961,1.961,1.961,1.961,1.961,1.96]
|
🌋 Here are results of SLO test for native-query: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100.003,100,100,100.003,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,99.997,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100.003,100,100.003,100,100,100,100,100,100,100,100,100.003,100.003,100,100,100,100,100,100.003,100,99.997,100,100,100,100,100.003,100,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100.003,100,100,100,100.003,99.997,100,100.003,100,100,100,100,100,100,100,100.003,100,100,100,100,100,99.997,100,100,100.003,100,100,100,100,99.997,100,100,100,99.997,100,99.997,99.997,100.003,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,99.997,100,100.003,100.003,100,100,100,100,100,100.003,100,99.997,99.997,100,100,99.997,100,99.997,100,100,100,100,100,100,100,100,100,100.003,100,100.003,100,99.997,100,100,100,100,100,100,100,99.997,100,100.003,100.003,100,100.003,100,100.003,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,99.997,99.997,100,100,100,100,100,100.003,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,99.997,100.003,100,99.997,100,100.007,100,100.003,100,100.003,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100.003,99.997,100,100.003,100,99.993,99.997,99.997,100,99.997,100.003,100.007,100,100.003,100,100.003,99.997,100,100,100,100,100.003,100,100,100,100,99.997,100,100.003,100.003,100,100,100,100.003,100.003,100.003,100,100,100,99.997,99.997,100,99.997,100,99.997,100.003,100,100,100,100,99.997,100,100,100,100,100.007,100,100,99.997,100,100,100,99.997,100,100,100,100]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 861 --> 1102
line [956.964,990.433,999.966,1000,999.966,1000,1000,999.931,1000.034,1000,1000,999.966,1000,1000,1000,1000.034,1000,1000.034,999.897,1000.034,1000,1000,1000.034,1000,1000,1000.103,1000,1000,999.966,1000.172,1000.034,1000.034,1000.034,1000.034,999.966,1000.034,1000.069,1000,1000.034,1000.034,1000.034,1000,1000,999.966,1000,999.966,999.966,1000.138,1000,1000.034,1000,1000,1000,1000,1000,1000,999.966,1000,1000,1000,999.966,1000,999.966,1000.034,999.966,1000,1000,1000.034,999.966,1000,1000.034,1000,1000.034,999.966,1000.034,1000.034,1000,1000,1000,1000.034,1000,998.379,1000,1000,1000,1000.034,1000.034,1000,1000,1000,999.966,1000.034,1000,1000.034,999.966,999.966,999.966,1000,1000,1000,1000,999.966,1000,1000,999.966,1000,1000,1000,1000,1000,1001.621,1000.069,999.966,1000.034,1000,1000,999.966,1000,1000,1000,999.966,1000,1000,1000,1000.034,1000,1000.034,999.966,1000,1000,1000.034,1000.034,1000,1000,999.966,1000,999.966,999.966,999.966,1000,999.966,999.517,999.931,999.966,1000,1000,1000,1000.034,1000.034,1000.034,1000,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,999.966,1000,999.966,1000,1000,1000.034,1000.069,999.966,1000.034,1000.552,1000.034,1000,999.966,1000.034,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,1000.034,1000,999.966,1000,1000,1000.034,1000.034,1000.069,1000,1000,1000,999.966,1000.069,999.966,999.966,1000,1000.034,1000.034,1000,999.966,1000,1000,1000,999.966,1000,1000,1000,999.966,1000,999.966,999.966,1000,1000.034,1000,999.966,1000.034,1000,1000,1000.034,1000,999.966,999.966,999.966,1000,1000,999.966,1000,999.966,1000.034,1000,1000,1000,1000.069,1000,1000,999.966,1000.034,1000,1000.034,1000.034,1000,999.966,999.966,1000.034,999.862,999.966,1000.034,1000,1000,1000.034,999.966,1000,1000,1000,1000.034,999.966,1000.034,1000,1000,999.862,1000,999.897,1000,1000,1000.034,999.966,999.931,1000,1000,1000,1000,1000.034,1000,1000.103,1000.034,999.966,1000,1000,1000,1000.034,1000.034,999.966,999.966,1000,1000.034,999.966,999.966,999.966,1000.138,999.966,1000.069,1000,999.966,1000,1000.034,1000.069,1000,999.966,1000,999.966,1000.034,1000,1000.034,1000,1000,1000,999.966,1000,1000,1000,1000.069,1000.034,1000,999.966,1000.034,1000.034,1000.034,1000.034,1000.034,1000,999.966,1000.069,1000,1000,1000,1000,1000.034,1000,1000.034,999.966,1000,999.931,1000,1000,1000,1000.034,1000,1000.034,1000,999.931,1000,1000,1000.034,999.966,1000,1000,999.966,1000,1000,1000.069,999.966,1000,1000.034,1000,1000.034,1000,1000,1000,1000,1000,1000.034,999.966,1000,1000,1000,1000,999.966,1000,1000.069,1000,1000,1000.034,1000.034,1000,1000,999.966,1000.034,1000,999.931,1000,1000,999.931,1000,999.966,1000,1000,999.966,1000,1000,1000,1000,1000,1000,1000,1000,1000.034,1000,1000,1000.034,1000,999.966,1000,1000,1000,1000.034,999.966,1000,1000.034,1000,1000,1000.034,1000,1000,1000,1000,1000.034,1000,1000,1000,1000.069,999.966,1000,1000.034,1000,1000,999.966,1000,999.897,1000,1000,1000.034,1000,999.966,1000,1000.034,1000,1000,999.966,999.966,1000,1000,1000.034,1000,999.966,1000,1000,1000,1000,1000,999.931,1000,999.931,1000,999.897,1000.034,999.862,1000.069,999.966,1000,999.966,999.966,1000.034,1000.034,999.966,1000,1000,1000.034,1000.034,1000,1000,999.966,1000,1000.069,1000,1000,1000,999.966,999.966,1000.069,1000,1000.034,1000,1000.069,1000.034,1000.103,999.966,1000.034,1000,999.966,1000.034,999.966,999.966,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,999.966,1000,1000,999.966,1000.034,1000.034,1000.034,1000,1000,1000,1000,999.966,1000,1000,1000,999.966,1000.069,1000,1000.034,1000.034,1000,1000,1000,1000,1000.034,999.931,1000.034,1000,1000,999.966,1000,1000,1000.034,1000,999.966,1000,1000,1000,1000,999.966,1000,1000,1000.034,1000.034,1000.034,999.966,1000,1000,999.966,1000,1000,1000,1000,999.931,1000.034,999.931,1000,1000,1000,1000,1000.034,1000,1000,999.966,1000,1000,967.9]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 86 --> 111
line [95.676,99.043,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.01,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.897,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.103,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.862,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.138,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.01,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,96.79]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 1 --> 3
line [1.948,1.949,1.943,1.943,1.944,1.944,1.943,1.939,1.938,1.933,1.934,1.937,1.937,1.938,1.937,1.936,1.937,1.937,1.937,1.934,1.934,1.98,1.981,1.981,1.981,1.981,1.981,1.982,1.983,1.982,1.98,1.983,1.982,1.983,1.984,1.985,1.986,1.987,1.987,1.987,1.984,1.988,1.988,1.989,1.99,1.989,1.99,1.99,1.989,1.99,1.947,1.949,1.949,1.949,1.948,1.947,1.947,1.946,1.946,1.946,1.944,1.947,1.947,1.946,1.946,1.946,1.947,1.947,1.948,1.949,1.945,1.948,1.948,1.947,1.948,1.948,1.948,1.948,1.948,1.949,1.946,1.961,1.978,1.978,1.979,1.979,1.979,1.98,1.98,1.98,1.978,1.979,1.979,1.978,1.978,1.977,1.977,1.977,1.976,1.977,1.974,1.976,1.976,1.977,1.976,1.976,1.977,1.976,1.975,1.976,1.962,1.947,1.947,1.947,1.947,1.946,1.946,1.946,1.945,1.946,1.944,1.947,1.947,1.948,1.947,1.947,1.947,1.948,1.948,1.947,1.947,1.949,1.948,1.948,1.949,1.949,1.949,1.949,1.948,1.947,1.947,1.952,1.965,1.965,1.965,1.965,1.964,1.965,1.965,1.965,1.962,1.962,1.962,1.962,1.962,1.962,1.961,1.961,1.961,1.96,1.958,1.958,1.958,1.957,1.957,1.957,1.962,1.962,1.962,1.962,1.955,1.94,1.94,1.94,1.94,1.939,1.939,1.938,1.938,1.938,1.938,1.938,1.94,1.94,1.94,1.939,1.94,1.939,1.939,1.94,1.939,1.939,1.94,1.939,1.939,1.934,1.935,1.934,1.933,1.935,1.934,1.935,1.937,1.936,1.936,1.937,1.938,1.937,1.937,1.937,1.937,1.935,1.935,1.935,1.934,1.933,1.934,1.933,1.934,1.934,1.933,1.932,1.932,1.932,1.931,1.931,1.931,1.931,1.93,1.93,1.93,1.928,1.929,1.929,1.929,1.928,1.928,1.929,1.928,1.928,1.927,1.927,1.929,1.93,1.931,1.932,1.932,1.931,1.931,1.931,1.931,1.932,1.932,1.932,1.932,1.932,1.933,1.932,1.933,1.932,1.933,1.934,1.935,1.935,1.935,1.935,1.935,1.935,1.935,1.935,1.934,1.935,1.935,1.935,1.934,1.935,1.935,1.936,1.935,1.936,1.935,1.935,1.934,1.934,1.934,1.934,1.934,1.934,1.935,1.934,1.932,1.932,1.932,1.933,1.932,1.933,1.932,1.932,1.933,1.932,1.931,1.93,1.932,1.932,1.931,1.931,1.932,1.932,1.932,1.932,1.932,1.932,1.934,1.934,1.934,1.934,1.933,1.933,1.934,1.934,1.933,1.933,1.933,1.934,1.933,1.934,1.934,1.934,1.935,1.934,1.936,1.934,1.936,1.936,1.937,1.936,1.935,1.935,1.935,1.935,1.935,1.933,1.934,1.933,1.934,1.933,1.933,1.933,1.934,1.933,1.932,1.931,1.932,1.932,1.931,1.931,1.931,1.93,1.93,1.929,1.929,1.927,1.928,1.928,1.928,1.929,1.929,1.929,1.93,1.929,1.929,1.927,1.929,1.929,1.929,1.929,1.929,1.929,1.929,1.93,1.931,1.93,1.933,1.934,1.935,1.935,1.935,1.935,1.935,1.934,1.935,1.935,1.936,1.936,1.935,1.935,1.935,1.935,1.935,1.937,1.937,1.936,1.937,1.937,1.938,1.938,1.938,1.938,1.937,1.935,1.936,1.933,1.933,1.933,1.932,1.932,1.933,1.933,1.933,1.932,1.932,1.931,1.933,1.934,1.934,1.934,1.933,1.933,1.933,1.933,1.933,1.932,1.933,1.933,1.932,1.933,1.933,1.934,1.934,1.934,1.936,1.935,1.936,1.939,1.939,1.94,1.94,1.94,1.94,1.939,1.939,1.936,1.937,1.938,1.938,1.938,1.939,1.938,1.939,1.938,1.938,1.937,1.937,1.937,1.937,1.935,1.936,1.936,1.936,1.934,1.935,1.933,1.933,1.934,1.932,1.933,1.933,1.933,1.934,1.935,1.936,1.936,1.936,1.937,1.937,1.937,1.937,1.937,1.937,1.937,1.938,1.938,1.938,1.939,1.94,1.939,1.94,1.94,1.94,1.94,1.941,1.939,1.939,1.941,1.941,1.94,1.941,1.941,1.94,1.939,1.938,1.937,1.937,1.938,1.938,1.939,1.938,1.938,1.938,1.938,1.937,1.937,1.938,1.938,1.937,1.936,1.936,1.936,1.936,1.935,1.935,1.933,1.934,1.934,1.934,1.933,1.932,1.932,1.933,1.932,1.933,1.932,1.931,1.931,1.931,1.931,1.931,1.931,1.931,1.932,1.932,1.931,1.931,1.932,1.932,1.933,1.932,1.933,1.933,1.932,1.932,1.931,1.931,1.931,1.931,1.931,1.932,1.933,1.934,1.934,1.936,1.935,1.935]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 2 --> 4
line [2.992,2.994,2.989,2.989,2.99,2.991,2.991,2.989,2.989,2.984,2.986,2.992,2.993,2.992,2.991,2.991,2.99,2.99,2.989,2.986,2.989,3.578,3.593,3.551,3.532,3.541,3.562,3.56,3.548,3.542,3.478,3.529,3.522,3.478,3.485,3.471,3.451,3.425,3.417,3.411,3.314,3.411,3.425,3.459,3.432,3.447,3.442,3.43,3.41,3.342,2.972,2.974,2.974,2.973,2.973,2.973,2.973,2.975,2.974,2.975,2.971,2.975,2.975,2.975,2.974,2.974,2.974,2.972,2.972,2.971,2.966,2.969,2.968,2.969,2.967,2.965,2.965,2.966,2.967,2.971,2.968,2.984,2.998,2.999,3,3,2.999,2.998,2.997,2.999,2.996,2.999,2.998,2.998,2.999,3.014,3.029,3,3.029,3.029,2.998,2.999,2.999,3.029,3.043,3.015,2.999,3,2.999,3.031,2.985,2.975,2.975,2.975,2.975,2.976,2.978,2.977,2.975,2.975,2.972,2.977,2.977,2.976,2.976,2.977,2.977,2.976,2.976,2.975,2.976,2.979,2.978,2.978,2.98,2.98,2.979,2.977,2.976,2.976,2.975,2.977,2.99,2.989,2.989,2.986,2.987,2.988,2.986,2.986,2.982,2.982,2.983,2.981,2.98,2.981,2.981,2.98,2.979,2.98,2.976,2.977,2.978,2.977,2.977,2.978,2.986,2.986,2.986,2.986,2.981,2.965,2.967,2.966,2.966,2.966,2.966,2.966,2.965,2.966,2.967,2.966,2.97,2.97,2.968,2.967,2.968,2.967,2.966,2.967,2.965,2.965,2.967,2.966,2.965,2.958,2.959,2.957,2.955,2.956,2.956,2.956,2.959,2.961,2.96,2.962,2.962,2.963,2.964,2.963,2.962,2.961,2.961,2.962,2.963,2.962,2.963,2.962,2.962,2.962,2.961,2.961,2.962,2.963,2.963,2.961,2.96,2.959,2.957,2.957,2.954,2.954,2.954,2.955,2.954,2.954,2.954,2.954,2.952,2.952,2.95,2.952,2.953,2.954,2.954,2.955,2.954,2.954,2.954,2.956,2.955,2.953,2.954,2.953,2.955,2.955,2.956,2.958,2.958,2.96,2.96,2.961,2.96,2.96,2.96,2.957,2.956,2.957,2.957,2.956,2.956,2.957,2.96,2.96,2.959,2.961,2.961,2.963,2.961,2.961,2.961,2.962,2.964,2.964,2.965,2.963,2.963,2.964,2.964,2.963,2.961,2.963,2.963,2.963,2.966,2.968,2.967,2.966,2.967,2.965,2.965,2.962,2.961,2.962,2.961,2.961,2.96,2.96,2.96,2.96,2.957,2.956,2.959,2.959,2.96,2.96,2.958,2.955,2.955,2.955,2.954,2.953,2.955,2.954,2.953,2.953,2.956,2.955,2.958,2.955,2.956,2.957,2.957,2.957,2.958,2.958,2.958,2.957,2.956,2.957,2.956,2.953,2.953,2.953,2.952,2.952,2.955,2.954,2.954,2.953,2.954,2.951,2.952,2.952,2.952,2.952,2.952,2.95,2.952,2.951,2.951,2.95,2.952,2.952,2.951,2.953,2.953,2.954,2.955,2.953,2.953,2.953,2.953,2.954,2.955,2.954,2.955,2.954,2.954,2.953,2.955,2.954,2.96,2.961,2.961,2.962,2.96,2.959,2.96,2.956,2.958,2.956,2.956,2.956,2.955,2.956,2.956,2.954,2.956,2.958,2.958,2.956,2.959,2.959,2.96,2.958,2.957,2.957,2.958,2.956,2.958,2.951,2.952,2.949,2.946,2.949,2.951,2.95,2.951,2.95,2.951,2.952,2.955,2.955,2.957,2.956,2.957,2.956,2.955,2.956,2.959,2.955,2.958,2.958,2.959,2.96,2.961,2.959,2.959,2.959,2.961,2.962,2.965,2.969,2.966,2.968,2.969,2.97,2.969,2.967,2.967,2.965,2.965,2.965,2.965,2.964,2.964,2.964,2.964,2.962,2.963,2.96,2.959,2.96,2.96,2.958,2.96,2.959,2.958,2.956,2.956,2.953,2.955,2.958,2.954,2.953,2.954,2.956,2.957,2.956,2.958,2.958,2.956,2.958,2.959,2.959,2.96,2.961,2.96,2.961,2.962,2.961,2.961,2.962,2.962,2.961,2.963,2.962,2.963,2.961,2.961,2.958,2.959,2.961,2.962,2.961,2.959,2.96,2.96,2.958,2.959,2.96,2.96,2.96,2.96,2.961,2.96,2.962,2.962,2.961,2.961,2.96,2.961,2.962,2.962,2.961,2.96,2.961,2.962,2.962,2.961,2.958,2.959,2.958,2.96,2.96,2.959,2.96,2.959,2.959,2.957,2.955,2.958,2.959,2.958,2.958,2.957,2.957,2.958,2.957,2.957,2.956,2.956,2.956,2.958,2.959,2.958,2.958,2.958,2.958,2.958,2.957,2.958,2.957,2.956,2.956,2.956,2.959,2.959,2.961,2.962,2.96,2.96]
|
🌋 Here are results of SLO test for database-sql-query: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.99,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,99.99,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,99.986,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 831 --> 1109
line [923.736,957.103,990.437,1000,999.966,1000.138,999.966,1000,1000,1000,1000,1000.034,1000.034,1000.034,1000,1000,1000.034,1000,1000.034,998.517,1000,999.966,1000,1000,1000,1000.034,1000.034,1000,999.966,1000,1000.034,1000.034,999.966,1000.034,1000,1000,1000,1000,1000.034,1000.034,1000,1000,1000.034,999.966,1000.034,1000,1000,1000,1001.448,1000,1000.034,1000,1000,1000,1000,999.966,1000,1000.034,1000.034,999.897,999.966,1000.069,1000,999.966,999.966,1000,1000,1000.034,1000,1000.069,1000,999.966,999.966,1000,1000,1000,1000.034,1000.069,1000,1000,992.138,1000,1000.034,1000.069,1000,999.966,1000.034,1000,1000.069,1000.069,1000,1000.034,1000.069,1000.034,1000.034,1000,1000,1000.034,1000,1000.034,1000.034,1000.103,1000,1000,1000.034,1000,1000,1000.034,1000,1007.897,1000.034,999.966,999.966,1000,1000.069,1000,1000,1000.034,999.931,1000,1000,999.931,1000.034,1000,1000,1000,1000,999.931,1000,1000,1000,1000,1000.034,1000,999.966,1000,1000,1000.034,1000.034,1000,995.173,999.897,999.966,999.931,999.897,999.966,999.931,999.966,999.931,999.931,1000,999.931,999.931,1000,999.966,999.931,999.966,999.931,999.966,999.931,999.966,999.966,999.897,999.966,999.931,999.931,999.966,999.931,999.931,1004.828,1000.034,1000,1000,1000.034,1000.034,1000,1000,1000.034,1000,1000,1000,1000,999.966,1000,1000,1000,1000.034,1000,1000.034,999.931,999.966,1000.069,1000,1000.034,1000,999.966,999.966,1000.034,999.966,1000.034,999.966,999.966,1000,1000,1000,1000.034,1000.034,1000,1000,1000,1000.034,1000.034,1000,1000,1000,1000,999.966,999.966,1000.034,1000,999.966,1000,999.966,1000.034,1000.034,1000.034,1000,1000,999.966,1000.034,1000.034,1000.034,999.966,1000,1000,999.931,1000,1000,1000.034,999.966,1000,999.966,1000,1000,999.966,1000,1000,1000,1000.034,1000,1000,999.966,999.966,999.966,999.966,999.966,1000,1000,1000,1000,1000,999.966,1000,999.966,1000,1000,1000.034,999.966,1000,999.966,1000,1000,1000.034,1000,1000,1000,1000,999.966,999.966,1000.034,1000.034,1000.034,1000,1000,1000.034,999.897,1000,1000.034,1000,999.966,1000.034,1000.034,1000.034,1000.069,1000.034,999.966,1000.034,1000.034,1000,1000,1000,999.966,999.966,1000,1000,1000.034,1000.034,1000,999.966,1000,999.862,1000,999.966,999.966,1000.103,1000.034,999.966,1000,1000,1000.034,1000,1000,999.966,999.966,1000,999.966,999.966,1000,1000,1000.034,1000,1000.069,1000.034,1000,999.966,999.966,1000.069,1000.034,1000.034,1000.138,1000.034,1000.034,1000,1000,1000,1000.034,1000.034,1000,999.966,999.966,1000,1000,1000.069,1000,999.931,1000,1000,1000,999.966,999.966,1000,1000,999.828,1000.034,1000,1000,999.897,999.931,999.897,999.966,1000,1000.034,1000.034,1000,1000,999.966,1000.034,1000,1000,1000,1000.069,999.966,1000.034,1000.103,1000.034,1000.034,1000.034,1000,1000.034,1000,1000,1000.241,1000,1000.034,1000.034,1000.103,1000.069,1000.138,1000.034,1000.034,1000,1000,1000,1000.034,1000.034,1000,1000.034,1000.069,999.966,999.966,1000.034,999.966,1000,1000.034,999.966,1000,1000.034,1000.034,1000.034,1000,999.966,1000,999.966,1000,1000,1000,999.966,1000,1000.034,1000,1000,1000,999.966,1000.034,1000.034,1000.034,999.966,1000.069,1000.034,999.966,1000.103,1000.138,1000.103,1000.069,1000.103,1000.138,1000.103,1000.069,1000.103,1000.172,1000.103,1000.138,1000.103,1000.103,1000.138,1000.138,1000.138,1000.069,1000.138,1000.103,1000.138,1000.103,1000.069,1000.069,1000.069,1000.103,1000.138,1000.034,1000.138,1000.034,1000,1000,1000.103,1000.034,1000,1000.034,1000,1000.034,999.966,1000.034,1000.034,1000.034,1000.034,1000,1000,1000,1000,1000,1000.069,1000,1000,1000,1000.034,1000,1000.034,1000,1000.103,1000,1000.034,1000,1000,1000,1000,999.966,1000,1000.069,1000,999.966,1000,1000,999.966,999.966,999.966,999.966,999.966,1000.034,1000,999.897,1000,1000.034,1000.034,1000,1000.034,1000.034,999.966,999.966,1000,999.966,1000,1000,1000,1000,1000.034,999.966,999.966,1000.034,1000.034,1000,1000,1000,1000.034,1000.069,1000,1000.034,1000,1000.034,1000.103,999.966,1000,999.966,1000,1000,999.966,1000,1000,1000,1000.034,1000,999.966,1000,1000,999.931,1000.069,1000,999.966,1000,1000,1000,1000.034,1000,999.966,1000.069,1000,967.9]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 83 --> 111
line [92.377,95.71,99.043,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.759,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.241,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.793,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.207,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.372,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.628,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.993,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,96.79]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 2 --> 6
line [4.394,4.575,4.555,4.264,4.222,4.215,4.208,4.198,4.158,4.207,3.99,4.121,4.028,3.878,3.863,3.86,3.9,3.89,3.869,3.989,4.292,4.351,4.338,4.315,4.299,4.265,4.249,4.243,4.205,4.214,3.972,4.101,4.105,4.178,4.192,4.265,4.267,4.28,4.229,4.274,4.16,4.265,4.268,4.287,4.281,4.209,4.227,4.23,3.967,3.733,3.688,3.759,3.776,3.778,3.793,3.801,3.803,3.804,3.802,3.809,3.734,3.769,3.744,3.735,3.694,3.707,3.708,3.704,3.674,3.642,3.582,3.614,3.624,3.617,3.601,3.595,3.591,3.616,3.589,3.581,3.853,4.23,4.439,4.482,4.478,4.465,4.459,4.453,4.412,4.382,4.382,4.394,4.43,4.434,4.407,4.38,4.377,4.372,4.364,4.35,4.41,4.398,4.46,4.475,4.475,4.479,4.443,4.438,4.427,3.791,3.561,3.486,3.447,3.439,3.444,3.442,3.44,3.449,3.467,3.421,3.449,3.417,3.49,3.489,3.495,3.499,3.498,3.5,3.492,3.409,3.443,3.4,3.437,3.434,3.432,3.44,3.445,3.441,3.441,3.38,3.576,3.952,4.056,4.131,4.136,4.125,4.124,4.092,4.078,3.977,3.978,3.941,3.955,3.956,3.944,3.953,3.953,3.951,3.946,3.893,3.908,3.872,3.889,3.884,3.882,3.888,3.889,3.891,3.97,3.756,3.353,3.197,3.153,3.136,3.137,3.142,3.145,3.147,3.149,3.103,3.082,3.017,3.199,3.205,3.194,3.199,3.201,3.195,3.205,3.152,3.204,3.155,3.218,3.213,3.214,3.205,3.184,3.087,3.073,3.015,3.077,3.076,3.125,3.128,3.124,3.131,3.155,3.173,3.18,3.149,3.164,3.013,3.068,3.068,3.059,3.059,3.064,3.054,3.071,3.009,3.047,3.024,3.091,3.089,3.08,3.091,3.081,3.078,3.071,3.028,3.084,3.083,3.135,3.144,3.147,3.144,3.118,3.109,3.105,3.091,3.051,3.022,3.098,3.115,3.109,3.112,3.116,3.111,3.117,3.094,3.075,3.031,3.101,3.12,3.116,3.208,3.219,3.229,3.214,3.114,3.089,3.08,3.158,3.151,3.134,3.139,3.143,3.142,3.14,3.124,3.099,3.088,3.171,3.186,3.191,3.204,3.214,3.214,3.201,3.187,3.178,3.115,3.168,3.162,3.075,3.062,3.036,3.031,3.035,3,2.998,2.988,2.996,2.997,2.995,2.994,2.994,2.994,2.993,2.992,2.987,2.978,2.986,2.988,2.985,2.986,2.987,2.989,2.991,2.988,2.99,2.986,2.989,2.991,2.993,2.993,2.993,2.993,2.996,2.99,2.987,2.987,2.989,2.998,2.998,2.998,3,3.015,3.023,2.999,2.995,2.997,2.999,3.035,3.031,3.023,3.035,3.017,3.024,3,2.997,3.008,3.011,3.048,3.06,3.046,3.042,3.048,3.046,3.048,3.047,3.159,3.162,3.25,3.273,3.299,3.337,3.376,3.41,3.431,3.419,3.471,3.639,3.706,3.728,3.74,3.762,3.782,3.802,3.813,3.82,3.869,3.876,3.96,3.983,4.011,4.039,4.088,4.125,4.125,4.067,4.103,4.053,4.172,4.185,4.196,4.177,4.186,4.2,4.178,4.124,3.983,3.943,3.993,3.997,3.998,3.999,3.996,3.993,3.984,3.967,3.982,3.918,3.956,3.946,3.949,3.947,3.943,3.938,3.927,3.894,3.901,3.85,3.881,3.875,3.88,3.875,3.88,3.879,3.875,3.827,3.847,3.794,3.835,3.823,3.815,3.813,3.809,3.812,3.781,3.745,3.769,3.719,3.741,3.726,3.709,3.695,3.695,3.685,3.679,3.654,3.667,3.622,3.644,3.628,3.636,3.606,3.587,3.573,3.555,3.505,3.507,3.438,3.479,3.464,3.44,3.436,3.419,3.415,3.415,3.342,3.323,3.275,3.316,3.311,3.301,3.275,3.268,3.261,3.249,3.196,3.175,3.118,3.153,3.116,3.113,3.114,3.113,3.106,3.093,3.046,3.052,3.014,3.064,3.052,3.048,3.056,3.048,3.025,3.02,3,2.998,2.99,2.995,2.995,2.993,2.993,2.992,2.99,2.989,2.988,2.991,2.983,2.987,2.987,2.988,2.987,2.986,2.985,2.983,2.976,2.972,2.968,2.976,2.975,2.978,2.979,2.979,2.98,2.98,2.978,2.978,2.972,2.982,2.984,2.982,2.983,2.982,2.981,2.979,2.976,2.979,2.975,2.988,2.988,2.989,2.989,2.993,2.992,2.99,2.987,2.993,2.992,3.026,3.004,3.014,3.009,3.018,3.016,3.017,3,3,2.993,3.018,3.039,3.044,3.058,3.078,3.073,3.042,3.009,3.012,2.993,2.998,3.019,3.043,3.04,3.054,3.069,3.063,3,2.997,2.992,2.993]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 3 --> 7
line [5.796,6.06,6.017,5.61,5.53,5.53,5.513,5.53,5.446,5.543,5.221,5.37,5.144,4.854,4.838,4.827,4.868,4.855,4.82,4.915,5.262,5.291,5.314,5.241,5.19,5.139,5.112,5.112,5.139,5.112,4.888,5.052,5.076,5.251,5.295,5.369,5.348,5.365,5.251,5.295,5.22,5.407,5.407,5.387,5.407,5.282,5.261,5.302,4.977,4.714,4.669,4.742,4.769,4.769,4.776,4.778,4.79,4.79,4.792,4.783,4.647,4.69,4.624,4.6,4.571,4.599,4.592,4.568,4.5,4.434,4.351,4.391,4.439,4.414,4.382,4.4,4.376,4.405,4.367,4.38,4.869,5.07,5.469,5.632,5.588,5.542,5.565,5.518,5.559,5.512,5.469,5.565,5.653,5.653,5.565,5.542,5.588,5.588,5.61,5.565,5.572,5.588,5.674,5.694,5.674,5.714,5.687,5.667,5.646,4.519,4.398,4.326,4.309,4.316,4.333,4.323,4.333,4.343,4.374,4.37,4.418,4.392,4.476,4.5,4.505,4.495,4.495,4.481,4.481,4.388,4.426,4.375,4.409,4.404,4.411,4.406,4.387,4.383,4.4,4.261,4.449,4.967,5.174,5.353,5.33,5.306,5.256,5.23,5.176,4.976,4.989,4.943,4.935,4.935,4.935,4.933,4.93,4.917,4.939,4.857,4.857,4.795,4.818,4.792,4.782,4.79,4.79,4.783,4.894,4.647,4.026,3.976,3.967,3.973,3.97,3.969,3.963,3.97,3.974,3.962,3.967,3.953,3.983,3.986,3.986,3.992,3.996,3.99,3.994,3.989,4,3.987,3.998,3.998,4,3.998,3.991,3.97,3.972,3.965,3.975,3.97,3.979,3.984,3.984,3.991,3.998,4.013,4.013,3.99,3.996,3.972,3.979,3.979,3.979,3.978,3.984,3.982,3.99,3.978,3.99,3.988,4.011,4.011,4.033,4.022,4.011,4.011,4.011,3.989,4.034,4.032,4.096,4.098,4.087,4.045,3.998,4,3.998,4,3.989,3.991,4.012,4.046,4.035,4.012,3.998,3.994,3.994,3.989,3.984,3.981,3.991,3.986,3.992,4.094,4.084,4.085,4.084,3.993,3.985,3.977,3.996,3.998,3.998,3.996,3.998,3.996,3.99,3.99,3.982,3.976,3.985,3.994,3.996,4.013,4.027,4.04,4.027,3.996,3.993,3.983,3.998,3.992,3.969,3.968,3.96,3.962,3.966,3.965,3.968,3.946,3.968,3.966,3.968,3.961,3.962,3.962,3.959,3.956,3.955,3.944,3.953,3.952,3.952,3.962,3.965,3.967,3.978,3.976,3.977,3.964,3.977,3.984,3.984,3.985,3.989,3.994,3.992,3.979,3.977,3.966,3.967,3.981,3.984,3.982,3.98,3.982,3.984,3.978,3.974,3.969,3.971,3.981,3.971,3.968,3.972,3.968,3.964,3.956,3.958,3.962,3.961,3.97,3.98,3.973,3.961,3.96,3.962,3.958,3.962,3.993,3.991,4.076,4.117,4.168,4.211,4.24,4.25,4.255,4.242,4.323,4.519,4.609,4.643,4.623,4.619,4.623,4.637,4.664,4.677,4.73,4.717,4.8,4.837,4.871,4.889,4.9,4.93,4.921,4.857,4.868,4.863,4.922,4.918,4.901,4.891,4.915,4.911,4.908,4.898,4.847,4.795,4.842,4.845,4.859,4.892,4.896,4.89,4.875,4.869,4.895,4.855,4.897,4.882,4.898,4.898,4.888,4.894,4.886,4.844,4.846,4.789,4.81,4.801,4.806,4.79,4.816,4.809,4.812,4.758,4.789,4.747,4.814,4.8,4.782,4.778,4.784,4.79,4.756,4.708,4.719,4.644,4.674,4.646,4.632,4.601,4.607,4.594,4.597,4.563,4.58,4.555,4.61,4.591,4.635,4.59,4.585,4.548,4.505,4.452,4.434,4.344,4.387,4.36,4.344,4.311,4.3,4.31,4.314,4.261,4.244,4.213,4.239,4.19,4.224,4.212,4.212,4.185,4.177,4.141,4.066,4.025,4.049,3.993,3.993,3.985,3.989,3.987,3.993,3.982,3.986,3.987,3.996,3.996,3.994,3.994,3.992,3.99,3.983,3.981,3.974,3.973,3.987,3.983,3.969,3.971,3.972,3.966,3.962,3.962,3.969,3.964,3.964,3.964,3.966,3.962,3.961,3.945,3.939,3.921,3.906,3.898,3.913,3.912,3.915,3.914,3.922,3.925,3.925,3.921,3.919,3.907,3.922,3.923,3.918,3.911,3.912,3.909,3.908,3.893,3.901,3.901,3.923,3.923,3.925,3.929,3.933,3.934,3.931,3.933,3.941,3.934,3.951,3.952,3.965,3.963,3.964,3.964,3.96,3.957,3.964,3.958,3.978,3.985,3.989,3.998,4.021,4.021,3.996,3.991,3.984,3.966,3.976,3.983,3.984,3.989,3.989,3.989,3.987,3.975,3.974,3.963,3.963]
|
🌋 Here are results of SLO test for database-sql-table: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,99.997,100,100,100,100.003,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100.003,100,100,100,100,100.003,100,100,100,100,100.003,100,100,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,99.997,100.003,100,100,100,99.997,100,100,100,99.997,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100.003,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100.003,100,100,99.997,100,100.003,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100.003,100,100,100,100,100,100,100,100,99.997,100,100,100,100.003,100,100,100,100,100.003,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,100.003,100,100,100,100,100.003,100,100,100,99.997,100,100,100,100,99.997,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100,99.997,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 834 --> 1106
line [927.601,960.934,994.267,1000.034,1000,1000,1000.034,999.966,1000,999.931,999.966,1000.034,1000.034,1000.034,999.966,1000,1000,999.966,1000,1000.034,999.931,1000,1000,1000,999.966,1000,999.966,999.966,1000.069,999.966,1000,999.897,1000,1000.034,1000,999.966,1000.034,1000.034,1000.069,1000.034,1000,999.966,1000,1000,1000.034,1000.034,1000,999.966,999.966,1000.034,1000,999.931,1000,1000.034,999.931,1000.034,1000.034,1000,1000.034,1000,1000.103,999.966,999.931,1000,999.966,1000,1000,1000,999.966,999.966,1000.034,999.966,1000.034,1000,999.966,1000,1000.069,1000.034,1000,1000,994.793,1000,999.966,1000.034,1000,1000,1000,999.966,1000,1000,1000.034,1000.034,1000,1000,1000,999.966,1000,1000,1000.034,999.966,1000.034,1000,1000,1000.034,1000.034,1000,1000,1000.034,1000.034,1005.276,1000.034,1000.034,1000,999.966,1000,1000,1000.034,1000,1000,1000,1000,1000.034,1000.069,999.966,1000,1000,1000.034,999.966,1000,1000,1000,1000.034,1000,999.966,999.966,999.966,1000,999.931,1000,999.966,999.414,1000.034,1000.034,1000,999.966,1000,1000,1000,1000.034,1000,1000,999.966,1000.034,1000,999.966,1000,1000.034,1000,1000,999.966,999.966,1000,1000,1000.034,1000.034,1000,1000.069,999.966,1000.034,1000.552,999.966,999.966,1000,1000.034,1000,1000.034,1000,999.966,1000.034,999.966,1000,1000.034,1000.034,1000.034,999.966,1000,1000.034,1000,1000.069,999.966,999.966,1000,999.966,1000,1000,999.966,1000.069,1000,1000.034,1000.034,1000,999.966,1000,1000,999.966,999.966,1000.034,999.966,1000.034,1000,999.966,999.966,1000,1000.034,1000,999.966,1000,999.931,1000.069,1000.034,1000,1000.034,999.966,1000.034,1000.034,999.966,999.966,1000,1000,1000.034,1000.034,999.966,1000,1000,1000.034,1000.034,1000.034,999.966,1000.034,999.966,1000,1000,1000,1000,1000.034,999.966,1000.034,999.966,1000,1000,1000,999.966,1000,999.966,1000,1000.034,1000,1000,1000,999.966,1000.034,1000,999.966,999.931,999.966,1000,1000.034,999.966,1000.069,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000,999.966,999.966,1000.034,1000.034,1000.069,999.931,1000.034,1000,1000.034,1000,1000,1000.034,1000.034,1000.034,1000.034,1000.069,1000.069,1000,1000,1000.034,1000.034,999.966,1000,1000,1000,1000,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000.069,1000.034,1000.034,999.966,999.966,1000,999.966,999.966,1000,999.966,999.966,999.966,1000.034,1000,999.966,1000,1000,999.966,999.966,999.966,1000,1000,999.966,1000,1000,1000,999.966,1000,999.966,1000,999.966,999.931,999.966,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000.034,999.966,1000,1000.034,1000,1000,1000.034,1000.034,1000,1000,999.966,1000,999.931,1000.034,1000,1000,999.966,1000.034,1000,1000,1000.034,1000.069,1000.034,1000,999.966,999.966,1000,999.966,999.931,1000,999.966,1000,999.966,1000,1000,1000,999.966,1000,1000,1000.034,1000,1000.034,999.931,1000,1000.034,1000,1000,1000,1000.034,1000,1000,1000,1000,999.966,1000.069,1000,1000,1000.034,1000,1000.034,1000,1000.034,1000.034,1000,1000,1000,1000.034,999.966,999.966,1000,1000.034,1000.034,1000.034,1000,1000,999.966,999.966,999.966,1000,1000,999.966,999.966,1000.034,999.966,999.966,1000.034,1000,1000,1000,1000.034,1000,999.966,1000.034,999.966,1000.034,999.966,1000,1000.034,1000,1000,1000.034,999.966,999.966,1000.034,999.966,1000.034,1000.034,1000,999.966,1000,1000,1000.034,1000.034,1000.034,999.966,1000.034,1000,1000.034,999.931,999.931,1000,1000,1000.069,1000,1000,999.966,999.966,1000,999.931,1000,1000.034,1000.034,1000,1000.069,1000,999.966,1000,1000,999.966,1000.034,1000,999.966,999.931,1000.034,999.931,999.966,1000,1000.034,1000.069,1000,1000,1000,999.966,1000,1000.034,999.966,1000.034,1000.069,999.966,999.966,999.966,1000,999.966,999.966,1000.034,1000.034,1000,1000.069,1000,999.966,1000.034,1000.069,1000,1000.034,1000.034,1000,1000.034,1000,1000.034,1000,1000,1000.034,1000,999.966,1000.034,1000,999.931,1000,1000.034,1000.034,1000,1000.034,999.966,999.931,999.966,1000.034,999.966,1000,1000,1000,1000,1000,1000.034,1000,1000,1000,999.966,1000,1000,999.966,1000,1000,1000.034,1000,999.966,1000.034,1000.034,1000,1000,1000,999.966,1000.034,1000.034]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 83 --> 111
line [92.753,96.087,99.42,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.552,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.448,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.897,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.103,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 1 --> 3
line [1.997,2,1.999,1.99,1.99,1.989,1.989,1.989,1.989,1.99,1.987,1.991,1.991,1.991,1.991,1.991,1.99,1.99,1.989,1.992,2.203,2.277,2.284,2.288,2.289,2.303,2.298,2.299,2.287,2.292,2.248,2.289,2.292,2.299,2.303,2.295,2.294,2.289,2.284,2.277,2.221,2.248,2.288,2.289,2.288,2.299,2.292,2.298,2.255,1.992,1.989,1.99,1.994,1.994,1.994,1.994,1.995,1.995,1.995,1.993,1.992,1.992,1.994,1.994,1.995,1.995,1.995,1.995,1.995,1.994,1.993,1.991,1.994,1.994,1.995,1.995,1.995,1.995,1.994,1.993,2.086,2.416,2.451,2.47,2.468,2.475,2.48,2.486,2.498,2.485,2.495,2.453,2.472,2.464,2.456,2.454,2.445,2.454,2.447,2.446,2.492,2.454,2.467,2.469,2.468,2.463,2.46,2.463,2.469,2.252,1.995,1.993,1.992,1.992,1.991,1.991,1.99,1.99,1.99,1.989,1.99,1.989,1.99,1.99,1.99,1.99,1.989,1.99,1.989,1.985,1.985,1.983,1.984,1.984,1.984,1.984,1.984,1.984,1.984,1.982,1.986,1.994,1.996,1.997,1.997,1.997,1.997,1.997,1.997,1.995,1.996,1.995,1.996,1.996,1.996,1.996,1.995,1.996,1.996,1.995,1.996,1.995,1.995,1.996,1.995,1.995,1.994,1.994,1.994,1.99,1.981,1.98,1.979,1.979,1.978,1.979,1.979,1.979,1.979,1.978,1.978,1.978,1.979,1.978,1.978,1.978,1.978,1.978,1.979,1.978,1.978,1.978,1.978,1.978,1.979,1.979,1.979,1.98,1.98,1.98,1.981,1.982,1.983,1.983,1.984,1.985,1.985,1.984,1.985,1.985,1.984,1.984,1.985,1.986,1.986,1.987,1.986,1.986,1.987,1.986,1.986,1.987,1.988,1.988,1.988,1.987,1.987,1.987,1.987,1.985,1.984,1.984,1.984,1.983,1.982,1.982,1.983,1.989,1.988,1.988,1.988,1.988,1.989,1.989,1.988,1.988,1.988,1.988,1.988,1.988,1.987,1.987,1.987,1.987,1.987,1.987,1.987,1.987,1.987,1.987,1.987,1.986,1.988,1.988,1.988,1.988,1.983,1.983,1.983,1.982,1.981,1.981,1.981,1.982,1.981,1.981,1.981,1.982,1.981,1.981,1.981,1.98,1.981,1.981,1.981,1.981,1.981,1.981,1.981,1.981,1.98,1.979,1.981,1.98,1.979,1.979,1.979,1.979,1.978,1.978,1.977,1.977,1.977,1.978,1.978,1.978,1.977,1.977,1.977,1.977,1.976,1.977,1.978,1.977,1.977,1.977,1.977,1.977,1.976,1.976,1.976,1.975,1.976,1.976,1.976,1.976,1.976,1.975,1.975,1.976,1.975,1.975,1.976,1.976,1.976,1.976,1.976,1.976,1.976,1.976,1.975,1.975,1.976,1.976,1.977,1.977,1.977,1.977,1.977,1.977,1.976,1.977,1.977,1.977,1.978,1.978,1.978,1.978,1.978,1.978,1.977,1.978,1.978,1.979,1.979,1.979,1.979,1.979,1.978,1.978,1.976,1.977,1.977,1.978,1.978,1.977,1.978,1.978,1.978,1.978,1.977,1.977,1.977,1.978,1.978,1.978,1.978,1.978,1.978,1.978,1.976,1.978,1.977,1.978,1.979,1.978,1.98,1.98,1.98,1.981,1.979,1.981,1.979,1.98,1.98,1.981,1.981,1.981,1.982,1.982,1.982,1.984,1.983,1.984,1.984,1.985,1.985,1.985,1.985,1.986,1.984,1.985,1.984,1.985,1.985,1.985,1.985,1.985,1.985,1.985,1.984,1.985,1.986,1.986,1.986,1.986,1.985,1.985,1.985,1.985,1.984,1.984,1.984,1.985,1.985,1.985,1.986,1.986,1.987,1.987,1.986,1.987,1.988,1.989,1.988,1.988,1.988,1.988,1.987,1.987,1.986,1.986,1.986,1.987,1.987,1.986,1.986,1.985,1.985,1.985,1.984,1.984,1.984,1.985,1.985,1.983,1.982,1.982,1.983,1.982,1.981,1.98,1.98,1.982,1.982,1.981,1.981,1.982,1.982,1.982,1.982,1.981,1.98,1.981,1.981,1.981,1.982,1.981,1.981,1.981,1.981,1.98,1.98,1.981,1.981,1.982,1.981,1.98,1.98,1.98,1.98,1.979,1.979,1.98,1.98,1.98,1.98,1.98,1.98,1.98,1.98,1.98,1.98,1.981,1.981,1.981,1.981,1.981,1.98,1.981,1.98,1.979,1.979,1.98,1.981,1.981,1.981,1.982,1.982,1.982,1.982,1.982,1.982,1.983,1.982,1.982,1.982,1.981,1.982,1.983,1.982,1.982,1.982,1.982,1.983,1.983,1.983,1.983,1.983,1.983,1.983,1.983,1.983,1.982,1.983,1.983,1.982,1.982,1.982,1.982,1.981,1.98,1.981]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 2 --> 4
line [2.971,2.977,2.976,2.959,2.957,2.959,2.958,2.958,2.959,2.959,2.952,2.961,2.963,2.964,2.963,2.963,2.962,2.965,2.963,2.97,3.092,3.195,3.21,3.229,3.22,3.229,3.188,3.207,3.198,3.207,3.155,3.216,3.225,3.221,3.241,3.235,3.233,3.216,3.241,3.241,3.157,3.212,3.259,3.247,3.235,3.235,3.217,3.217,3.125,2.972,2.966,2.968,2.976,2.977,2.976,2.976,2.978,2.977,2.978,2.974,2.971,2.971,2.976,2.975,2.975,2.975,2.975,2.977,2.977,2.976,2.973,2.968,2.973,2.976,2.976,2.978,2.979,2.978,2.977,2.976,2.995,3.333,3.358,3.397,3.4,3.391,3.42,3.414,3.452,3.443,3.493,3.391,3.463,3.463,3.455,3.441,3.415,3.375,3.365,3.323,3.493,3.429,3.472,3.486,3.437,3.451,3.429,3.466,3.459,3.005,2.975,2.974,2.977,2.976,2.975,2.974,2.973,2.971,2.971,2.968,2.973,2.969,2.97,2.97,2.969,2.967,2.968,2.968,2.968,2.957,2.953,2.949,2.952,2.953,2.951,2.952,2.951,2.953,2.952,2.947,2.95,2.966,2.968,2.969,2.971,2.971,2.973,2.972,2.972,2.966,2.967,2.965,2.97,2.971,2.973,2.974,2.972,2.971,2.972,2.973,2.974,2.972,2.972,2.973,2.972,2.969,2.965,2.964,2.966,2.96,2.937,2.937,2.938,2.935,2.933,2.932,2.934,2.936,2.937,2.936,2.941,2.938,2.94,2.937,2.935,2.938,2.936,2.935,2.935,2.934,2.932,2.936,2.936,2.935,2.938,2.94,2.941,2.94,2.942,2.946,2.946,2.949,2.951,2.952,2.952,2.952,2.951,2.951,2.951,2.949,2.947,2.944,2.947,2.95,2.95,2.953,2.954,2.955,2.954,2.954,2.953,2.953,2.957,2.958,2.958,2.957,2.956,2.954,2.953,2.952,2.949,2.95,2.953,2.95,2.951,2.955,2.958,2.972,2.97,2.971,2.973,2.972,2.972,2.972,2.97,2.968,2.966,2.967,2.966,2.962,2.963,2.962,2.964,2.963,2.963,2.963,2.963,2.961,2.959,2.957,2.956,2.955,2.959,2.959,2.958,2.955,2.944,2.943,2.941,2.941,2.939,2.94,2.941,2.943,2.944,2.944,2.944,2.944,2.944,2.942,2.942,2.941,2.941,2.943,2.945,2.943,2.944,2.943,2.945,2.942,2.942,2.938,2.94,2.936,2.936,2.938,2.938,2.938,2.938,2.939,2.937,2.937,2.937,2.937,2.935,2.933,2.932,2.931,2.93,2.93,2.928,2.93,2.932,2.93,2.93,2.929,2.929,2.929,2.928,2.928,2.928,2.925,2.925,2.927,2.926,2.929,2.928,2.926,2.924,2.925,2.923,2.925,2.926,2.93,2.933,2.934,2.935,2.937,2.938,2.939,2.938,2.937,2.937,2.939,2.94,2.94,2.94,2.94,2.938,2.936,2.935,2.935,2.932,2.932,2.929,2.929,2.931,2.931,2.93,2.93,2.926,2.929,2.926,2.927,2.929,2.93,2.928,2.927,2.926,2.925,2.922,2.926,2.925,2.925,2.925,2.923,2.925,2.926,2.927,2.929,2.929,2.937,2.937,2.937,2.936,2.937,2.937,2.936,2.935,2.936,2.934,2.94,2.937,2.937,2.934,2.935,2.936,2.938,2.938,2.94,2.938,2.938,2.936,2.939,2.938,2.94,2.943,2.944,2.944,2.945,2.942,2.943,2.943,2.944,2.942,2.944,2.946,2.946,2.946,2.946,2.943,2.946,2.948,2.951,2.952,2.955,2.955,2.953,2.954,2.954,2.954,2.958,2.956,2.961,2.959,2.957,2.959,2.959,2.959,2.956,2.955,2.958,2.958,2.962,2.961,2.961,2.965,2.966,2.965,2.964,2.963,2.965,2.967,2.97,2.966,2.964,2.965,2.964,2.962,2.962,2.958,2.959,2.958,2.96,2.961,2.957,2.956,2.954,2.954,2.954,2.953,2.952,2.952,2.952,2.952,2.947,2.946,2.946,2.945,2.942,2.937,2.935,2.93,2.933,2.935,2.933,2.933,2.935,2.937,2.937,2.938,2.938,2.936,2.937,2.936,2.937,2.938,2.936,2.937,2.934,2.934,2.932,2.933,2.938,2.939,2.94,2.94,2.94,2.943,2.944,2.939,2.941,2.945,2.949,2.95,2.951,2.95,2.948,2.947,2.946,2.941,2.942,2.94,2.944,2.945,2.947,2.948,2.949,2.949,2.949,2.947,2.944,2.939,2.943,2.943,2.941,2.943,2.943,2.945,2.947,2.945,2.941,2.94,2.939,2.937,2.938,2.937,2.938,2.94,2.94,2.939,2.941,2.94,2.943,2.94,2.939,2.94,2.941,2.94,2.941,2.944,2.944,2.944,2.944,2.946,2.947,2.945,2.94,2.94,2.94,2.937,2.935,2.937]
|
🌋 Here are results of SLO test for xorm-query: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 88 --> 111
line [99.586,99.38,99.243,99.168,99.154,99.173,99.205,99.236,99.266,99.287,99.295,99.289,99.269,99.242,99.222,99.197,99.187,99.136,99.109,99.078,99.057,98.999,98.789,98.758,98.668,98.576,98.55,98.523,98.601,98.63,98.774,98.863,98.92,98.949,98.951,98.944,98.929,98.911,98.896,98.882,98.888,98.899,98.924,98.94,98.961,98.971,99.022,99.052,99.084,99.104,99.181,99.451,99.5,99.555,99.709,99.743,99.771,99.793,99.799,99.827,99.865,99.891,99.903,99.904,99.904,99.908,99.913,99.917,99.918,99.919,99.926,99.927,99.927,99.928,99.928,99.929,99.93,99.933,99.934,99.935,99.942,99.964,99.993,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.996,99.997,99.997,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.961,99.901,99.876,99.876,99.872,99.869,99.865,99.865,99.865,99.864,99.864,99.865,99.865,99.865,99.865,99.866,99.865,99.866,99.865,99.866,99.865,99.865,99.865,99.865,99.865,99.865,99.866,99.865,99.866,99.906,99.965,99.99,99.99,99.993,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.958,99.917,99.903,99.903,99.903,99.903,99.903,99.903,99.903,99.903,99.903,99.903,99.903,99.903,99.903,99.904,99.904,99.904,99.904,99.904,99.904,99.904,99.905,99.904,99.905,99.904,99.904,99.904,99.905,99.949,99.989,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.841,99.841,99.842,99.841,99.842,99.841,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.842,99.841,99.841,99.842,99.842,99.841,99.842,99.842,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.741,99.74,99.742,99.743,99.744,99.743,99.743,99.744,99.744,99.744,99.744,99.743,99.745,99.745,99.746,99.745,99.744,99.744,99.744,99.745,99.745,99.745,99.745,99.745,99.745,99.744,99.745,99.745,99.746,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 42 --> 111
line [59.396,58.894,57.862,56.72,56.271,55.504,55.625,55.957,55.51,55.298,54.107,53.934,53.106,53.195,53.075,52.272,51.742,51.309,50.462,50.379,49.758,49.715,48.822,49.012,48.245,48.082,47.714,47.664,47.458,47.654,47.905,48.053,48.066,47.634,48.462,48.504,48.014,48.351,48.095,47.413,47.186,46.998,46.97,46.669,47.071,47.339,47.331,47.893,47.995,47.97,47.963,48.715,48.737,48.701,49.109,49.866,51.19,52.75,53.837,55.267,56.757,58.946,61.18,62.128,62.305,62.915,62.752,62.894,64.32,64.839,65.225,65.583,66.838,66.909,67.4,68.714,70.271,71.449,72.145,73.352,73.958,74.333,75.25,75.124,75.658,75.4,74.946,74.333,73.46,73.218,72.401,71.372,70.353,71.168,71.312,72.457,73.142,72.435,72.41,72.537,72.614,72.15,72.141,71.734,70.991,69.503,68.902,68.833,67.883,68.055,68.048,67.537,68.923,69.12,69.814,70.884,72.056,73.362,74.079,75.071,76.132,77.505,77.841,78.779,79.404,80.496,81.828,82.871,83.997,85.135,86.309,87.319,88.335,88.741,89.79,90.9,90.982,91.576,92.073,93.154,94.41,94.844,94.521,93.629,93.419,93.271,93.267,93.409,93.366,93.457,93.646,93.629,93.382,92.117,91.583,91.432,90.989,91.04,90.912,90.742,90.711,91.228,90.397,90.769,90.42,90.566,91.284,89.934,89.551,89.47,88.538,88.857,89.594,87.876,88.112,88.136,88.187,88.21,88.116,88.142,88.248,88.499,89.724,90.19,90.439,90.867,90.938,91.026,91.284,91.432,91.614,92.821,93.08,93.522,93.928,94.248,95.663,96.058,96.292,97.372,97.698,97.664,99.549,99.338,99.2,99.029,99.038,99.044,99.04,99.036,99.041,99.103,99.199,98.472,98.154,98.163,98.171,98.171,98.173,98.166,98.176,98.167,98.181,98.172,98.168,98.171,98.167,98.163,98.172,98.181,98.294,98.457,98.623,98.631,98.798,98.789,98.79,98.791,98.794,98.795,98.804,98.802,99.515,99.656,99.652,99.653,99.654,99.654,99.653,99.652,99.477,99.019,98.148,98.164,98.161,98.168,98.172,98.171,98.166,98.165,98.177,98.216,98.244,97.512,96.394,95.984,95.201,94.816,94.609,93.935,93.768,93.055,92.294,91.506,90.263,89.773,89.292,88.758,88.153,87.727,87.394,87.589,85.989,85.644,84.919,84.58,83.94,83.552,82.787,82.58,82.332,81.711,82.306,82.551,82.532,83.359,83.141,82.769,83.213,82.62,82.942,82.85,83.486,83.429,83.491,83.729,83.919,83.979,84.457,85.405,86.127,87.624,87.917,88.632,88.857,89.464,89.837,90.576,90.745,90.987,91.978,92.158,92.954,93.386,93.471,93.882,94.666,94.77,95.493,95.99,96.988,96.962,97.394,97.763,98.091,98.284,98.838,99.137,99.131,99.134,99.133,99.13,99.126,99.129,99.129,99.13,99.127,99.13,99.128,99.129,99.129,99.135,99.135,99.13,99.193,99.191,99.19,99.199,99.201,99.206,99.254,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.827,99.206,99.206,99.205,99.207,99.203,99.205,99.212,99.212,99.21,99.212,99.208,99.212,99.211,99.208,99.207,99.207,99.211,99.21,99.206,99.209,99.204,99.202,99.206,99.171,98.967,98.824,98.83,98.837,99.008,99.59,99.586,99.589,99.588,99.59,99.589,99.588,99.588,99.589,99.588,99.59,99.587,99.588,99.588,99.588,99.588,99.588,99.588,99.588,99.587,99.59,99.588,99.585,99.622,99.828,99.966,99.966,99.966,99.966,100,99.687,99.371,99.238,99.239,99.238,99.24,99.243,99.243,99.243,99.235,99.231,99.231,98.988,98.895,98.897,98.893,98.893,98.895,98.895,98.889,98.892,98.896,98.896,98.897,98.892,98.857,98.333,98.114,97.705,98.021,98.298,98.412,98.416,98.421,98.424,98.424,98.421,98.414,98.429,98.438,98.44,98.673,98.764,98.762,98.765,98.771,98.769,98.771,98.773,98.771,98.768,98.766,98.767,98.772,98.806,99.315,99.525,99.966,99.966,100,99.931,99.931,99.896,99.896,99.896,99.897,99.897,99.897,99.897,99.896,99.897,99.897,99.897,99.897,99.896,99.896,99.896,99.897,99.897,99.897,99.896,99.896,99.896,99.896,99.897,99.897,99.896,99.896,99.897,99.966,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 631 --> 1115
line [701.444,730.133,763.851,799.041,833.52,868.167,902.004,936.92,973.538,996,1013.103,999.517,995.586,991.242,996.793,996.034,992.517,989.759,994.621,995.103,987.552,974.724,976.724,979.828,962.69,953.759,943.793,938.69,926.483,926.414,922.172,912.759,900.517,895.793,884.655,878.345,869.241,858.02,849.207,838.759,843.517,842.655,840.087,829.276,823.069,824.103,817.655,811.069,809.448,807.759,808.414,797.379,793.448,790.345,793.276,803.621,812.276,818.172,823.069,835.414,843.414,852.793,856.103,864.448,866.103,866.138,867.706,876.172,882.897,889.724,890.379,896.621,903.448,915.241,915.552,922.552,931,930.448,937.241,949.517,958,970.379,980.276,983.69,982.31,980.483,978.655,979.517,976,980.034,983.862,984.862,982.207,985.379,992.862,1000.138,999.966,998.483,998.345,1003.413,998.035,1000.138,996.034,997.345,995.31,993.69,995.69,996.517,1001.138,995.552,983.483,973.31,972.759,971.552,968.724,970.517,969.379,970.172,970.276,967,965.759,969.793,971.69,971.552,971.793,974.724,971.655,974.345,969.342,976.101,968.724,970.586,969.517,972.517,972.069,971.379,975.897,971.448,976.034,987.138,993.759,994.138,995.621,997.517,998.241,999.621,1000.448,999.345,999.655,998.31,998.966,993.621,991.724,991.759,990.517,992.483,988.448,990.276,989.931,995.517,993.172,989,991.241,985.483,986.172,981.103,985.138,984.448,984.172,980.759,976.931,953.379,924.621,927.276,926.069,926.31,925.241,922.517,920.828,920.552,927.931,927.759,925.552,926.793,927.379,930.586,930.759,930.448,931.103,930.103,937.172,931.897,940.483,938.138,940.793,937.903,937.655,938.241,945.621,949.862,969.655,996.31,993.931,989.484,989.931,990.759,996.241,999.586,999.483,994.897,997.276,995,992.207,990.31,988.724,993,992.414,991.31,994,990.931,993.69,991.897,994.586,992.345,991.172,993.448,991.518,990.517,991.759,996.897,999.931,993.069,997.138,996.345,995.759,993.759,993.931,994.414,997.724,996.759,999.759,995.862,992.655,994,990.724,992.276,992.103,992.172,991.517,988.759,989.69,987.69,985.862,990.275,988.069,989.964,991.414,992.586,990.138,989.483,995.966,992.931,978.621,972.382,968.69,961.828,957.517,955,948.138,943.931,946.345,940.034,931,922.517,917,908.966,907.423,905,901.345,892.897,888.69,884.103,878.483,869.517,867.31,858.724,852.966,846.828,841,836.276,831.241,841.379,835.845,834.586,835.586,830.897,827.621,836.517,832.586,832.034,834.897,836.517,837.207,837.517,838.207,838.742,834.345,835.31,844.517,853.103,859.414,862.172,870.552,873.655,879.241,885.034,894.034,900.724,905.172,913.586,916.241,927.586,926.483,933,943.517,947.931,949.655,958.241,960.552,966.517,967.069,959.241,960.483,974,975.034,984.103,989.828,988.103,983.793,987.034,985.483,984.483,981.931,984.172,983.759,984,981.862,983.448,983.414,983,982.586,988.759,985.379,982.31,979.172,979.034,978.138,983.241,983.966,990.552,1005.31,1007.483,997.966,995.103,994.448,996.034,999.69,999.828,997.207,997.069,1002.517,1002.759,999.897,998.034,1000.138,1000.138,1000.655,1000.793,1001.276,1000.759,1000.276,1002.759,1000.759,997.379,995.345,996.862,997.552,997,997.345,995,996.759,1001.069,1000.931,1001.828,999.862,997.207,999.172,1000.276,999.034,997.517,996.759,999.862,998.759,997.552,998.862,993.655,995.759,998.069,997.172,996.448,995.345,998.517,1004.483,1000.241,1003.483,999.241,1003.793,1002.069,1004.103,1003.379,1002.759,1002.724,1001.931,1002.517,1004.586,1001.414,1001.828,1003.724,1001.759,1002.586,1001.483,1004.276,1000.621,1000.724,1005.172,1001.241,998.103,1002.034,1001.207,1003.621,1003.897,1002.103,1006.034,997.69,992.966,984.448,989.552,988.726,987.448,989.483,990.828,992,990.241,983.207,985.414,980,984.586,989.069,988.966,987.655,987.621,989.345,989.655,986.069,986.724,988.207,987.207,989.655,986.69,984.414,983.759,979.931,988.034,993.897,998.069,992.552,993.861,997.172,996.241,998.069,996.931,994.724,1001.862,999.586,1006.172,1001.069,997.034,997.138,998.414,1000.966,999.655,1000.517,1000.897,1001.345,999.966,998.241,999.552,1001.621,1002.931,1002.034,1006.931,1005.966,1001.828,994.138,993.034,994.793,993.655,994.966,994.379,994.345,997.517,994.724,998.207,993.276,996.207,996.103,996.483,996.724,993.483,994,994.103,995.931,997.069,994.655,993.69,993.207,992.793,993.172,998.655,996.793,992.586,994.414,1003.172,1004.517,1005.448,1003.966,996.793,999.483,1001.897,1000.655,999.034,999.655,1003.241,997.931,991.828,992.276,995.966,997.172,999.034,998.276,998.345,996.517,1000.207,998.517,995.103,996.379,999.345,997.793,998.862,999.31,1000.448,1000.793,998.931,996,996.207,1003.621,997.207,992.517,995.69,999.103,996.931,995.655,1000,1005.275,1003.241,1001.172,1000.828,999.345,999.483,957.737]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 56 --> 112
line [62.256,64.589,67.277,70.143,72.482,75.733,78.634,81.151,84.436,86.241,88.586,87.207,87.147,86.336,86.357,85.759,86.103,85.621,85.828,86.517,85.517,84.552,84.897,85.483,84.483,84.483,84.483,84.862,84.793,85.241,85.586,85.897,85.586,86.724,86.31,86.448,86.828,86.781,86.897,84.655,86.379,86.138,86.492,86.448,86.517,87.483,87.207,87.552,87.724,87.483,88.862,88.552,88.724,88.931,88.966,89.897,89.862,90.276,90.31,91.655,91.862,92.897,92.379,92.69,92.759,92.517,92.496,92.931,94.517,94.345,94.103,94.379,94.103,95.034,95.621,96,96.621,95.655,96.931,97.31,96.793,96.862,96.552,97.31,96.897,97,96.345,97,96.276,95.793,95.207,95.517,96.655,96.517,97.241,97.276,97.448,96.448,96.862,97.3,97.197,97.69,96.793,96.862,95.69,95.655,96.138,96.034,96.414,96.069,95.724,96.448,95.759,96.034,96.414,96.759,96.621,96.828,97.379,97.655,97.517,97.034,97.103,97.172,97.276,97.241,97.724,98.241,97.838,98.596,97.724,97.897,97.552,98.31,98.621,98.517,98.276,98.655,99.621,100.241,99.931,99.655,99.448,99.586,99.034,99.931,99.862,99.931,99.793,100.138,99.862,99.586,99,98.862,99.138,99,98.345,98.517,98.655,99.448,99.862,98.276,99.828,98.241,98.621,98.69,97.724,99,98.345,98.241,98.379,97.483,95.103,96.414,95.724,95.621,96.034,95.931,95.172,95.379,96.241,96.241,96.31,96.31,96.655,97.034,97.414,96.828,96.931,96.586,97.862,96.552,98.172,97.414,98.241,98.3,97,97.966,98.586,98.414,98.862,100.379,99.379,98.955,99.103,99.483,100.414,101,100.621,100.172,100.724,99.931,99.069,99.31,99,99.483,99.897,99.897,100.034,99.655,100.207,99.724,100.448,99.966,99.759,99.931,99.71,99.483,99.966,100.483,101.034,100.552,100.183,100.759,100.414,99.655,99.724,99.793,100.103,100.138,100.931,100.759,99.621,100.172,99.138,99.483,99.586,99.69,99.517,99.138,98.931,98.379,98.655,99.528,99.379,99.772,100,99.897,99.655,99.621,100.276,100.517,98.172,97.024,97.552,97.034,96.276,96.448,95.31,95.517,96.276,95.828,94.862,95,94.552,92.724,93.059,93.552,93.138,93,93.552,92.517,91.31,90.793,91,89.897,89.966,89.517,89.345,89.276,89,91.069,90.63,90.31,90.414,90.759,89.793,91.655,90.379,90.276,90.966,91.483,90.621,90.517,91.069,91.561,90.276,90.828,92.069,92.379,93.207,93.897,94.172,94.034,94.69,94.586,95.345,95.862,95.759,96.414,95.862,97.172,96.414,96.448,97.172,98.069,97.621,98.897,98.69,98.897,98.448,97.621,97.931,100.207,99.345,100.483,100.862,99.931,99.241,99.517,99.379,99.138,98.621,98.966,99,99.138,98.724,99.069,98.897,99,98.931,99.655,99.69,99.103,98.276,98.034,97.897,99.069,99.241,99.862,101.655,101.31,99.345,99.069,99.069,99.069,99.724,99.69,99.414,99.541,100.379,100.517,99.793,99.828,100.034,99.931,99.897,100.345,100.345,100.103,99.931,100.414,99.966,99.931,99.414,99.931,99.828,99.759,100.034,99.483,99.793,100.655,100.655,100.448,100.586,100.103,100.586,100.552,100.148,100.034,100,100.552,100.345,99.931,100.241,99.621,99.448,99.862,99.828,100.172,99.69,100.207,100.793,100.759,100.828,100,100.69,100.414,100.828,100.759,100.448,100.483,100.69,100.448,100.828,100.276,100.379,100.483,100.379,100.414,100.483,100.448,100.379,100.31,100.966,100.345,99.793,100.276,100.034,100.517,100.586,100.69,100.828,99.483,99.241,98.655,99.552,99.71,99.552,99.862,100.172,100.276,100.172,99.103,98.586,98.621,98.793,99.897,100.034,99.724,99.724,99.828,99.828,99.345,99.552,99.966,99.931,100.069,99.621,99.517,99.276,98.724,100.69,101.069,101.31,99.897,100.152,100.483,100.655,100.655,100.483,100,100.966,101.517,101.655,101.379,100.414,100.31,100.517,101,100.828,101,101.138,101,100.793,100.586,100.69,101.069,101.103,100.71,101.621,101.034,100.517,99.414,99.483,99.724,99.379,99.828,99.931,100,100.552,100.103,100.448,99.724,100.379,100.276,100.207,100.241,99.724,99.931,99.931,99.966,100.621,100,99.31,99.759,99.655,99.69,100.566,100.379,99.552,99.897,100.586,101.103,100.793,100.931,99.621,99.724,100.172,99.828,99.793,99.931,100.621,99.552,98.828,98.828,99.586,99.966,100.103,99.966,100,99.724,100.345,100.517,99.586,99.517,100.207,100,100.207,100.345,100.483,100.69,100.172,99.862,99.759,100.69,100.172,98.931,99.655,100,99.69,99.379,100.276,100.821,100.69,100.448,100.172,99.862,100,95.863]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 296 --> 1100
line [1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,996.868,994.778,992.297,990.727,989.716,985.644,982.428,980.411,978.364,976.301,972.438,969.767,965.543,962.447,959.322,953.848,950.903,947.117,934.568,927.858,917.763,907.042,904.842,904.295,906.008,909.336,912.572,915.381,915.754,915.74,914.791,914.031,910.971,905.073,900.461,901.405,900.306,900.257,899.853,900.209,903.268,908.844,911.797,913.688,914.827,916.263,915.752,914.435,915.282,925.019,928.097,929.268,929.989,929.607,927.437,925.413,922.528,920.923,920.695,919.628,916.164,912.564,908.423,903.661,896.738,892.235,887.611,881.082,872.568,864.781,846.889,837.453,830.884,821.217,811.144,798.039,788.373,762.26,708.847,684.24,660.975,663.53,640.754,625.129,601.745,590.02,585.195,579.736,573.512,584.368,620.507,665.021,673.222,678.581,683.152,700.606,706.596,707.691,697.07,712.641,728.01,732.842,735.827,742.888,773.71,776.968,777.884,784.761,788.492,789.821,777.183,822.63,817.997,815.58,815.891,816.462,819.35,824.306,818.602,805.104,782.802,776.25,770.815,766.997,749.838,743.029,738.121,731.25,694.223,631.334,568.298,510.26,494.888,485.536,483.484,480.745,473.114,462.418,458.264,462.016,454.558,456.941,460.234,461.755,461.401,457.706,451.83,449.006,446.641,445.474,449.875,453.921,459.239,460.722,460.735,460.847,460.303,459.837,459.508,458.615,458.647,458.254,459.487,459.485,459.572,459.781,460.011,458.12,450.687,445.696,448.222,447.436,446.272,445.929,447.41,448.806,449.143,448.134,444.614,437.434,440.514,439.316,441.923,443.874,445.729,447.762,450.234,454.224,460.61,464.794,468.948,470.283,471.854,472.736,473.068,473.024,473.607,474.257,473.916,470.712,473.109,480.773,484.985,489.451,491.176,492.845,494.67,497.208,499.662,501.085,560.033,606.845,654.013,668.791,694.56,698.262,719.645,729.036,743.078,759.559,771.167,783.29,797.368,800.727,808.781,820.979,830.235,837.05,845.883,844.453,841.33,843.449,843.126,847.464,853.865,851.779,852.565,854.716,852.464,853.429,851.286,849.528,849.37,849.44,853.581,851.36,847.1,838.449,827.662,820.67,812.078,799.776,797.187,788.54,771.889,756.488,743.08,720.201,704.178,676.584,649.79,624.288,589.783,533.595,519.298,497.905,490.679,487.091,476.871,480.521,477.893,475.127,465.144,455.554,443.451,431.071,426.172,424.986,424.093,425.466,426.728,430.089,428.831,429.489,430.64,431.839,431.857,431.882,432.07,429.515,418.684,415.729,417.609,431.496,436.777,439.424,439.253,436.191,417.275,396.329,382.972,393.484,409.671,418.282,422.28,423.737,425.525,426.204,424.044,421.906,418.907,423.15,423.84,424.293,423.727,423.63,423.058,423.071,422.629,421.981,418.863,421.974,425.681,431.712,432.431,433.709,435.287,436.433,437.653,437.166,432.892,426.714,422.008,419.876,419.086,417.275,416.338,416.201,416.019,415.126,409.185,407.851,405.119,408.273,415.336,415.871,415.791,416.455,423.903,427.047,424.81,419.395,415.835,417.744,418.363,415.892,414.214,411.402,409.051,408.283,404.746,406.636,404.211,402.398,402.076,401.503,401.732,401.575,401.713,401.921,399.665,401.957,398.439,390.354,394.299,395.821,396.123,387.47,375.44,357.563,329.951,330.875,352.21,387.024,403.752,410.583,416.443,418.716,417.649,415.633,410.995,419.133,431.748,439.229,449.912,451.839,452.589,452.724,453.038,453.573,452.965,454.24,457.51,459.249,460.484,460.323,460.906,462.899,468.487,474.002,474.914,469.75,463.959,463.317,463.726,464.31,464.497,464.403,464.391,465.285,464.292,461.272,458.997,452.747,451.412,450.973,451.024,450.643,450.097,449.871,448.753,445.002,442.349,440.307,440.112,438.245,434.107,423.297,411.422,394.397,380.079,379.908,398.558,406.236,411.261,414.209,415.53,415.909,411.366,408.636,405.016,402.483,403.547,402.717,402.5,402.045,401.75,401.972,401.985,401.088,399.544,396.622,405.009,410.462,412.511,415.03,413.477,407.413,408.285,412.083,411.216,392.095,376.207,352.961,343.789,357.278,358.882,357.812,358.552,360.061,358.692,355.792,377.52,400.655,412.319,414.618,414.986,415.056,415.103,415.465,414.79,408.991,410.07,415.399,416.612,415.817,415.403,413.847,408.869,399.94,395.179,391.26,393.248,389.445,383.294,394.957,406.755,408.306,408.103,409.082,410.32,398.545,377.75,356.257,350.239,348.416,348.554,353.558]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 431 --> 1100
line [1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,982.243,967.827,954.605,908.155,889.183,891.992,838.547,854.556,871.047,882.576,880,873.721,861.62,851.206,837.397,830.143,831.964,871.465,895.92,901.03,901.024,901.024,900.594,900.543,899.892,897.079,896.132,896.219,897.022,896.742,897.539,897.931,897.148,895.136,885.934,864.879,851.761,847.118,823.323,821.661,822.654,824.199,823.478,820.521,804.649,774.187,732.684,730.578,744.752,763.644,769.072,777.235,783.387,805.596,833.614,862.53,902.784,911.644,917.187,918.627,918.312,918.447,919.196,919.956,917.658,912.335,912.667,937.545,968.587,979.803,996.686,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,994.404,977.953,943.763,945.356,932.914,921.502,897.069,872.314,824.92,754.375,742.511,741.63,742.07,742.841,744.493,745.633,745.524,745.087,746.397,747.511,748.052,747.727,747.944,745.671,713.293,700.769,694.588,744.264,775.76,787.1,786.655,779.562,734.428,587.36,495.681,499.867,613.844,684.978,706.098,712.052,712.849,712.45,710.06,709.661,709.438,715.059,715.588,716.992,714.862,713.583,713.583,714.272,714.764,713.386,704.184,710.2,736.458,788.908,788.428,790.822,793.729,795.103,795.734,794.303,780.091,750.723,714.976,690.335,681.974,682.105,683.684,684.079,684.211,682.105,674.324,677.688,674.73,677.162,698.99,697.475,700.126,714.015,733.946,738.517,731.341,695.503,623.729,625,642.473,633.702,632.044,628.212,627.388,623.011,604.167,582.862,581.132,581.013,580.538,580.063,580.538,580.38,580.063,580.222,575.16,580.854,577.848,543.103,552.041,546.259,530.236,499.59,498.339,492.695,484.339,479.01,485.433,499.478,644.331,670.43,683.031,681.865,680.699,676.963,672.207,684.715,737.065,785.461,816.318,832.567,832.766,833.432,833.923,833.702,832.715,833.754,839.04,848.592,850.265,849.601,850.465,853.166,886.584,905.761,923.892,914.362,899.689,888.682,891.703,894.386,894.345,894.345,894.609,895.57,895.417,886.036,870.992,851.648,837.87,837.611,837.166,835.64,836.012,835.64,835.342,829.552,815.185,813.18,812.925,811.99,808.247,744.838,669.926,498.669,491.933,488.085,498.026,557.5,615.11,644.571,645.98,645.729,641.919,622.594,619.22,620,619.489,619.892,620.161,620.027,622.043,621.237,621.237,621.102,618.548,620.968,648.241,678.881,679.224,680.568,677.727,670.814,673.605,684.193,692.965,600.552,496.239,487.079,483.738,484.837,485.097,484.901,485.173,485.278,484.826,484.369,487.453,497.357,559.756,558.079,557.47,558.079,557.927,559.146,556.402,517.384,499.108,543.354,554.294,555.215,554.294,550.926,526.948,498.478,497.233,496.81,496.419,495.768,494.551,498.409,577.485,592.697,593.961,595.225,591.573,562.275,494.775,487.402,487.099,487.113,487.087,488.04]
|
🌋 Here are results of SLO test for xorm-table: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 0 --> 1
line [0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0.299,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 82 --> 111
line [91.89,92.268,92.615,92.93,93.219,93.488,93.731,93.961,94.171,94.369,94.905,97.868,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.828,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.688,99.379,99.379,99.379,99.38,99.379,99.379,99.379,99.38,99.379,99.379,99.379,99.38,99.38,99.38,99.379,99.379,99.38,99.379,99.38,99.379,99.379,99.38,99.379,99.379,99.379,99.38,99.38,99.383,99.691,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,99.931,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.069,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 12 --> 39
line [35.041,34.965,34.895,34.832,34.773,34.72,34.67,34.625,34.582,34.586,13.76]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 62 --> 114
line [69.807,73.139,76.505,79.837,83.169,86.535,89.833,93.2,96.498,99.831,102.835,103.172,101.655,100.103,100,100.103,100.034,99.966,99.931,99.793,100.034,99.966,100,100.069,100,100.034,100.034,100.034,100,99.448,100.069,100.034,100.034,100.034,99.966,99.966,99.966,100,100.034,99.966,100.034,99.966,100,100,100,99.966,100,100.069,100.207,100,100.069,99.931,100.034,99.966,100,100.034,100,100,100.552,100,99.931,99.966,100,99.966,100.034,99.966,100.034,99.966,100,99.966,100,100,99.966,99.931,100,100.034,100.034,100,99.966,99.966,100.103,99.966,100,99.966,99.966,100,100.034,100.034,99.931,99.931,99.793,99.931,100.069,100,100.069,99.966,100,100,100,100,100.034,100,100.069,100,100,100,100,100,100.034,99.966,100.034,100.034,100,100,100,100,100.034,100.034,100.103,100.241,100.034,100,100.034,100,100.034,100.034,100.034,100.034,100.034,99.966,100,100,99.966,99.966,99.966,99.966,99.966,100,100,99.966,100,100,100,99.966,99.966,100,100.034,100,99.966,100,99.345,99.483,99.966,100,99.966,100.034,99.966,99.966,100,100.034,99.966,100,100,100.034,100.034,100.034,99.966,99.931,100.034,99.897,100.034,100,100,100.034,100,99.966,100,100.034,100.034,100.586,100.483,100.034,99.966,100,99.966,100.034,100.034,100,99.966,99.966,100.069,100,100,100,100.034,100.034,100.103,99.966,100.069,99.897,99.966,99.966,100,99.966,100.034,100,99.966,99.966,100.069,100.034,99.966,100.034,100.034,100,100,99.966,100,100.034,100.069,99.966,100,100,99.966,100,99.931,99.966,100.034,100,100.103,100.069,100,99.966,100.034,100,100.034,100.034,100,100,100,100.034,99.966,99.931,100,99.966,100,100.034,99.966,100,100.034,100.034,100,100.034,99.966,100.069,100,99.966,100,99.966,99.966,100.034,100,99.966,99.966,99.966,100,100.034,99.966,100,100,100.034,100.069,100,100,100,99.966,100.034,100,99.966,100,99.966,100,100.034,99.966,100.034,100,100.034,100.034,100,100.034,99.966,100.034,100,99.966,99.966,100,100,99.897,99.966,99.966,99.931,99.966,100.034,99.966,99.966,100,100,100,100,100,100,100,99.966,99.966,100,100,99.966,100,100,100,99.862,100.034,100.069,100,99.966,100,100.034,100,100.034,100.034,100.069,99.966,100.034,100.069,99.897,100,99.966,99.966,99.966,100,100,100.034,100.034,100.034,100,100,100.034,100,100.034,100.103,99.966,99.931,99.897,100.034,100,100.069,100.034,99.966,100.034,100,100.034,99.862,100,100.103,100,100.069,100,100.034,99.966,100,100,99.862,99.966,100,100.034,100,99.966,100,100,99.966,100.069,100.034,99.966,100,100,99.966,100,99.966,100,100,100.138,100,99.897,100,99.931,100,100,99.966,99.966,100,100.103,100,99.966,99.966,99.966,99.966,100,100,100,99.897,100.103,100,100.034,100,99.966,100,100,100,99.897,100,99.966,100.103,100,100.034,99.966,100.034,100.069,99.966,100,100,100,100.034,100,99.897,100.069,100,100,100.034,100.069,99.966,99.966,99.931,100,100.034,100,100.034,100,100.103,100.034,100.034,99.966,100.034,100.034,100.034,99.931,100.034,100.034,100,100,100.034,99.966,100,100.138,100,99.966,100,100,99.966,100,100.034,100.069,99.966,100.034,100.034,99.966,100,99.931,100,99.966,100,99.966,99.931,100,100,100,100,100,100,99.966,100.034,100.034,100,100,100.069,100.034,100.034,100.069,100.034,100.034,100,100,100,99.931,100,99.931,100.034,100,99.966,99.931,100,100.034,100,100.034,99.966,100.034,100,100,100.034,99.966,100,99.897,100,99.862,100,100,100,100,99.931,100,100,100,100.069,100,100.069,100.034,99.966,99.966,100.069,100,100.034,100,100,100,99.931,100,100.034,100,100,99.966,100.103,100,100.138,100,100,99.966,99.966,100,100,100,100,99.966,99.966,99.966,100,100,100.034,100,100.034,99.931,100.034,100.034,100,100.069,100,99.897,99.966,100.034,100.034,99.966,99.966,96.759]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 0 --> 1100
line [1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,1000,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 43 --> 1100
line [1000,1000,982.084,958.422,934.805,910.996,887.685,863.942,840.689,817.229,794.164,453.684,145.567,85.241,80.858,78.777,76.868,74.247,72.834,73.844,71.285,71.957,70.892,69.433,69.307,67.183,65.92,65.154,63.314,60.671,62.891,63.983,59.981,59.981,60.019,59.417,59.11,59.701,58.442,57.5,56.077,56.118,56.452,56.452,56.452,57.5,57.48,57.441,54.496,49.895,49.789,49.792,49.823,49.717,49.68,49.643,49.624,49.587,49.326,48.65,48.469,48.421,48.344,48.282,48.298,48.357,48.325,48.197,48.232,48.181,48.203,48.237,48.259,48.297,48.402,48.303,48.366,48.336,48.363,48.343,48.361,48.37,48.389,48.387,48.393,48.396,48.418,48.483,48.496,48.62,49.455,49.79,49.928,49.965,50.372,52.02,52,50.82,51.22,51.22,51.98,52.381,53.45,49.983,49.983,49.896,49.88,49.83,49.83,49.778,49.76,49.724,49.879,49.914,50,50,49.928,49.946,49.835,49.032,48.703,48.56,48.614,48.536,48.554,48.588,48.583,48.627,48.696,48.57,48.584,48.551,48.592,48.606,48.619,48.619,48.679,48.745,48.747,48.788,48.809,48.649,48.71,48.609,48.607,48.71,48.675,48.664,48.578,48.531,48.955,49.814,59.304,62.019,65.338,65.907,65.023,65.951,67.094,68.931,70.63,71.481,72.5,72.482,72.677,72.083,72.12,72.138,72.284,72.156,73.97,73.81,73.81,73.613,73.63,73.647,73.63,73.97,74.487,70.321,55.038,49.738,49.836,49.718,49.851,49.865,49.715,49.701,49.589,49.443,49.343,49.245,49.246,49.292,49.368,49.381,49.365,49.316,49.352,49.332,49.297,49.397,49.527,49.512,49.528,49.529,49.512,49.513,49.415,49.382,49.375,49.136,49.295,49.141,49.146,49.142,49.081,49.041,49.058,49.091,49.121,49.103,49.112,49.052,48.965,48.96,48.937,48.912,48.899,48.996,48.947,48.814,48.813,48.821,48.845,48.83,48.842,48.871,48.842,48.822,48.78,48.594,48.649,48.666,48.741,48.753,48.793,48.797,48.807,48.824,48.831,48.763,48.759,48.861,48.87,49.006,49.028,48.916,48.789,48.746,48.757,48.825,48.929,48.922,48.944,48.878,48.867,48.934,48.967,49.064,49.08,49.118,49.137,49.172,49.202,49.205,49.25,49.305,49.305,49.348,49.355,49.521,49.443,49.448,49.291,49.273,49.266,49.344,49.389,49.49,49.388,49.257,49.259,49.275,49.307,49.305,49.213,49.299,49.252,49.239,49.304,49.354,49.307,49.329,49.472,49.459,49.365,49.338,49.361,49.386,49.282,49.299,49.284,49.332,49.467,49.544,49.486,49.578,49.5,49.568,49.835,49.836,49.836,49.882,49.955,52.598,50.68,50.663,50.325,49.91,49.808,49.925,50.308,49.928,49.941,49.971,52.003,51.03,50.342,50.342,49.984,49.999,49.999,49.88,49.881,49.895,49.837,49.895,49.864,49.689,49.838,50.052,50.663,49.956,49.868,49.927,49.957,49.926,49.926,49.985,49.827,53.226,51.617,51.342,51.633,49.941,52.286,54.418,55.521,57.849,59.096,60.235,61.497,62.874,62.694,63.832,64.778,66.589,66.6,66.408,64.766,68.255,69.079,68.943,68.538,68.667,69.225,69.214,69.742,70.826,67.209,67.842,68.527,68.122,69.079,67.955,67.672,67.523,67.056,66.393,65.366,66.202,65.208,66.521,64.689,63.889,61.765,62.032,62.671,62.982,58.857,58.125,56.886,56.379,55.28,55.28,54.717,54.764,52,50.702,50.969,49.924,51.334,50.362,49.999,49.937,49.893,49.969,50.345,53.548,51.661,52,51.402,54.686,53.247,54.14,52.906,49.983,51.014,49.925,49.881,49.955,50.663,50.68,53.51,55.247,53.478,53.21,54.098,54.13,56.31,54.098,52.906,52.955,55.777,54.953,52.922,51.342,49.894,49.863,49.754,49.796,49.657,49.671,49.558,49.556,49.571,49.647,49.711,49.66,49.675,49.704,49.704,49.553,49.517,49.488,49.633,49.585,49.632,49.497,49.57,49.65,49.599,49.581,49.566,49.514,49.532,49.532,49.478,49.528,49.411,49.431,49.417,49.465,49.447,49.378,49.161,49.176,49.211,49.242,49.168,49.186,49.122,49.075,49.138,49.097,49.146,49.107,49.256,49.216,49.233,49.244,49.127,49.271,49.293,49.379,49.433,49.438,49.418,49.416,49.463,49.56,49.736,49.736,49.736,49.755,49.674,49.624,49.592,49.553,49.536,49.607,49.604,49.572,49.486,49.486,49.411,49.329,49.297,49.199,49.234,49.241,49.226,49.239,49.164,49.113,49.098,49.176,49.155,49.09,49.095,48.931,48.948,48.952,48.963,48.945,48.928,48.88,48.872,48.815,48.776,48.891,48.881,49.01,48.973,49.027,49.007,48.972,49.015,49.064,49.094,49.098,49.095,49.099,49.163,49.196,49.196,49.239,49.301,49.24]
|
🌋 Here are results of SLO test for gorm-query: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100.003,99.993,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100.007,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,99.997,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,99.997,99.997,99.997,99.997,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.993,99.993,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100.003,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,99.997,100,100,99.997,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,100,100,100,100,100,100,100,100.003,100,100,100,99.997,100.003,100,100,100.003,100,100]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.793,99.828,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.896,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,99.897,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.965,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.862,99.897,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 805 --> 1108
line [894.609,927.908,961.275,994.574,1000.069,1000,1000.034,1000,1000.034,1000.103,1000,1000,1000.034,1000.069,1000,1000,1000,1000,1000.034,999.897,1000.034,999.586,1000.034,1000,1000.138,1000.103,999.966,1000,1000,998.448,1000.069,999.828,999.862,1000,1000,1000,1000.034,1000.034,1000,1000,1000.034,999.862,1000,1000,1000,1000,1000,1000,1000.069,999.966,1000.517,1000,999.966,1000,1000.034,1000.069,1000.069,1000,1001.586,1000,1000.241,1000.207,1000.034,1000.069,1000.069,1000,1000,1000.034,1000.034,1000,1000.172,999.966,1000.034,1000.034,1000.034,1000.034,1000.069,1000.069,1000.069,1000.069,1000.034,1000.069,1000.034,1000.069,1000,999.966,1000.069,1000.034,1000,999.966,993.448,999.897,999.931,999.966,999.966,1000,999.828,999.966,1000,1000,1000.069,1000,1000,1000,1000,999.931,1000,999.966,999.966,1000,1000,999.931,999.966,1000.034,1000,999.966,999.966,1000,1000,1006.552,1000.103,1000.034,999.966,1000.034,999.966,1000.172,1000.034,999.966,1000,1000,999.966,1000,1000,1000,1000.034,1000.034,999.966,1000,999.966,999.759,999.966,1000,1000,999.966,1000,1000,1000,1000,999.966,1000,998.793,1000.034,999.966,1000.034,1000,1000,1000.034,1000,1000,1000,1000.034,1000,999.931,1000,999.966,1000.069,1000.034,1000.069,1000.241,1000.069,1000.034,999.931,1000.069,1000,1000.034,999.931,1000.034,1000.069,999.966,1001.207,1000,1000.034,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000.103,1000,1000,1000.103,1000,1000.034,1000.034,1000,999.966,1000.069,1000.034,1000,1000.034,1000,1000.034,999.966,1000.103,999.966,999.897,1000,1000,1000,999.655,999.897,999.966,999.966,1000.034,999.966,999.931,999.966,1000,1000,999.897,1000,999.897,999.931,999.931,999.966,1000,1000.034,1000.034,1000.069,1000,1000.034,1000.069,1000.034,1000.069,1000.103,1000.103,1000.069,1000.069,1000.379,1000.103,999.931,1000.069,1000.034,1000.069,1000.103,1000.034,1000.034,1000.069,1000.103,999.966,1000.138,1000.103,1000.103,1000.103,1000,1000,999.931,1000,1000.034,1000,999.966,1000,999.793,1000.069,1000,1000.034,1000.034,1000.034,1000.034,1000.172,1000,1000,1000.034,1000,1000.034,1000,1000,1000.034,1000.069,1000,1000,1000.034,1000.034,1000,1000.034,1000,1000,1000.034,1000,1000.034,1000.034,1000.241,1000,1000.034,1000,1000,1000.034,1000.034,1000,1000.034,1000.034,1000,1000.034,1000,1000.069,1000.069,1000.034,1000.069,1000.034,1000.069,999.966,1000,1000.034,1000.034,1000.138,1000.069,1000,1000.069,1000.034,1000,1000.034,1000,1000,1000.069,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000.034,1000.069,1000.034,1000,1000,1000.034,1000.034,1000.034,1000,1000.069,1000.034,1000.034,1000,1000,1000,1000.034,1000,1000.034,999.966,1000,1000.034,1000.034,999.793,1000,999.931,999.966,1000,1000.034,1000,1000,999.931,999.966,999.931,1000.034,999.897,1000,1000,999.897,999.966,1000,999.966,1000,1000,999.966,1000,1000,999.862,1000.103,1000.034,1000,999.966,1000.207,1000,1000.069,1000.034,1000.069,1000.034,1000.034,1000.034,1000.103,1000.034,1000.138,1000.034,1000.172,1000.034,1000.069,1000.172,1000.103,1000.069,1000.069,999.966,1000.069,1000.103,1000,1000.069,1000.207,1000.034,1000,1000.034,1000.069,1000.034,1000.034,1000.069,1000.069,1000,999.966,1000.034,1000.034,1000,1000.069,1000,999.966,999.966,1000.034,999.897,999.931,1000,1000,1000.034,1000.138,1000,999.931,1000.069,1000,999.966,1000,1000.034,1000.034,1000.034,1000,1000,1000,1000,1000.034,1000.069,1000,1000.034,1000,1000,999.966,1000.034,1000.069,999.897,1000.103,1000.069,999.966,1000.034,1000,1000,1000.034,1000.069,1000.069,1000.034,1000.069,999.862,1000.034,1000.034,1000.034,1000,1000.034,1000.034,1000.034,999.966,1000,1000.034,1000,1000.034,999.966,1000.034,1000,999.931,1000.138,1000.034,1000.034,1000.069,999.966,1000,1000,1000,1000,999.931,1000,999.966,1000.138,999.897,1000.069,1000.034,1000.069,1000.069,1000,1000,1000.034,1000.034,1000,1000,999.966,1000.069,1000.034,1000.069,1000.069,1000,1000,1000,999.897,1000.069,1000.034,1000,1000,1000.034,1000.034,999.966,1000,1000.034,1000.138,999.931,999.966,999.966,1000,1000,1000.034,999.966,999.966,1000,1000,1000.069,999.966,1000,999.828,1000,1000.034,1000,1000,1000.103,1000,999.828,1000,1000,1000,1000,1000.069,1000.034,1000,999.966,1000.034,1000.034,1000,1000,1000.034,999.966,1000,1000,1000,1000,1000,1000,1000,1000.103,1000.034,999.966,1000,1000,999.966,999.931,963.971]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 80 --> 111
line [89.452,92.785,96.118,99.451,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,99.966,100,99.828,100,100,100.034,100,100,100,100,99.897,100,99.966,99.966,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100.034,100.034,99.966,100.172,100,100,100,100,100,100,100,100.103,100,100.034,100.034,100,99.966,100,100,100,100,100,100,100.034,99.966,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,99.517,100,100.034,100,100,100,99.966,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.483,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,99.966,100,100,99.966,99.966,100,100,100,100,100,100,100,100,100,99.828,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100.034,100,100,100.034,100.034,100,100,100,100,100,99.966,100,100,100,100.172,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,99.966,100,100,100,100.034,99.966,99.966,100,100,100,99.931,100,100,99.966,100,100,100,100,99.966,100,99.966,100,99.966,99.966,99.966,99.966,100,100,100,100.034,100,100,100,100,100.034,100.034,100,100,100,100.069,100,99.966,100.034,100,100,100,100,100.034,100,100.034,99.966,100.034,100.034,100.034,100.034,100,100,100,100,99.966,100,100,100,99.966,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,99.966,100,100.034,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,99.966,100,99.966,100,100,100,100,100,100,100,100,100,99.966,100,100,99.966,100,100,100,100,100,100,100,100,99.966,100.034,100,100,100,100.034,100,100.034,100,100,100,100,100,100,100,100,100,100.034,100,100,100.034,100,100,100,99.966,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,99.966,100,100,100,100,100.034,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100.034,100,100,100,100,100,100,100.034,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100.034,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,96.418]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 3 --> 10
line [7.445,7.688,7.48,7.387,5.923,5.925,5.916,5.924,5.939,5.734,5.227,5.582,5.589,5.59,5.612,5.601,5.481,5.519,5.482,5.631,5.26,5.583,5.688,5.649,5.606,5.569,5.586,5.575,5.588,5.736,6.557,6.573,6.673,6.673,6.669,6.682,6.638,6.632,6.625,6.611,6.324,6.344,6.417,6.388,6.401,6.391,6.326,6.311,6.188,6.236,5.96,5.866,6.021,6.024,6.057,6.009,6.004,5.989,5.861,4.733,4.726,4.679,4.746,4.771,4.777,4.8,4.796,4.767,4.783,4.758,4.747,4.677,4.812,4.804,4.791,4.799,4.784,4.778,4.733,4.682,4.7,4.593,4.707,4.677,4.685,4.679,4.687,4.683,4.684,4.642,5.206,6.743,6.805,6.807,6.819,6.833,6.857,6.876,6.909,6.907,7.011,6.961,7.032,7.063,7.082,7.095,7.112,7.13,7.132,7.148,7.267,7.232,7.283,7.295,7.34,7.343,7.353,7.368,7.384,6.583,5.207,5.114,5.192,5.205,5.171,5.225,5.248,5.189,5.189,5.06,5.075,4.985,5.058,5.048,5.056,5.084,5.088,5.082,5.112,4.971,5.121,5.158,5.201,5.14,5.147,5.156,5.181,5.157,5.161,5.052,5.352,6.19,6.368,6.358,6.333,6.253,6.252,6.193,6.11,6.014,5.958,5.875,5.901,5.87,5.803,5.776,5.731,5.671,5.559,5.35,5.176,5.141,5.213,5.16,5.067,5.013,4.988,4.947,5.129,4.88,4.301,4.167,4.203,4.182,4.217,4.205,4.237,4.237,4.265,4.247,4.229,4.227,4.25,4.254,4.249,4.27,4.267,4.261,4.279,4.255,4.248,4.308,4.626,4.862,5.023,5.329,5.757,5.813,5.97,6.134,6.314,6.624,6.83,6.946,7.029,7.129,7.223,7.286,7.378,7.448,7.535,7.826,7.942,8.038,8.122,8.197,8.29,8.304,8.298,8.308,8.266,8.026,7.837,7.73,7.575,7.413,7.359,7.304,7.237,7.111,6.887,6.687,6.573,6.483,6.316,6.151,6.041,5.85,5.68,5.374,4.961,4.834,4.687,4.542,4.356,4.067,3.98,3.991,4.054,4.073,3.996,4.046,4.025,4.071,4.072,4.086,4.074,4.157,4.142,4.193,4.187,4.257,4.249,4.297,4.283,4.258,4.254,4.261,4.279,4.26,4.187,4.265,4.253,4.27,4.256,4.259,4.256,4.178,4.139,4.17,4.099,4.143,4.099,4.128,4.112,4.117,4.035,4.051,4.018,4.02,3.978,3.984,3.985,4.022,4.043,4.055,4.054,4.08,4.115,4.133,4.076,4.128,4.151,4.246,4.29,4.286,4.309,4.321,4.335,4.358,4.324,4.463,4.432,4.527,4.54,4.578,4.596,4.631,4.626,4.617,4.628,4.708,4.712,4.733,4.788,4.784,4.81,4.799,4.801,4.78,4.76,4.791,4.746,4.76,4.779,4.771,4.793,4.789,4.788,4.983,4.917,4.965,4.919,4.94,4.93,4.928,4.913,4.924,4.912,4.906,4.816,4.846,4.813,4.83,4.835,4.806,4.823,4.808,4.825,4.81,4.761,4.817,4.806,4.84,4.844,4.838,4.858,4.84,4.627,4.61,4.558,4.59,4.571,4.623,4.61,4.609,4.597,4.626,4.612,4.608,4.568,4.617,4.585,4.653,4.658,4.634,4.645,4.622,4.666,4.665,4.629,4.617,4.599,4.639,4.648,4.625,4.646,4.65,4.689,4.681,4.693,4.692,4.7,4.771,4.795,4.818,4.834,4.843,4.873,4.875,4.872,4.866,4.869,4.933,4.946,4.949,4.977,4.988,5.079,5.092,5.093,5.06,5.061,5.156,5.187,5.199,5.183,5.193,5.254,5.189,5.192,5.248,5.253,5.325,5.37,5.319,5.351,5.49,5.461,5.4,5.369,5.313,5.323,5.342,5.365,5.362,5.291,5.198,5.191,5.202,5.2,5.156,5.171,5.199,5.253,5.242,5.201,5.198,5.215,5.246,5.101,5.073,5.061,5.03,5.081,5.049,4.928,4.916,4.942,4.935,4.927,4.874,4.896,4.882,4.878,4.885,4.9,4.863,4.868,4.856,4.873,4.794,4.827,4.782,4.786,4.784,4.739,4.74,4.735,4.735,4.681,4.596,4.636,4.619,4.637,4.614,4.619,4.579,4.595,4.558,4.535,4.446,4.522,4.518,4.54,4.504,4.498,4.474,4.472,4.417,4.424,4.302,4.373,4.367,4.388,4.409,4.398,4.373,4.358,4.353,4.365,4.244,4.248,4.226,4.268,4.247,4.268,4.244,4.27,4.266,4.275,4.165,4.163,4.141,4.169,4.16,4.156,4.137,4.17,4.144,4.165,4.051,4.119,4.072,4.099,4.122,4.126,4.156,4.174,4.214,4.277,4.271,4.373,4.331,4.456,4.482,4.546,4.592,4.603,4.621,4.638,4.628,4.73,4.732,4.762]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 7 --> 20
line [17.283,17.548,17.305,17.055,12.88,13.012,13.054,13.136,13.136,12.716,11.645,12.438,12.484,12.438,12.438,12.244,11.769,11.769,11.542,11.937,10.89,11.416,11.875,11.761,11.639,11.643,11.958,11.958,11.958,12.497,14.643,14.729,14.97,14.99,14.897,14.895,14.768,14.735,14.567,14.496,13.708,13.667,13.927,13.885,13.966,13.925,13.799,13.752,13.336,13.487,12.945,12.592,13.142,13.141,13.141,12.964,12.964,12.87,12.346,9.593,9.548,9.456,9.643,9.675,9.69,9.71,9.676,9.64,9.681,9.653,9.621,9.519,9.732,9.728,9.708,9.746,9.712,9.728,9.661,9.58,9.586,9.398,9.607,9.568,9.554,9.56,9.606,9.621,9.615,9.55,11.347,15.417,15.744,15.635,15.669,15.736,15.773,15.736,15.865,15.956,16.167,15.94,16.119,16.176,16.204,16.259,16.259,16.312,16.338,16.312,16.486,16.286,16.458,16.458,16.531,16.507,16.483,16.554,16.645,14.153,10.671,10.278,10.278,10.345,10.278,10.408,10.541,10.278,10.21,9.956,9.978,10,10.467,10.338,10.403,10.654,10.718,10.714,10.892,10.657,10.895,11.111,11.166,11.111,11.111,11.22,11.273,11.166,11.111,10.938,11.408,13.647,14.07,14.104,14.104,13.892,13.892,13.78,13.625,13.419,13.245,12.867,12.92,12.817,12.555,12.269,12.031,11.84,11.566,11.203,10.556,10.467,10.467,10.286,9.977,9.908,9.931,9.861,9.961,9.755,8.931,8.74,8.75,8.71,8.77,8.76,8.79,8.801,8.88,8.86,8.822,8.791,8.802,8.811,8.896,8.898,8.905,8.856,8.814,8.793,8.773,8.864,9.31,9.679,9.921,10.49,11.908,11.988,12.5,13.158,13.609,14.444,14.956,15.214,15.407,15.62,15.858,15.978,16.243,16.4,16.572,16.902,17.022,17.111,17.2,17.259,17.387,17.407,17.401,17.385,17.373,17.187,16.986,16.847,16.717,16.429,16.241,16.085,15.789,15.5,14.895,14.407,14.107,13.915,13.485,12.919,12.626,11.776,11.234,10.351,9.792,9.631,9.387,9.121,8.909,8.443,8.325,8.417,8.468,8.456,8.372,8.394,8.401,8.452,8.513,8.556,8.522,8.628,8.618,8.652,8.66,8.772,8.719,8.75,8.771,8.674,8.685,8.708,8.718,8.696,8.5,8.611,8.628,8.673,8.626,8.634,8.566,8.505,8.457,8.514,8.452,8.505,8.471,8.495,8.455,8.482,8.378,8.401,8.385,8.363,8.227,8.252,8.348,8.432,8.484,8.512,8.508,8.557,8.58,8.611,8.559,8.627,8.631,8.76,8.81,8.839,8.862,8.891,8.891,8.943,8.908,9.07,9.055,9.18,9.208,9.242,9.234,9.232,9.212,9.231,9.335,9.429,9.435,9.5,9.605,9.599,9.646,9.669,9.694,9.665,9.62,9.658,9.601,9.658,9.696,9.683,9.694,9.709,9.732,10.143,9.899,10,9.966,9.984,9.984,10.073,10.274,10.405,10.207,10,9.877,9.873,9.865,9.836,9.819,9.774,9.76,9.742,9.775,9.774,9.719,9.808,9.774,9.79,9.808,9.833,9.867,9.814,9.506,9.534,9.371,9.383,9.353,9.459,9.432,9.421,9.399,9.472,9.463,9.457,9.426,9.454,9.503,9.586,9.585,9.577,9.61,9.549,9.607,9.622,9.608,9.59,9.58,9.627,9.601,9.544,9.621,9.599,9.661,9.665,9.694,9.694,9.661,9.786,9.855,9.925,9.907,9.903,9.943,9.962,9.905,9.857,9.868,9.954,9.924,9.911,9.971,9.972,10.071,9.973,9.946,9.948,9.949,10,10,9.962,9.963,9.975,10.07,9.964,9.94,9.953,9.942,9.933,9.924,9.901,9.934,10.405,10.139,10.139,9.966,9.941,9.95,9.988,9.975,9.963,9.948,9.91,9.882,9.882,9.851,9.808,9.864,9.892,9.947,9.946,9.89,9.887,9.898,9.913,9.85,9.828,9.838,9.852,9.888,9.81,9.657,9.677,9.699,9.74,9.72,9.636,9.641,9.627,9.602,9.591,9.613,9.613,9.622,9.61,9.641,9.493,9.526,9.432,9.474,9.457,9.408,9.4,9.426,9.375,9.297,9.223,9.293,9.291,9.345,9.279,9.24,9.172,9.128,9.082,9.092,8.982,9.096,9.106,9.102,9.047,9.033,9.022,9.011,8.934,8.907,8.75,8.912,8.883,8.957,8.964,8.982,8.918,8.913,8.923,8.931,8.76,8.769,8.741,8.797,8.817,8.837,8.848,8.858,8.839,8.849,8.74,8.72,8.728,8.77,8.721,8.719,8.667,8.73,8.75,8.81,8.587,8.674,8.626,8.628,8.664,8.695,8.814,8.81,8.852,8.942,8.889,9.093,9.03,9.191,9.241,9.348,9.422,9.431,9.452,9.443,9.469,9.603,9.595,9.654]
|
🌋 Here are results of SLO test for gorm-table: Operation Success Rate---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Success Rate, %" 89 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,99.997,100,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,99.997,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,99.997,100,100.003,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100.003,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100.003,100,100,100.003,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,99.997,99.997,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.003,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,99.997,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis " Time, m" 0 --> 10
y-axis "Success Rate, %" 90 --> 111
line [100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
Operations Per Second---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 812 --> 1103
line [902.799,936.201,969.5,1000,999.966,1000.034,1000,1000,1000.034,999.966,1000,1000,1000,1000,999.966,1000.034,999.966,1000,1000,1000.069,999.931,999.966,1000,1000.034,999.966,999.931,999.966,999.966,1000,998.69,999.69,999.966,999.966,1000,1000,1000,1000,1000,1000.034,999.966,1000,999.828,1000,1000.034,1000.034,1000,1000.034,1000,999.966,1000.034,1000,999.966,1000,1000.034,1000.034,1000.034,1000,1000.034,1001.345,1000.241,1000,1000.034,1000,999.966,1000,999.966,999.966,1000,1000.034,1000,1000.172,999.966,999.966,999.966,1000.034,1000.034,999.966,1000.034,1000.034,1000,1000.034,1000,999.966,999.966,1000,1000.069,1000,1000.034,1000,1000.034,998.172,1000,1000.034,1000.034,1000.034,999.966,1000,1000.034,1000,1000.034,999.897,1000.034,1000,999.966,1000,1000,1000,1000,1000,1000,1000,1000.034,1000.034,1000,999.966,1000,999.966,1000.034,1000.034,1001.862,999.966,1000,999.966,1000,1000.034,1000,999.966,1000,999.966,1000.172,1000.034,1000,1000,1000,1000.034,999.966,1000.034,1000,999.897,1000,1000.034,1000,1000,1000,1000,1000,1000,1000,999.966,1000.034,1000.034,1000,1000,1000.034,1000.034,1000,1000.034,1000,999.966,1000,1000,1000,999.931,1000,1000,999.966,1000,1000.138,1000,999.931,1000,1000,1000,1000,1000.034,1000,999.966,1000,999.966,999.966,1000,999.862,999.966,999.966,1000,999.966,1000,1000,1000,1000,1000,1000.103,1000,1000,1000.034,1000.069,1000,1000,1000.069,1000,1000.034,1000.034,999.966,1000.034,1000.034,1000.034,1000.034,1000.069,1000.034,1000,1000.172,1000,1000.034,1000.034,1000.034,1000,1000,1000,1000.034,1000.034,999.966,1000.034,1000.034,1000,999.931,1000,1000.034,999.966,1000.034,999.966,1000,1000.103,999.966,1000,1000,999.966,1000.034,1000,1000.034,1000,1000.034,1000,999.966,1000,1000,1000.034,1000.034,999.966,1000,999.966,1000.034,1000,1000.034,1000.034,999.966,1000.034,1000.034,1000,1000.034,1000,999.931,1000,999.966,1000,1000,999.966,1000,1000,999.966,1000,1000,1000.034,999.966,1000.034,1000.034,999.966,1000,999.966,999.966,1000,1000,999.966,999.966,1000,999.966,1000,1000.034,1000,1000,1000,999.966,1000.069,1000.034,1000.034,999.966,999.966,999.966,1000.034,1000,1000,999.966,1000.034,1000,1000,1000,1000.034,1000,1000.069,999.931,1000,1000.034,1000.034,1000.034,999.966,1000,999.931,1000,999.966,1000,1000,999.966,999.931,999.966,1000,1000,1000.034,1000,1000,999.966,1000,1000,1000,999.931,999.966,1000,1000.034,999.966,1000,1000,999.966,999.931,1000,1000.034,1000.034,1000,1000,1000,1000,1000.034,1000,1000.034,1000.034,1000.034,1000.034,1000,1000,1000,1000.034,1000.034,1000.034,1000.034,1000.034,1000,999.966,1000,1000,1000.034,1000.034,1000,1000.069,1000,999.966,999.966,1000.069,999.966,1000,1000.034,999.966,1000,1000,999.966,999.966,1000,1000,1000,999.966,999.966,1000,999.931,999.931,1000,1000.069,1000.034,999.966,1000.034,1000.034,999.931,1000,1000.034,1000,1000.034,1000,999.931,1000.034,1000.034,999.966,1000,1000,999.966,1000,1000.034,999.966,999.966,999.966,1000.034,1000.034,1000,1000,1000,1000,999.966,999.966,1000.034,1000,999.966,1000.034,1000.034,999.966,999.966,1000,1000,1000.034,1000,999.966,1000.069,1000.034,1000,1000.034,1000,1000,1000,1000.034,1000,1000.034,1000,1000,999.931,1000,1000,999.966,1000.069,1000,1000.034,1000,999.966,999.931,1000,1000.034,999.966,1000,1000.034,999.966,1000.069,999.931,999.966,1000,999.966,1000.034,1000,1000,1000.034,1000,999.931,1000.034,1000,1000.103,1000,1000,1000.034,999.966,1000,1000,1000,1000.034,1000.034,999.966,999.966,1000.034,1000,999.966,1000.034,999.966,1000.069,1000,1000,1000,1000,999.931,1000,999.966,1000.034,1000.034,999.966,999.966,1000,1000,999.966,999.966,999.966,1000,999.966,1000.034,1000,999.966,1000,1000.069,1000,1000,1000.034,1000,1000,1000,1000.034,1000,1000,1000,1000.069,1000,999.966,999.966,999.966,1000,1000.034,1000,1000,1000,1000.069,1000,1000,1000,999.966,1000.034,1000,1000,999.931,1000.034,1000,999.966,1000,999.966,1000,1000,1000,1000,1000.034,1000,1000.034,1000.069,1000,1000.069,999.966,1000.034,1000,1000,1000.034,999.966,1000,1000,1000,999.966,999.966,1000,1000.034,1000.034]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Operations" 81 --> 112
line [90.283,93.617,96.95,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.793,99.966,100,100,100,100,100,100,100,100,100,100,99.966,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.207,100.034,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,99.966,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100.034,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100]
95th Percentile Latency---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=read"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 1 --> 7
line [2.841,2.876,2.863,2.847,2.685,2.685,2.688,2.686,2.677,2.739,2.766,2.88,2.914,2.94,2.973,2.994,3.075,3.195,3.275,3.382,3.433,3.655,3.73,3.768,3.827,3.86,3.893,3.936,3.972,4.077,5.629,6.066,6.119,6.115,6.115,6.122,6.128,6.131,6.054,6.02,5.634,5.584,5.564,5.509,5.466,5.386,5.255,5.152,5.023,4.867,4.547,4.473,4.47,4.339,4.268,4.174,4.04,3.949,3.79,2.759,2.619,2.533,2.568,2.569,2.576,2.565,2.566,2.569,2.575,2.548,2.56,2.535,2.562,2.561,2.561,2.561,2.561,2.565,2.547,2.527,2.538,2.508,2.564,2.564,2.568,2.566,2.564,2.564,2.577,2.552,2.666,2.829,2.851,2.864,2.859,2.857,2.856,2.852,2.847,2.831,2.84,2.819,2.847,2.848,2.85,2.846,2.836,2.838,2.838,2.814,2.834,2.791,2.807,2.802,2.803,2.803,2.799,2.794,2.788,2.658,2.417,2.4,2.417,2.418,2.451,2.452,2.453,2.458,2.465,2.457,2.459,2.443,2.478,2.483,2.491,2.503,2.508,2.516,2.527,2.497,2.496,2.492,2.521,2.527,2.526,2.533,2.53,2.543,2.535,2.521,2.517,2.523,2.541,2.514,2.505,2.496,2.488,2.482,2.472,2.461,2.435,2.399,2.409,2.394,2.38,2.374,2.36,2.348,2.339,2.315,2.304,2.266,2.282,2.276,2.266,2.268,2.252,2.261,2.256,2.233,2.185,2.187,2.295,2.311,2.332,2.344,2.345,2.351,2.352,2.35,2.362,2.357,2.417,2.42,2.429,2.435,2.457,2.484,2.506,2.504,2.519,2.512,2.548,2.559,2.565,2.568,2.577,2.579,2.582,2.577,2.566,2.533,2.559,2.559,2.566,2.569,2.576,2.58,2.583,2.577,2.572,2.547,2.577,2.587,2.594,2.585,2.592,2.581,2.571,2.56,2.567,2.541,2.552,2.54,2.533,2.53,2.529,2.527,2.521,2.518,2.489,2.465,2.483,2.477,2.479,2.475,2.467,2.472,2.464,2.461,2.456,2.432,2.441,2.429,2.418,2.379,2.381,2.392,2.39,2.368,2.37,2.35,2.388,2.398,2.384,2.386,2.389,2.39,2.383,2.373,2.358,2.329,2.355,2.352,2.34,2.338,2.33,2.33,2.327,2.311,2.304,2.275,2.299,2.318,2.315,2.316,2.305,2.313,2.31,2.298,2.293,2.274,2.28,2.292,2.289,2.27,2.269,2.261,2.258,2.256,2.255,2.234,2.236,2.265,2.274,2.271,2.27,2.267,2.261,2.253,2.241,2.229,2.214,2.246,2.232,2.229,2.221,2.218,2.219,2.218,2.194,2.203,2.206,2.231,2.239,2.233,2.238,2.232,2.228,2.215,2.194,2.198,2.167,2.242,2.237,2.246,2.258,2.266,2.263,2.265,2.245,2.257,2.231,2.274,2.268,2.261,2.266,2.265,2.256,2.259,2.236,2.238,2.211,2.254,2.261,2.263,2.264,2.262,2.265,2.252,2.231,2.253,2.171,2.212,2.209,2.202,2.196,2.193,2.191,2.191,2.17,2.184,2.147,2.19,2.186,2.186,2.178,2.213,2.277,2.278,2.257,2.271,2.246,2.29,2.291,2.296,2.303,2.295,2.304,2.315,2.306,2.319,2.304,2.341,2.337,2.337,2.344,2.359,2.364,2.369,2.355,2.362,2.344,2.396,2.392,2.397,2.372,2.304,2.294,2.297,2.301,2.297,2.265,2.295,2.292,2.282,2.288,2.281,2.274,2.271,2.252,2.244,2.214,2.241,2.256,2.248,2.23,2.235,2.233,2.226,2.21,2.204,2.157,2.223,2.218,2.213,2.218,2.228,2.223,2.209,2.202,2.185,2.142,2.192,2.204,2.195,2.191,2.197,2.198,2.199,2.186,2.182,2.165,2.196,2.194,2.199,2.2,2.209,2.219,2.227,2.219,2.211,2.159,2.205,2.207,2.202,2.192,2.197,2.178,2.178,2.168,2.179,2.149,2.175,2.189,2.192,2.186,2.174,2.179,2.179,2.174,2.171,2.135,2.181,2.172,2.165,2.15,2.157,2.155,2.164,2.154,2.152,2.113,2.163,2.18,2.186,2.189,2.21,2.211,2.22,2.216,2.209,2.201,2.224,2.227,2.222,2.237,2.231,2.24,2.225,2.217,2.224,2.203,2.239,2.246,2.257,2.257,2.258,2.262,2.264,2.25,2.25,2.228,2.258,2.259,2.267,2.266,2.256,2.259,2.25,2.245,2.234,2.233,2.264,2.272,2.267,2.268,2.26,2.274,2.271,2.263,2.26,2.243,2.27,2.273,2.263,2.275,2.275,2.285,2.282,2.278,2.273,2.258,2.301,2.302,2.299,2.309,2.312,2.318,2.327,2.318,2.308,2.297,2.325,2.341,2.35,2.355,2.363,2.366,2.364,2.358,2.356,2.359,2.369]
---
config:
xyChart:
width: 1200
height: 400
themeVariables:
xyChart:
titleColor: "#222"
backgroundColor: "#fff"
xAxisLineColor: "#222"
yAxisLineColor: "#222"
plotColorPalette: "#FF7F0E,#1F77B4,#D62728,#2CA02C,#9467BD,#8C564B,#E377C2,#7F7F7F,#BCBD22,#17BECF"
---
xychart-beta
title "operation_type=write"
x-axis "Time, m" 0 --> 10
y-axis "Latency, ms" 4 --> 16
line [6.482,6.616,6.55,6.494,5.893,5.893,5.924,5.955,5.919,6.191,6.263,6.594,6.719,6.81,6.932,7.043,7.135,7.191,7.225,7.283,7.332,7.464,7.489,7.727,7.941,8.083,8.237,8.376,8.46,8.683,12.724,13.721,13.864,13.864,13.864,13.864,13.864,13.864,13.643,13.643,12.743,12.748,12.679,12.674,12.613,12.336,12.039,11.8,11.368,10.465,9.565,9.515,9.435,9.306,9.184,8.977,8.721,8.571,8.03,6.087,5.59,5.267,5.392,5.36,5.41,5.407,5.438,5.453,5.479,5.373,5.422,5.288,5.42,5.386,5.383,5.414,5.414,5.414,5.401,5.308,5.338,5.213,5.414,5.414,5.448,5.429,5.441,5.392,5.423,5.32,5.393,6.533,6.627,6.638,6.644,6.632,6.626,6.62,6.613,6.569,6.62,6.556,6.696,6.679,6.691,6.691,6.667,6.654,6.648,6.603,6.685,6.543,6.584,6.572,6.591,6.598,6.611,6.593,6.572,6.55,5.269,5.1,5.252,5.2,5.349,5.349,5.349,5.382,5.432,5.368,5.417,5.341,5.528,5.524,5.548,5.587,5.583,5.6,5.613,5.466,5.49,5.52,5.613,5.601,5.563,5.57,5.57,5.661,5.633,5.548,5.552,5.548,5.604,5.524,5.55,5.527,5.483,5.469,5.466,5.423,5.344,5.173,5.227,5.174,5.1,5.081,5.08,5.099,5.08,5.06,4.996,4.968,5,4.995,4.98,4.974,4.959,4.955,4.975,4.956,4.921,4.936,5,4.995,5.021,5.063,5.063,5.021,5.021,4.996,5.085,5.022,5.282,5.262,5.278,5.26,5.278,5.368,5.41,5.377,5.426,5.335,5.519,5.58,5.594,5.608,5.659,5.638,5.646,5.608,5.555,5.472,5.625,5.67,5.666,5.661,5.745,5.782,5.808,5.75,5.739,5.576,5.719,5.745,5.75,5.732,5.813,5.788,5.793,5.772,5.868,5.777,5.808,5.762,5.736,5.725,5.725,5.752,5.768,5.782,5.661,5.578,5.6,5.6,5.608,5.524,5.482,5.407,5.423,5.426,5.426,5.305,5.392,5.42,5.401,5.217,5.195,5.197,5.212,4.997,4.997,4.982,5.042,5.062,5,5,4.997,4.99,4.983,4.993,4.967,4.956,4.971,4.975,4.985,4.978,4.989,4.982,4.971,4.971,4.97,4.959,4.95,4.956,4.963,4.966,4.957,4.948,4.951,4.939,4.935,4.919,4.918,4.947,4.955,4.942,4.935,4.922,4.922,4.924,4.911,4.912,4.905,4.918,4.924,4.906,4.919,4.932,4.923,4.905,4.896,4.9,4.9,4.906,4.9,4.901,4.906,4.911,4.911,4.915,4.904,4.918,4.905,4.926,4.923,4.935,4.944,4.929,4.941,4.924,4.892,4.91,4.881,4.947,4.968,4.962,4.967,4.958,4.984,4.968,4.967,4.979,4.968,5,4.99,4.99,4.99,4.99,4.995,4.986,4.963,4.963,4.935,4.961,4.963,4.967,4.963,4.963,4.967,4.963,4.942,4.963,4.909,4.925,4.921,4.912,4.919,4.91,4.914,4.902,4.881,4.884,4.859,4.895,4.889,4.893,4.895,4.905,4.961,4.968,4.945,4.957,4.952,5,4.99,4.98,4.98,4.99,5.058,5.077,5.039,5.131,5.095,5.184,5.184,5.234,5.236,5.297,5.28,5.31,5.248,5.262,5.227,5.383,5.367,5.381,5.364,5.208,5.194,5.208,5.158,5.157,5,5.073,5.125,5.09,5.072,5.037,5,4.991,4.983,4.987,4.995,5.096,5.059,5.058,5,5.077,5.02,5.039,4.991,4.983,4.955,4.984,4.984,4.976,4.98,4.984,4.979,4.987,4.975,4.979,4.982,5.019,5.019,5.038,5.019,5.019,4.996,4.973,4.952,4.935,4.92,4.942,4.959,4.955,4.946,4.959,4.964,4.968,4.95,4.945,4.93,4.954,4.955,4.958,4.958,4.963,4.953,4.958,4.941,4.923,4.9,4.914,4.914,4.907,4.917,4.927,4.95,4.955,4.951,4.938,4.929,4.952,4.951,4.955,4.955,4.955,4.969,4.977,4.968,4.96,4.945,4.968,4.974,4.97,4.97,4.975,4.975,4.983,4.988,4.992,4.996,5.039,5.02,5,5,4.988,4.996,4.996,4.991,4.988,4.956,4.98,4.988,4.988,4.988,4.981,4.985,4.992,4.985,4.973,4.958,4.97,4.981,4.988,4.985,4.981,4.976,4.976,4.98,4.984,4.976,4.996,5.019,4.992,4.992,4.973,4.965,4.976,4.984,4.983,4.966,4.975,4.971,4.962,4.963,4.968,4.967,4.964,4.976,4.976,4.965,4.978,4.971,4.974,4.978,4.978,4.978,4.974,4.959,4.961,4.95,4.955,4.982,4.986,5,5.041,5.021,4.994,4.994,4.997,5,5.021]
|
Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Non-working example for query
What is the new behavior?
Working examples