使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(三)

时间:2024-10-15 22:04:32

接第二篇写

第四步,测试Oracle数据库的性能。

a.加载JDBC Oracle驱动,添加线程组和线程属性和前面两部一样,如果有需要可以往前翻看。

使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(三)

b.设置JDBC Connection Oracle连接字符串:

使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(三)

c.设置JDBC Request插入SQL语句:

使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(三)

d.点击运行->启动,执行JOB;执行完之后可以在用表格察看结果中看到本次执行的结果:

本次JOB共插入了5W条记录,从15:53:14开始到15:57:04结束共耗时109s,平均271.4条/s。

使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(三)

使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(三)

e.查看失败的记录,可以看到Oracle在插入5W条数据没有丢包情况。

使用Apache JMeter对SQL Server、Mysql、Oracle压力测试(三)