Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我通过 CSV 数据集配置在 jmeter 中设置 CSV 文件,该文件包含 6 个用户名和密码。 线程组页面中的线程数应该是多少。
另外,如果我想检查 100 个用户,我应该怎么做? 我应该增加 CSV 文件中的用户数还是应该使用线程数?
答案实际上取决于您的测试做什么以及您要注入的负载。
但要进行实际测试,您的 CSV 文件应该有与虚拟用户(JMeters 中的线程)一样多的登录。
并且您应该确保 2 个线程永远不会使用同一个用户(如果您的应用程序不接受它)。