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.
当我启动磨床对一个简单的 Web 应用程序进行负载测试时,没有任何反应,它会挂起。我以前在不同的机器上运行过相同的脚本,它曾经可以工作。我尝试通过放置打印语句来调试它,并看到 GET 之后的打印没有出现。欢迎任何帮助或建议..
好吧,这是一个系统问题,因为相同的设置在不同的机器上运行。但是我发现通过在grinder.debug.singleprocess 模式下运行grinder 并设置-javaagent:path/grinder-dcr-agent-version.jar 在同一台机器上工作。这对我来说也很奇怪。希望有所帮助。