1.单主库环境准备

September 4, 2024 · View on GitHub

1.1 机器部署

中间件部署节点:

  • Gaea 环境 v2.3.7 【40c/128G】
  • Gaea 环境 v1.2.5 【40c/128G】
  • MySQL 部署节点【32c/128G】

注意:

  • Gaea v2.3.7和 Gaea v1.2.5 测试时open_general_log=true以及cpu_num=40

1.2 网络拓扑

单主网络拓扑

1.3 准备数据

请替换 <host>, <user>, <password> 为数据库实际信息。

sysbench oltp_common --threads=10 --events=0 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password> --tables=10 --table_size=1000000 prepare

1.4 测试结果

只读测试(oltp_read_only

sysbench oltp_read_only --threads=xx --time=30 --events=0 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password>  --tables=10 --table_size=1000000 --percentile=99 run 
中间件 cpu=4线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql412211.27763.205.2412.355.88/
gaea-2.3.7(单主)47733.67483.358.2716.209.91122%
gaea-1.2.5(单主)45460.09341.2611.7258.2613.22138%
mysql823983.901498.995.3315.286.09/
gaea-2.3.7(单主)814864.06929.008.6119.9510.46251%
gaea-1.2.5(单主)810537.67658.6012.1422.0313.95285%
mysql1648595.723037.235.2615.396.21/
gaea-2.3.7(单主)1628086.301755.399.1118.1511.24536%
gaea-1.2.5(单主)1619542.921221.4313.0976.5214.73621%
mysql32100138.716258.675.1121.737.56/
gaea-2.3.7(单主)3251487.513217.979.9437.1412.521076%
gaea-1.2.5(单主)3233402.192087.6415.3255.5717.951245%
mysql64122629.697664.368.3442.2415.27/
gaea-2.3.7(单主)6473477.714592.3613.9365.9019.651820%
gaea-1.2.5(单主)6448004.173000.2621.3260.5827.661983%
mysql128135103.298443.9615.1463.7332.53/
gaea-2.3.7(单主)12891545.525721.5922.3685.4033.722123%
gaea-1.2.5(单主)12852870.143304.3838.71118.9356.842286%

QPS

TPS

P99

CPU

读写测试(oltp_read_write)

sysbench oltp_read_write --threads=xx --time=30 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password> --tables=10 --table-size=1000000 --percentile=99 run
中间件线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql412751.80637.596.2715.588.13/
gaea-2.3.7(单主)48087.28404.369.8919.4011.65125%
gaea-1.2.5(单主)45715.44285.7713.9921.0615.83133%
mysql825150.511257.536.3615.937.70/
gaea-2.3.7(单主)815432.33771.6210.3620.3612.52245%
gaea-1.2.5(单主)811124.17556.2114.3823.3816.41266%
mysql1650818.632540.936.2916.718.43/
gaea-2.3.7(单主)1629369.671468.4810.8922.2013.70497%
gaea-1.2.5(单主)1620283.241014.1615.7729.2419.29592%
mysql3293985.744699.296.8124.0012.30/
gaea-2.3.7(单主)3252966.132648.3112.0864.2617.01973%
gaea-1.2.5(单主)3234758.881737.9418.4058.9823.951191%
mysql6495239.524761.9813.433512.2622.69/
gaea-2.3.7(单主)6474007.053700.3517.2972.9026.201643%
gaea-1.2.5(单主)6448485.422424.2726.39105.0834.951857%
mysql128105833.235291.6624.151115.6037.56/
gaea-2.3.7(单主)12887276.424363.8229.31125.4344.171991%
gaea-1.2.5(单主)12853510.652675.5347.81169.7168.052050%

QPS

TPS

P99

CPU

只写测试(oltp_write_only)

sysbench oltp_write_only --threads=xx --time=30 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password> --tables=10 --table-size=1000000 --percentile=99 run
中间件线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql422331.833721.971.0714.341.37/
gaea-2.3.7(单主)412740.162123.361.8825.392.4384.3%
gaea-1.2.5(单主)48428.901404.822.8444.543.75106%
mysql842700.967116.831.1216.011.52/
gaea-2.3.7(单主)824179.674029.941.9845.162.91170%
gaea-1.2.5(单主)816420.312736.722.9212.884.10208%
mysql1668909.6411484.941.39154.052.71/
gaea-2.3.7(单主)1644904.567484.092.1444.433.43356%
gaea-1.2.5(单主)1630446.855074.483.1553.014.74442%
mysql3294586.2815764.382.03271.677.43/
gaea-2.3.7(单主)3273961.6312326.942.5996.804.41719%
gaea-1.2.5(单主)3252332.218722.043.6742.875.88844%
mysql64101542.1316923.693.78281.9811.45/
gaea-2.3.7(单主)6491077.9815179.654.21125.567.431155%
gaea-1.2.5(单主)6467720.2111286.695.66135.349.911226%
mysql12897611.7416268.627.86257.9116.71/
gaea-2.3.7(单主)12891410.1915235.008.40149.9616.411178%
gaea-1.2.5(单主)12868650.7411441.7811.18200.6622.691242%

QPS

TPS

P99

CPU

点查测试(oltp_point_select)

sysbench oltp_point_select --threads=xx --time=30 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password> --tables=10 --table-size=1000000 --percentile=99 run
中间件线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql435190.2735190.270.113.950.15/
gaea-2.3.7(单主)412870.8612870.860.3162.190.34113%
gaea-1.2.5(单主)48922.128922.120.4529.350.64140%
mysql870198.470198.40.114.550.15/
gaea-2.3.7(单主)827894.7627894.760.2911.780.45227%
gaea-1.2.5(单主)817302.8817302.880.4613.560.89286%
mysql16131678.46131678.460.1211.090.16/
gaea-2.3.7(单主)1653322.4153322.410.309.780.80498%
gaea-1.2.5(单主)1631819.6131819.610.505.891.30631%
mysql32228231.33228231.330.1412.390.21/
gaea-2.3.7(单主)3295535.3895535.380.3311.931.151108%
gaea-1.2.5(单主)3252741.4852741.480.6114.641.821186%
mysql64352413.31352413.310.1822.080.46/
gaea-2.3.7(单主)64153702.43153702.430.4217.511.581481%
gaea-1.2.5(单主)6462898.8562898.851.0262.953.252206%
mysql128438025.91438025.910.2923.412.11/
gaea-2.3.7(单主)128210410.89210410.890.6131.402.761513%
gaea-1.2.5(单主)12865272.0665272.061.9643.348.582735%

QPS

TPS

P99

CPU

2.主从环境准备

2.1 机器部署

  • Gaea 环境 v2.3.7 【40c/128G】
  • Gaea 环境 v1.2.5 【40c/128G】
  • MySQL 部署节点【32c/128G】

注意:

  • Gaea v2.3.7和 Gaea v1.2.5 测试时open_general_log=true以及cpu_num=40

2.2 网络拓扑

单主网络拓扑

2.3 准备数据

请替换 <host>, <user>, <password> 为数据库实际信息。

sysbench oltp_common --threads=10 --events=0 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password> --tables=10 --table_size=1000000 prepare

2.4 测试结果

只读测试(oltp_read_only

sysbench oltp_read_only --threads=xx --time=30 --events=0 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password>  --tables=10 --table_size=1000000 --percentile=99 run 
中间件 cpu=4线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql412211.27763.205.2412.355.88/
gaea-2.3.7(主从)47784.58486.548.2234.489.91124%
gaea-1.2.5(主从)45497.74343.6111.6421.1813.22133%
mysql823983.901498.995.3315.286.09/
gaea-2.3.7(主从)814862.67928.928.6119.3810.46242%
gaea-1.2.5(主从)810709.69669.3611.9533.1613.70266%
mysql1648595.723037.235.2615.396.21/
gaea-2.3.7(主从)1628560.961785.068.9651.2411.24510%
gaea-1.2.5(主从)1620495.601280.9812.4952.3014.46573%
mysql32100138.716258.675.1121.737.56/
gaea-2.3.7(主从)3252776.133298.519.7024.8312.301084%
gaea-1.2.5(主从)3236886.452305.4013.8754.0115.831175%
mysql64122629.697664.368.3442.2415.27/
gaea-2.3.7(主从)6475436.794714.8013.5773.6519.291760%
gaea-1.2.5(主从)6454068.683379.2918.9361.9524.381975%
mysql128135103.298443.9615.1463.7332.53/
gaea-2.3.7(主从)12894922.815932.6821.5654.9033.722106%
gaea-1.2.5(主从)12857980.453623.7835.3094.1352.892362%

QPS

TPS

P99

CPU

读写测试(oltp_read_write)

sysbench oltp_read_write --threads=xx --time=30 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password> --tables=10 --table-size=1000000 --percentile=99 run
中间件线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql412751.80637.596.2715.588.13/
gaea-2.3.7(主从)48212.51410.639.7419.0811.45114%
gaea-1.2.5(主从)45736.10286.8013.9471.9815.55124%
mysql825150.511257.536.3615.937.70/
gaea-2.3.7(主从)815653.90782.7010.2223.0612.30240%
gaea-1.2.5(主从)811187.33559.3714.3053.7716.41251%
mysql1650818.632540.936.2916.718.43/
gaea-2.3.7(主从)1629825.261491.2610.7248.9013.70486%
gaea-1.2.5(主从)1621274.281063.7115.0453.7618.28551%
mysql3293985.744699.296.8124.0012.30/
gaea-2.3.7(主从)3254207.342710.3711.8035.7417.32954%
gaea-1.2.5(主从)3237916.591895.8316.8764.0723.521097%
mysql6495239.524761.9813.433512.2622.69/
gaea-2.3.7(主从)6475173.753758.6917.0281.0326.201633%
gaea-1.2.5(主从)6454838.002741.9023.3366.3932.531843%
mysql128105833.235291.6624.151115.6037.56/
gaea-2.3.7(主从)12888833.184441.6328.80171.4744.171943%
gaea-1.2.5(主从)12858197.82909.8943.9684.3663.322023%

QPS

TPS

P99

CPU

只写测试(oltp_write_only)

sysbench oltp_read_write --threads=xx --time=30 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password> --tables=10 --table-size=1000000 --percentile=99 run
中间件线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql422331.833721.971.0714.341.37/
gaea-2.3.7(主从)412867.212144.541.8610.962.3985.3%
gaea-1.2.5(主从)48464.341410.722.8356.033.55101%
mysql842700.967116.831.1216.011.52/
gaea-2.3.7(主从)824156.074026.011.9912.232.86172%
gaea-1.2.5(主从)816394.172732.362.9342.654.10200%
mysql1668909.6411484.941.39154.052.71/
gaea-2.3.7(主从)1644251.257375.212.17103.423.43335%
gaea-1.2.5(主从)1631221.775203.633.0742.694.65412%
mysql3294586.2815764.382.03271.677.43/
gaea-2.3.7(主从)3273412.0912235.322.61148.234.33696%
gaea-1.2.5(主从)3254830.509138.423.5052.425.77820%
mysql64101542.1316923.693.78281.9811.45/
gaea-2.3.7(主从)6493059.0815509.854.12122.297.561173%
gaea-1.2.5(主从)6471905.8511984.295.33202.559.561183%
mysql12897611.7416268.627.86257.9116.71/
gaea-2.3.7(主从)12891703.2015283.858.37116.9716.411177%
gaea-1.2.5(主从)12872172.3812028.7310.63317.0421.501193%

QPS

TPS

P99

CPU

点查测试(oltp_point_select)

sysbench oltp_read_only --threads=xx --time=30 --events=0 --mysql-db=<db> --mysql-host=<host> --mysql-port=<port> --mysql-user=<user> --mysql-password=<password>  --tables=10 --table_size=1000000 --percentile=99 run 
中间件线程数qpstpsavg(ms)max(ms)p99(ms)max cpu usage(%)
mysql435190.2735190.270.113.950.15/
gaea-2.3.7(主从)413971.3613971.360.2910.930.36108%
gaea-1.2.5(主从)49141.409141.400.4423.930.59123%
mysql870198.470198.40.114.550.15/
gaea-2.3.7(主从)827121.7927121.790.2921.240.43232%
gaea-1.2.5(主从)817641.6917641.690.454.230.72261%
mysql16131678.46131678.460.1211.090.16/
gaea-2.3.7(主从)1652938.1552938.150.309.910.70492%
gaea-1.2.5(主从)1633859.8233859.820.4720.191.08543%
mysql32228231.33228231.330.1412.390.21/
gaea-2.3.7(主从)3296820.2996820.290.3346.841.211107%
gaea-1.2.5(主从)3261850.0961850.090.5213.331.521146%
mysql64352413.31352413.310.1822.080.46/
gaea-2.3.7(主从)64160535.00160535.000.4040.161.501362%
gaea-1.2.5(主从)6470758.9870758.980.9063.483.072162%
mysql128438025.91438025.910.2923.412.11/
gaea-2.3.7(主从)128222424.15222424.150.5720.362.661380%
gaea-1.2.5(主从)12870015.0070015.001.8328.438.282744%

QPS

TPS

P99

CPU