這篇文章主要介紹“怎么使用PostgreSQL中的benchmarksql”,在日常操作中,相信很多人在怎么使用PostgreSQL中的benchmarksql問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”怎么使用PostgreSQL中的benchmarksql”的疑惑有所幫助!接下來,請跟著小編一起來學(xué)習(xí)吧!
我們擁有十年網(wǎng)頁設(shè)計和網(wǎng)站建設(shè)經(jīng)驗,從網(wǎng)站策劃到網(wǎng)站制作,我們的網(wǎng)頁設(shè)計師為您提供的解決方案。為企業(yè)提供網(wǎng)站設(shè)計、網(wǎng)站建設(shè)、微信開發(fā)、小程序設(shè)計、手機(jī)網(wǎng)站開發(fā)、HTML5、等業(yè)務(wù)。無論您有什么樣的網(wǎng)站設(shè)計或者設(shè)計方案要求,我們都將富于創(chuàng)造性的提供專業(yè)設(shè)計服務(wù)并滿足您的需求。benchmarksql是一款使用Java開發(fā)的測試工具.
安裝使用相對比較簡單,下載解壓到安裝目錄
cd /home/pg12/software/benchmarksql-4.1.1/run
配置參數(shù),修改配置文件props.pg
############################################# [pg12@localhost run]$ cat props.pg //數(shù)據(jù)庫連接信息 driver=org.postgresql.Driver conn=jdbc:postgresql://192.168.26.28:5440/benchmarkdb user=pg12 password=pg12 //多少倉 warehouses=100 //并發(fā)數(shù) 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
創(chuàng)建數(shù)據(jù)表&索引(100倉的數(shù)據(jù))
############################################# ./runSQL.sh props.pg sqlTableCreates ./runLoader.sh props.pg numwarehouses 32 ./runSQL.sh props.pg sqlIndexCreates
執(zhí)行測試
./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
到此,關(guān)于“怎么使用PostgreSQL中的benchmarksql”的學(xué)習(xí)就結(jié)束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學(xué)習(xí),快去試試吧!若想繼續(xù)學(xué)習(xí)更多相關(guān)知識,請繼續(xù)關(guān)注創(chuàng)新互聯(lián)-成都網(wǎng)站建設(shè)公司網(wǎng)站,小編會繼續(xù)努力為大家?guī)砀鄬嵱玫奈恼拢?/p>
網(wǎng)頁標(biāo)題:怎么使用PostgreSQL中的benchmarksql-創(chuàng)新互聯(lián)
標(biāo)題URL:http://weahome.cn/article/dpdshs.html