2015-12-08 15:56:21 +01:00
|
|
|
.. _h2load-1-output:
|
|
|
|
|
2015-02-01 08:36:58 +01:00
|
|
|
OUTPUT
|
|
|
|
------
|
|
|
|
|
|
|
|
requests
|
|
|
|
total
|
|
|
|
The number of requests h2load was instructed to make.
|
|
|
|
started
|
|
|
|
The number of requests h2load has started.
|
|
|
|
done
|
|
|
|
The number of requests completed.
|
|
|
|
succeeded
|
|
|
|
The number of requests completed successfully. Only HTTP status
|
|
|
|
code 2xx or3xx are considered as success.
|
|
|
|
failed
|
|
|
|
The number of requests failed, including HTTP level failures
|
|
|
|
(non-successful HTTP status code).
|
|
|
|
errored
|
|
|
|
The number of requests failed, except for HTTP level failures.
|
2015-08-14 15:38:23 +02:00
|
|
|
This is the subset of the number reported in ``failed`` and most
|
|
|
|
likely the network level failures or stream was reset by
|
|
|
|
RST_STREAM.
|
2015-08-18 07:52:22 +02:00
|
|
|
timeout
|
2015-08-18 14:32:47 +02:00
|
|
|
The number of requests whose connection timed out before they were
|
2015-08-20 16:31:22 +02:00
|
|
|
completed. This is the subset of the number reported in
|
|
|
|
``errored``.
|
2015-02-01 08:36:58 +01:00
|
|
|
|
|
|
|
status codes
|
|
|
|
The number of status code h2load received.
|
|
|
|
|
|
|
|
traffic
|
|
|
|
total
|
|
|
|
The number of bytes received from the server "on the wire". If
|
2015-11-09 03:40:35 +01:00
|
|
|
requests were made via TLS, this value is the number of decrypted
|
2015-02-01 08:36:58 +01:00
|
|
|
bytes.
|
|
|
|
headers
|
2015-11-03 17:03:35 +01:00
|
|
|
The number of response header bytes from the server without
|
|
|
|
decompression. The ``space savings`` shows efficiency of header
|
|
|
|
compression. Let ``decompressed(headers)`` to the number of bytes
|
|
|
|
used for header fields after decompression. The ``space savings``
|
|
|
|
is calculated by (1 - ``headers`` / ``decompressed(headers)``) *
|
|
|
|
100. For HTTP/1.1, this is usually 0.00%, since it does not have
|
2017-12-17 05:23:37 +01:00
|
|
|
header compression. For HTTP/2, it shows some insightful numbers.
|
2015-02-01 08:36:58 +01:00
|
|
|
data
|
|
|
|
The number of response body bytes received from the server.
|
|
|
|
|
|
|
|
time for request
|
|
|
|
min
|
|
|
|
The minimum time taken for request and response.
|
|
|
|
max
|
|
|
|
The maximum time taken for request and response.
|
|
|
|
mean
|
|
|
|
The mean time taken for request and response.
|
|
|
|
sd
|
2015-05-07 11:58:32 +02:00
|
|
|
The standard deviation of the time taken for request and response.
|
2015-02-01 08:36:58 +01:00
|
|
|
+/- sd
|
|
|
|
The fraction of the number of requests within standard deviation
|
|
|
|
range (mean +/- sd) against total number of successful requests.
|
|
|
|
|
2015-05-07 11:58:32 +02:00
|
|
|
time for connect
|
|
|
|
min
|
2018-11-02 07:43:35 +01:00
|
|
|
The minimum time taken to connect to a server including TLS
|
|
|
|
handshake.
|
2015-05-07 11:58:32 +02:00
|
|
|
max
|
2018-11-02 07:43:35 +01:00
|
|
|
The maximum time taken to connect to a server including TLS
|
|
|
|
handshake.
|
2015-05-07 11:58:32 +02:00
|
|
|
mean
|
2018-11-02 07:43:35 +01:00
|
|
|
The mean time taken to connect to a server including TLS
|
|
|
|
handshake.
|
2015-05-07 11:58:32 +02:00
|
|
|
sd
|
|
|
|
The standard deviation of the time taken to connect to a server.
|
|
|
|
+/- sd
|
|
|
|
The fraction of the number of connections within standard
|
|
|
|
deviation range (mean +/- sd) against total number of successful
|
|
|
|
connections.
|
|
|
|
|
|
|
|
time for 1st byte (of (decrypted in case of TLS) application data)
|
|
|
|
min
|
|
|
|
The minimum time taken to get 1st byte from a server.
|
|
|
|
max
|
|
|
|
The maximum time taken to get 1st byte from a server.
|
|
|
|
mean
|
|
|
|
The mean time taken to get 1st byte from a server.
|
|
|
|
sd
|
|
|
|
The standard deviation of the time taken to get 1st byte from a
|
|
|
|
server.
|
|
|
|
+/- sd
|
|
|
|
The fraction of the number of connections within standard
|
|
|
|
deviation range (mean +/- sd) against total number of successful
|
|
|
|
connections.
|
|
|
|
|
2015-12-19 14:56:10 +01:00
|
|
|
req/s
|
2015-12-01 15:49:28 +01:00
|
|
|
min
|
|
|
|
The minimum request per second among all clients.
|
|
|
|
max
|
|
|
|
The maximum request per second among all clients.
|
|
|
|
mean
|
|
|
|
The mean request per second among all clients.
|
|
|
|
sd
|
|
|
|
The standard deviation of request per second among all clients.
|
|
|
|
server.
|
|
|
|
+/- sd
|
|
|
|
The fraction of the number of connections within standard
|
|
|
|
deviation range (mean +/- sd) against total number of successful
|
|
|
|
connections.
|
|
|
|
|
2015-04-27 14:23:01 +02:00
|
|
|
FLOW CONTROL
|
|
|
|
------------
|
|
|
|
|
|
|
|
h2load sets large flow control window by default, and effectively
|
|
|
|
disables flow control to avoid under utilization of server
|
|
|
|
performance. To set smaller flow control window, use :option:`-w` and
|
|
|
|
:option:`-W` options. For example, use ``-w16 -W16`` to set default
|
2017-12-17 05:23:37 +01:00
|
|
|
window size described in HTTP/2 protocol specification.
|
2015-04-27 14:23:01 +02:00
|
|
|
|
2015-01-09 16:37:42 +01:00
|
|
|
SEE ALSO
|
|
|
|
--------
|
|
|
|
|
|
|
|
:manpage:`nghttp(1)`, :manpage:`nghttpd(1)`, :manpage:`nghttpx(1)`
|