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.
我正在处理许多中等复杂度的 Java/Jsp 应用程序,并且想知道使用 Jmeter 进行性能测试而不是使用 Jprofiler/Netbeans 分析器进行分析会有什么额外的优势。如果有人提供任何相同的建议,将不胜感激。
分析和性能测试完全不同。
性能测试发生在系统级别,在不同类型的负载下,并确保您的系统符合其 SLA(服务级别协议)。
当您的性能测试显示问题时,您会执行分析。它可以帮助您识别系统中对性能问题影响最大的部分,并告诉您应该将精力集中在哪里。