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.
我已经使用 Jmeter 为简单的登录场景对 100 个并发用户进行了负载测试。但我无法从负载测试结果中说出问题所在。为了从结果中找出性能问题,我考虑了哪些参数?
请帮帮我。
为了找到由 Jmeter 测试触发的性能瓶颈,您确实需要监控目标主机本身,查看 CPU 使用情况、内存使用情况、堆空间使用情况等。此外,您需要评估特定主机的行为Jmeter 请求调用的服务。
换句话说,Jmeter 可以帮助您创建一个负载/性能/压力测试场景,该场景将在您的应用程序中遇到性能瓶颈,但是对这些瓶颈来源的分析实际上最好作为单独的系统和应用程序监控活动来处理,而Jmeter 测试正在运行。