deepflow icon indicating copy to clipboard operation
deepflow copied to clipboard

[AGENT] add network metrics

Open StrayLittlePunk opened this issue 3 years ago • 1 comments

This PR is for:

  • Agent

Fixes

  • client latency 1. The first waiting time: the time from the client's first request to the completion of the three-way handshake (the client sends SYN-ACK-ACK) or the time from the client's first request to the time from receiving the server data 2. subsequent waiting time: The time between the client request and the last server response (Payload > 1)
  • Transport layer throughput: number of SYN packets number of SYN-ACK packets number of Retran SYN packets number of Retran SYN-ACK packets

StrayLittlePunk avatar Aug 20 '22 11:08 StrayLittlePunk

需要增加 SYN重传、SYNACK重传 两个指标

sharang avatar Aug 25 '22 00:08 sharang