-
Notifications
You must be signed in to change notification settings - Fork 3
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
5.1.0 版本适配 openEuler RISC-V 22.03 v2 #2
base: master
Are you sure you want to change the base?
Conversation
Merge pull request !4043 from 吉文克/master
Merge pull request !4045 from cchen676/0809master_1
Merge pull request !4055 from 吉文克/master
Merge pull request !4058 from Carl/tuidian
Merge pull request !4035 from 刘博文/2dev
Merge pull request !4039 from 姜岩/master
Merge pull request !4042 from 东山/master
Merge pull request !2955 from xiyanziran/master-minread
Merge pull request !4066 from 周斌/db_time_reform
Signed-off-by: xiyanziran <[email protected]>
Merge pull request !4056 from xiyanziran/master-procarray
Merge pull request !4004 from xiyanziran/master-entab
Merge pull request !3658 from cc_db_dev/trace_function_crash
Merge pull request !4072 from Carl/tuidian
Merge pull request !4025 from Carl/master
Merge pull request !4059 from chenxiaobin/fixLeak
Merge pull request !4067 from chenxiaobin/dropSlot
More detail:fix RTO&Standby_Read params pro
Merge pull request !4215 from 姜岩/progressbar
Merge pull request !4218 from zhangchengzhe/master
Merge pull request !4219 from 董宁/bugfix9_up
Merge pull request !4197 from april01xxx/master_merge_into
Merge pull request !4224 from 董宁/sync7_up
Merge pull request !4223 from Carl/master
Merge pull request !4225 from Movead/master
Merge pull request !4187 from Movead/master
Merge pull request !4222 from laishenghao/master
Merge pull request !4228 from 董宁/sync8_up
…astReplayedEndRecPtr;
…dRecPtr Merge pull request !4230 from Movead/master
Merge pull request !4232 from 杨皓/rto
Merge pull request !4233 from 杨皓/copy
TODO add support in makefile & comments
TODO: enable mot & comment
install by path would cause file exist error
嗨,我打算对你的提交进行验证,想问一下,本次提交的结果能否运行到 openEuler-23.03,因为欧拉的官方镜像从 这里开始支持SG2042(pioneerbox) 我打算安装这个版本的操作系统,然后测验你的提交! |
尊敬的参赛选手,您好。 |
确认无误。 |
【实现方案】
获取三方库源码,在 openEuler 22.03 RISC-V 编译。涉及到两个方面。一是对三方库部分组件的修改,二是需要单独引入适用于龙芯平台的gcc和openjdk。修改opengauss源码,并采用编译的三方库构建。由于库自带的 autoconf 文件较旧,无法支持新平台,故引用了在 6.0 中适配 loongarch64 的提交以完成对新平台的适配。由于 oerv 从 23.09 开始使用了较新的 gcc, 可能无法支持 openGauss, 故适配使用了 oe2203v2 的环境。
软件所提供了 oe2203v2 的适配,其中的软件较新,并且有合适的 gcc 和 openjdk 版本( gcc 10.3.1, 基本同 arm 相同),由于是在 docker 中进行适配,故此处获取 tarball, 并导入 docker 进行使用。
docker import openeuler-rootfs.tar.gz
导入镜像进行使用docker run
启动一个 oe2203v2 的环境第三方源码库和数据库编译所需的依赖可用如下命令安装:
第三方库中的 boost 库编译 python 相关部分时需要从
/usr/include/python3.8m
获取头文件。而 oe2203v2 中的 python3-devel 将头文件安装在了/usr/include/python3.8
。考虑到写死版本不是好的做法,此处通过建立软链接以通过编译。使用以下命令建立一个 python3.8m 到 python3 的软链接:
对于 risc-v 架构的适配尚未并入上游,故先从 fork 仓库拉取适配的代码。由于 thirdparty 仓库文件过大,无法方便地托管在 github 上,故从 gitee 进行拉取。
仓库中包含了一副从 oe2203v2 中临时提取的 bishengjdk8,合入上游前需要更名,并且对组件库的编译参数进行了调整放宽以适配 risc-v 环境。
使用以下的命令获取一份 gcc:
没有问题后,将会在同目录下得到一个
gcc10.3
的文件夹,将其移入 thirdparty 仓库下的output/buildtools/
目录中。<仓库名>/output
来构建 openGauss Lite:sh build/script/cmake_package_mini.sh -3rd $PWD/../openGauss-third_party/output/ -pkg all
(
-3rd
后的路径推荐使用绝对路径)在 sg2042 上构建大概需要 20 分钟。完成后,将在 mppdb-temp-install/ 下得到可用的 openGauss, 在 output/ 下也将得到打包好的 openGauss tarball.
【TPCC 验证】
(https://docs-opengauss.osinfra.cn/zh/docs/5.1.0/docs/CompilationGuide/%E7%89%88%E6%9C%AC%E7%BC%96%E8%AF%91.html#%E7%BC%96%E8%AF%91%E5%90%8E%E9%AA%8C%E8%AF%81) 的部分进行数据库的安装和初始化。测试了直接安装在 mppdb-temp-install 的 opengauss, 通过 tar 安装的途径限于时间关系没有测试。
按照 测试MOT-TPCC性能 - BenchmarkSQL:开源TPC-C工具 章节以及 测试TPCC性能1 章节进行测试环境的配置。
BenchmarkSQL 需要 jdk8 来进行运行,高版本 java 需要修改依赖较繁琐,未测试其可用性。
测试TPCC性能
替换sql.common/tableCreates.sql
中的内容。实际测试时,应当使用较大的 warehouse 并且使用 numactl 进行绑核。
测试日志如下:
Details
```log 19:17:40,827 [main] INFO jTPCC : Term-00, 19:17:40,842 [main] INFO jTPCC : Term-00, +-------------------------------------------------------------+ 19:17:40,843 [main] INFO jTPCC : Term-00, BenchmarkSQL v5.0 19:17:40,844 [main] INFO jTPCC : Term-00, +-------------------------------------------------------------+ 19:17:40,845 [main] INFO jTPCC : Term-00, (c) 2003, Raul Barbosa 19:17:40,846 [main] INFO jTPCC : Term-00, (c) 2004-2016, Denis Lussier 19:17:40,855 [main] INFO jTPCC : Term-00, (c) 2016, Jan Wieck 19:17:40,856 [main] INFO jTPCC : Term-00, +-------------------------------------------------------------+ 19:17:40,857 [main] INFO jTPCC : Term-00, 19:17:40,858 [main] INFO jTPCC : Term-00, db=postgres 19:17:40,859 [main] INFO jTPCC : Term-00, driver=org.postgresql.Driver 19:17:40,860 [main] INFO jTPCC : Term-00, conn=jdbc:postgresql://localhost:5432/tpcc1000?prepareThreshold=1&batchMode=on&fetchsize=10 19:17:40,861 [main] INFO jTPCC : Term-00, user=bot 19:17:40,861 [main] INFO jTPCC : Term-00, 19:17:40,862 [main] INFO jTPCC : Term-00, warehouses=8 19:17:40,863 [main] INFO jTPCC : Term-00, terminals=37 19:17:40,879 [main] INFO jTPCC : Term-00, runTxnsPerTerminal=10 19:17:40,880 [main] INFO jTPCC : Term-00, limitTxnsPerMin=300 19:17:40,881 [main] INFO jTPCC : Term-00, terminalWarehouseFixed=true 19:17:40,881 [main] INFO jTPCC : Term-00, 19:17:40,882 [main] INFO jTPCC : Term-00, newOrderWeight=45 19:17:40,883 [main] INFO jTPCC : Term-00, paymentWeight=43 19:17:40,884 [main] INFO jTPCC : Term-00, orderStatusWeight=4 19:17:40,884 [main] INFO jTPCC : Term-00, deliveryWeight=4 19:17:40,885 [main] INFO jTPCC : Term-00, stockLevelWeight=4 19:17:40,886 [main] INFO jTPCC : Term-00, 19:17:40,886 [main] INFO jTPCC : Term-00, resultDirectory=null 19:17:40,887 [main] INFO jTPCC : Term-00, osCollectorScript=null 19:17:40,888 [main] INFO jTPCC : Term-00, 19:17:49,093 [main] INFO jTPCC : Term-00, C value for C_LAST during load: 156 19:17:49,095 [main] INFO jTPCC : Term-00, C value for C_LAST this run: 240 19:17:49,096 [main] INFO jTPCC : Term-00, Term-00, Running Average tpmTOTAL: 0.00 Current tpmTOTAL: 0 Memory Usage: 5MB / 15MB �����������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 1428.57 Current tpmTOTAL: 12 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 368.09 Current tpmTOTAL: 96 Memory Usage: 7MB / 15MB ��������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 435.89 Current tpmTOTAL: 204 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 371.13 Current tpmTOTAL: 252 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.26 Current tpmTOTAL: 264 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 170.16 Current tpmTOTAL: 276 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 177.29 Current tpmTOTAL: 288 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 184.41 Current tpmTOTAL: 300 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 186.91 Current tpmTOTAL: 336 Memory Usage: 12MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 214.40 Current tpmTOTAL: 384 Memory Usage: 8MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 210.14 Current tpmTOTAL: 420 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 160.63 Current tpmTOTAL: 408 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.70 Current tpmTOTAL: 408 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 159.30 Current tpmTOTAL: 408 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.16 Current tpmTOTAL: 420 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.23 Current tpmTOTAL: 432 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.88 Current tpmTOTAL: 468 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.62 Current tpmTOTAL: 480 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 179.63 Current tpmTOTAL: 528 Memory Usage: 12MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 201.89 Current tpmTOTAL: 612 Memory Usage: 8MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 203.33 Current tpmTOTAL: 612 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 193.78 Current tpmTOTAL: 624 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 188.75 Current tpmTOTAL: 624 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 189.31 Current tpmTOTAL: 648 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 183.50 Current tpmTOTAL: 660 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 186.73 Current tpmTOTAL: 696 Memory Usage: 12MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 188.45 Current tpmTOTAL: 732 Memory Usage: 12MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 186.47 Current tpmTOTAL: 744 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 186.01 Current tpmTOTAL: 780 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 180.88 Current tpmTOTAL: 780 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 178.37 Current tpmTOTAL: 792 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 180.85 Current tpmTOTAL: 816 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 173.93 Current tpmTOTAL: 816 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 173.23 Current tpmTOTAL: 804 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 171.89 Current tpmTOTAL: 804 Memory Usage: 12MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 174.45 Current tpmTOTAL: 852 Memory Usage: 12MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 172.22 Current tpmTOTAL: 876 Memory Usage: 13MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.25 Current tpmTOTAL: 876 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.68 Current tpmTOTAL: 876 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.79 Current tpmTOTAL: 912 Memory Usage: 9MB / 15MB ���������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 169.30 Current tpmTOTAL: 912 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 169.38 Current tpmTOTAL: 936 Memory Usage: 10MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 170.78 Current tpmTOTAL: 972 Memory Usage: 11MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 173.47 Current tpmTOTAL: 1008 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 177.10 Current tpmTOTAL: 1056 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 175.05 Current tpmTOTAL: 1032 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 175.93 Current tpmTOTAL: 1056 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 173.97 Current tpmTOTAL: 1068 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 174.65 Current tpmTOTAL: 1104 Memory Usage: 9MB / 15MB ����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 172.09 Current tpmTOTAL: 1104 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 170.05 Current tpmTOTAL: 1104 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 169.65 Current tpmTOTAL: 1128 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 169.18 Current tpmTOTAL: 1128 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.38 Current tpmTOTAL: 1164 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 167.50 Current tpmTOTAL: 1164 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 167.23 Current tpmTOTAL: 1188 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.56 Current tpmTOTAL: 1224 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.14 Current tpmTOTAL: 1236 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 166.78 Current tpmTOTAL: 1260 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 166.01 Current tpmTOTAL: 1284 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.78 Current tpmTOTAL: 1296 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 165.74 Current tpmTOTAL: 1296 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 166.38 Current tpmTOTAL: 1320 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.03 Current tpmTOTAL: 1356 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.74 Current tpmTOTAL: 1368 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.02 Current tpmTOTAL: 1404 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.05 Current tpmTOTAL: 1392 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 169.06 Current tpmTOTAL: 1428 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.82 Current tpmTOTAL: 1452 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.08 Current tpmTOTAL: 1428 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 166.71 Current tpmTOTAL: 1440 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 168.82 Current tpmTOTAL: 1488 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.83 Current tpmTOTAL: 1524 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.60 Current tpmTOTAL: 1500 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.52 Current tpmTOTAL: 1500 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.14 Current tpmTOTAL: 1512 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.61 Current tpmTOTAL: 1512 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.52 Current tpmTOTAL: 1536 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.37 Current tpmTOTAL: 1560 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.67 Current tpmTOTAL: 1584 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 165.54 Current tpmTOTAL: 1608 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.86 Current tpmTOTAL: 1596 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.54 Current tpmTOTAL: 1608 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.39 Current tpmTOTAL: 1632 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.54 Current tpmTOTAL: 1644 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.12 Current tpmTOTAL: 1632 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.95 Current tpmTOTAL: 1668 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.09 Current tpmTOTAL: 1656 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.94 Current tpmTOTAL: 1680 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.12 Current tpmTOTAL: 1692 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 161.73 Current tpmTOTAL: 1680 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.84 Current tpmTOTAL: 1728 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.69 Current tpmTOTAL: 1788 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.71 Current tpmTOTAL: 1740 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 165.92 Current tpmTOTAL: 1788 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 167.23 Current tpmTOTAL: 1836 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 166.65 Current tpmTOTAL: 1836 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 166.41 Current tpmTOTAL: 1848 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 165.56 Current tpmTOTAL: 1860 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 165.35 Current tpmTOTAL: 1848 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.71 Current tpmTOTAL: 1872 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.99 Current tpmTOTAL: 1872 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.10 Current tpmTOTAL: 1884 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.50 Current tpmTOTAL: 1920 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 164.06 Current tpmTOTAL: 1956 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.87 Current tpmTOTAL: 1956 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.35 Current tpmTOTAL: 1956 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 161.50 Current tpmTOTAL: 1968 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 161.32 Current tpmTOTAL: 1980 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 160.24 Current tpmTOTAL: 1992 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 160.34 Current tpmTOTAL: 1992 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 161.01 Current tpmTOTAL: 2028 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.74 Current tpmTOTAL: 2088 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.30 Current tpmTOTAL: 2076 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 162.17 Current tpmTOTAL: 2088 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 163.56 Current tpmTOTAL: 2124 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 160.44 Current tpmTOTAL: 2124 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 160.94 Current tpmTOTAL: 2124 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 158.02 Current tpmTOTAL: 2136 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 158.27 Current tpmTOTAL: 2136 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 157.65 Current tpmTOTAL: 2136 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 155.72 Current tpmTOTAL: 2148 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 152.19 Current tpmTOTAL: 2148 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 152.60 Current tpmTOTAL: 2148 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 152.04 Current tpmTOTAL: 2148 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.36 Current tpmTOTAL: 2160 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.49 Current tpmTOTAL: 2160 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.62 Current tpmTOTAL: 2160 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.26 Current tpmTOTAL: 2172 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.56 Current tpmTOTAL: 2172 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 150.85 Current tpmTOTAL: 2184 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 150.93 Current tpmTOTAL: 2196 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.00 Current tpmTOTAL: 2208 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.52 Current tpmTOTAL: 2232 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.62 Current tpmTOTAL: 2268 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 151.67 Current tpmTOTAL: 2280 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 152.17 Current tpmTOTAL: 2304 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 150.35 Current tpmTOTAL: 2304 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 147.72 Current tpmTOTAL: 2304 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 147.59 Current tpmTOTAL: 2316 Memory Usage: 14MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 147.16 Current tpmTOTAL: 2316 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 147.10 Current tpmTOTAL: 2328 Memory Usage: 10MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 146.51 Current tpmTOTAL: 2340 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 146.85 Current tpmTOTAL: 2352 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 142.06 Current tpmTOTAL: 2364 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 142.19 Current tpmTOTAL: 2364 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 142.30 Current tpmTOTAL: 2364 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 142.43 Current tpmTOTAL: 2376 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 140.09 Current tpmTOTAL: 2388 Memory Usage: 11MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 139.72 Current tpmTOTAL: 2388 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 139.83 Current tpmTOTAL: 2400 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 136.93 Current tpmTOTAL: 2400 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 135.69 Current tpmTOTAL: 2412 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 135.57 Current tpmTOTAL: 2412 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 134.72 Current tpmTOTAL: 2424 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 131.46 Current tpmTOTAL: 2424 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 130.02 Current tpmTOTAL: 2436 Memory Usage: 12MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 117.55 Current tpmTOTAL: 2448 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 116.65 Current tpmTOTAL: 2448 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 107.22 Current tpmTOTAL: 2448 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 105.74 Current tpmTOTAL: 2448 Memory Usage: 13MB / 15MB �����������������������������������������������������������������������������������������������������������Term-00, Running Average tpmTOTAL: 97.18 Current tpmTOTAL: 2448 Memory Usage: 14MB / 15MB ���������������������������������������������������������������������������������������������������������� 19:25:47,078 [Thread-5] INFO jTPCC : Term-00, 19:25:47,079 [Thread-5] INFO jTPCC : Term-00, 19:25:47,081 [Thread-5] INFO jTPCC : Term-00, Measured tpmC (NewOrders) = 44.0 19:25:47,082 [Thread-5] INFO jTPCC : Term-00, Measured tpmTOTAL = 97.17 19:25:47,083 [Thread-5] INFO jTPCC : Term-00, Session Start = 2024-02-26 19:21:58 19:25:47,084 [Thread-5] INFO jTPCC : Term-00, Session End = 2024-02-26 19:25:47 19:25:47,085 [Thread-5] INFO jTPCC : Term-00, Transaction Count = 370
将会在仓库的 release 上传手工打包的 mppdb-temp-install 和 gsjdbc400.jar.
Footnotes
https://docs-opengauss.osinfra.cn/zh/docs/5.1.0/docs/PerformanceTuningGuide/%E6%B5%8B%E8%AF%95TPCC%E6%80%A7%E8%83%BD.html ↩