PostgreSQL DBA(87) - benchmarksql简介

benchmarksql是一款使用Java开发的测试工具.
安装使用相对比较简单,下载解压到安装目录

cd /home/pg12/software/benchmarksql-4.1.1/run

配置参数,修改配置文件props.pg

#############################################
[pg12@localhost run]$ cat props.pg 
//数据库连接信息
driver=org.postgresql.Driver
conn=jdbc:postgresql://192.168.26.28:5440/benchmarkdb
user=pg12
password=pg12
//多少仓
warehouses=100
//并发数
terminals=20
//To run specified transactions per terminal- runMins must equal zero
runTxnsPerTerminal=0
//To run for specified minutes- runTxnsPerTerminal must equal zero
//这是运行时间
runMins=10
//Number of total transactions per minute
limitTxnsPerMin=0
//The following five values must add up to 100
//The default percentages of 45, 43, 4, 4 & 4 match the TPC-C spec
newOrderWeight=45
paymentWeight=43
orderStatusWeight=4
deliveryWeight=4
stockLevelWeight=4

创建数据表&索引(100仓的数据)

#############################################
./runSQL.sh  props.pg sqlTableCreates
./runLoader.sh props.pg  numwarehouses 32
./runSQL.sh  props.pg sqlIndexCreates

执行测试

./runBenchmark.sh props.pg
#1
...
2019-08-27 16:30:33,025  INFO - Term-00, Measured tpmC (NewOrders) = 7527.02                              
2019-08-27 16:30:33,025  INFO - Term-00, Measured tpmTOTAL = 16752.67
2019-08-27 16:30:33,025  INFO - Term-00, Session Start     = 2019-08-27 16:20:32
2019-08-27 16:30:33,025  INFO - Term-00, Session End       = 2019-08-27 16:30:33
2019-08-27 16:30:33,025  INFO - Term-00, Transaction Count = 167552
#2
...
2019-08-27 17:30:27,264  INFO - Term-00, Measured tpmC (NewOrders) = 5879.05
2019-08-27 17:30:27,264  INFO - Term-00, Measured tpmTOTAL = 13086.97                                    
2019-08-27 17:30:27,264  INFO - Term-00, Session Start     = 2019-08-27 17:20:20
2019-08-27 17:30:27,265  INFO - Term-00, Session End       = 2019-08-27 17:30:27
2019-08-27 17:30:27,265  INFO - Term-00, Transaction Count = 132408

参考资料
N/A

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/6906/viewspace-2655233/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/6906/viewspace-2655233/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值