performa/performa/scenarios/db/sysbench.rst

881 B

Sysbench Report

This is the report of execution test plan sql_db_test_plan with Sysbench tool.

Results

Chart and table:

{{'''

title: Queries per second axes: x: threads y: queries per sec y2: read queries per sec chart: line pipeline: - { $match: { task: sysbench_oltp, status: OK }} - { $group: { _id: { threads: "$threads" }, queries_total_per_sec: { $avg: { $divide: ["$queries_total", "$duration"] }}, queries_read_per_sec: { $avg: { $divide: ["$queries_read", "$duration"] }} }} - { $project: { x: "$_id.threads", y: "$queries_total_per_sec", y2: "$queries_read_per_sec" }} - { $sort: { x: 1 }}

''' | chart }}