Latency在Request/Reponse場(chǎng)景的定義
Posted on 2014-07-01 14:10 Milo的海域 閱讀(570) 評(píng)論(0) 編輯 收藏 所屬分類: Linuxlatency = client send request time + network trans time (->)+ server receive request time+ reponse time + server send reponse time+ network trans time (<-)+ client receive reponse time
latency = first byte out, last byte in time