h2load: Clarify that time for connect includes TLS handshake
This commit is contained in:
parent
dcbe0c690f
commit
b5619fb156
|
@ -60,11 +60,14 @@ time for request
|
||||||
|
|
||||||
time for connect
|
time for connect
|
||||||
min
|
min
|
||||||
The minimum time taken to connect to a server.
|
The minimum time taken to connect to a server including TLS
|
||||||
|
handshake.
|
||||||
max
|
max
|
||||||
The maximum time taken to connect to a server.
|
The maximum time taken to connect to a server including TLS
|
||||||
|
handshake.
|
||||||
mean
|
mean
|
||||||
The mean time taken to connect to a server.
|
The mean time taken to connect to a server including TLS
|
||||||
|
handshake.
|
||||||
sd
|
sd
|
||||||
The standard deviation of the time taken to connect to a server.
|
The standard deviation of the time taken to connect to a server.
|
||||||
+/- sd
|
+/- sd
|
||||||
|
|
Loading…
Reference in New Issue