Response time : it is the time between issuing a request and the first byte received as a response from the server 反应时间:指的是服务器接收到请求直到返回应答之间的时间。
Bytes received displays the cumulative number of bytes received over all open socket connections since the process started 显示自进程启动后通过所有开放的套接字连接接收的字节的累积数目。
Examples include counters that monitor a processor s busy time , memory usage , or the number of bytes received over a network connection 示例包括监视处理器的繁忙时间、内存使用或在一次网络连接过程中收到的字节数的计数器。可以使用
Execution time : it is the time taken to process a request . this is measured as the time elapsed between the first byte received from the server and the last one 执行时间:指的是处理完成一个请求需要花费的时间。更确切的说是指收到来自服务器第一个字节的数据与最后一个字节数据所用的时间。