1. 将mysql 的jdbc的jar包放到Jmeter lib的目录下。
2. 创建线程组。
3. 创建JDBC Connection Configuration, 提供详细的数据库配置信息。
4. 创建JDBC Request。
5. 添加监听器。
4. 运行和查看结果。
https://www.youtube.com/watch?v=oy53KAKHpts&index=6&list=PLhW3qG5bs-L-zox1h3eIL7CZh5zJmci4c
1. 仔细填写每个标点符号。
jdbc:oracle:thin:@172.16.10.172:1521:orcl
oracle.jdbc.OracleDriver
system
sa
2. cannot create poolableconnectionfactory (ora-00923: from keyword not found where expected in jmeter
Jmeter 3.0 需要以下操作。
Use "select 1 from dual" instead of "select 1" as validation query.