2 Star 7 Fork 0

中启开源/sysbench_bin

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
bench.sh 371 Bytes
一键复制 编辑 原始数据 按行查看 历史
osdba 提交于 2021-01-22 12:14 +08:00 . first commit
#!/bin/bash
./sysbench --test=lua/select_prepare.lua \
--db-driver=pgsql \
--pgsql-host=127.0.0.1 \
--pgsql-port=5432 \
--pgsql-user=postgres \
--pgsql-password=rootR00t \
--pgsql-db=test02 \
--oltp-tables-count=1 \
--oltp-table-size=100000 \
--num-threads=1 \
--max-requests=100000000 \
--max-time=300 \
--report-interval=1 \
$*
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C
1
https://gitee.com/csudata/sysbench_bin.git
git@gitee.com:csudata/sysbench_bin.git
csudata
sysbench_bin
sysbench_bin
master

搜索帮助