performance - 了解 Charles 调试代理的计时值

标签 performance http charles-proxy

enter image description here

这张来自 Charles 的图片显示了一些非常有趣的信息:

  • 持续时间
  • 请求持续时间
  • 响应持续时间
  • 延迟

我想更好地理解这些术语的实际含义。

即,Charles 如何衡量请求持续时间? (在 HTTP 事务过程中,这是从何时到何时的时间?)响应也是如此。

此外,请求 + 响应 != 持续时间。剩余的服务器端处理时间?

这里的延迟是什么指标?

最佳答案

来自documentation :

  • Request - the time spent sending (uploading) the request (dark blue)
  • Latency - the time spent waiting for network latency or processing time on the server (mid blue)
  • Response - the time spent receiving (downloading) the response (light blue)

关于performance - 了解 Charles 调试代理的计时值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12084674/

相关文章:

时间:2019-05-01 标签:c++: dynamic number of nested for loops (without recursion)

sql-server - 单列或多列主键的 SQL Server 性能差异?

http - Go http客户端不遵循重定向

c# - 如何以编程方式登录雅虎网站

java - Charles Web调试代理请求java

performance - 这种 Big-Theta 符号的概括是否正确?

performance - 如何检测 EventWaitHandle 是否正在等待?

php - curl 请求不适用于实时服务器

https - 查尔斯代理 : rewrite on https does not work

Android 模拟器无法信任 Charles 代理证书