您好,登錄后才能下訂單哦!
本篇內(nèi)容主要講解“pgbench性能測(cè)試分析”,感興趣的朋友不妨來看看。本文介紹的方法操作簡(jiǎn)單快捷,實(shí)用性強(qiáng)。下面就讓小編來帶大家學(xué)習(xí)“pgbench性能測(cè)試分析”吧!
--pgbench 測(cè)試 性能壓力 pgbench -i -s 2 -F 80 -h 192.168.8.81 -p 5432 -U pguser -d mydb --pgbench 內(nèi)置測(cè)試腳本如下 [postgres@pgtest ~]$ pgbench -b list Available builtin scripts: tpcb-like simple-update select-only --tpcb-like 包含select update insert,其他如字面意思,默認(rèn)為tpcb-like pgbench -b simple-update -h 192.168.8.81 -p 5432 -U pguser mydb starting vacuum...end. transaction type: <builtin: simple update> scaling factor: 2 query mode: simple number of clients: 1 number of threads: 1 number of transactions per client: 10 number of transactions actually processed: 10/10 latency average = 4.611 ms tps = 216.853874 (including connections establishing) tps = 237.214382 (excluding connections establishing) --混合測(cè)試 兩種方式,28比例混合測(cè)試 pgbench -b simple-update@2 -b select-only@8 -b tpcb@0 -h 192.168.8.81 -p 5432 -U pguser mydb --可自定義腳本 pgbench -f bench_script_for_select.sql -U pguser mydb --可加權(quán)重 第一個(gè)腳本執(zhí)行3次,第二個(gè)執(zhí)行10次,60秒 pgbench -T 60 -f bench_insert.sql@3 -f bench_select.sql@10 -U pguser mydb --模擬4個(gè)客戶端,每個(gè)事物創(chuàng)建新的連接 -C pgbench -c 4 -C -U pguser mydb --每隔兩秒輸出一次測(cè)試結(jié)果 -P -j 多線程 pgbench -P 2 -T 7200 -c 8 -j 8 -f bench_select.sql@10 -f update.sql@3 -U pguser mydb
到此,相信大家對(duì)“pgbench性能測(cè)試分析”有了更深的了解,不妨來實(shí)際操作一番吧!這里是億速云網(wǎng)站,更多相關(guān)內(nèi)容可以進(jìn)入相關(guān)頻道進(jìn)行查詢,關(guān)注我們,繼續(xù)學(xué)習(xí)!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。