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 中的服务器处理时间是否需要手动计算。我能够测量请求的(响应时间/延迟)和(经过时间),但无法获得处理时间。
我认为使用 JMeter 不可能做到这一点。
因为要做到这一点,你需要服务器发送第一个字节和客户端接收它之间的时间(网络时间),因为你没有它......
即使这样,我也不确定它是否准确,因为服务器可以在开始在响应缓冲区中写入字节的同时继续处理。
所以我的回答是单独使用 JMeter 是不可能的。