Jmeter做压力测试时,如何确定施压机能起多少个线程,能发多少个请求?

2025-03-10 04:46:33
推荐回答(1个)
回答1:

我有这么一个思路:
1.使用jmeter -n -t jmxFile -l logPath -e -o reportPath -r了解当前服务器最多能同时处理多少个线程。
2.使用jmeter -n -t jmxFile -l logPath -e -o reportPath 确认单机发送的极限线程。