background image
<< What's in Command Usage Reports? | SQL Execution Commands >>
<< What's in Command Usage Reports? | SQL Execution Commands >>

Time Executing Commands

358
Chapter 12 - Reporting Performance Testing Results
s
Sent Kbytes/Connection
­ Kilobytes of data sent by reported
http_request
commands per connection. Derived by dividing the kilobytes of data sent by the
number of successfully established HTTP connections.
s
Passed Connections/Min
­ Number of successful HTTP connections established per
minute. Derived by dividing the number of successful HTTP connections by the
active time.
s
Avg Connect Setup Time
­ Average time, in milliseconds, required to establish a
successful HTTP connection. Derived by dividing the total connection time for all
recorded
http_request
commands by the number of successful connections.
s
HTTP Sent Kbytes/Sec
­ Kilobytes of data sent per second. Derived by dividing the
kilobytes of data sent by all recorded
http_request
commands by the active
time.
s
HTTP Recv Kbytes/Sec
­ Kilobytes of data received per second. Derived by
dividing the kilobytes of data received by all recorded
http_nrecv
and
http_recv
commands by the active time.
s
Recv Kbytes/Connection
­ Kilobytes of data received by reported
http_nrecv
and
http_recv
commands per connection. Derived by dividing the kilobytes of
data received by the number of successfully established HTTP connections.
If any VU emulation commands are executed that represent socket traffic, the
Command Usage report includes:
s
Passed Socket Connections
­ Number of successful socket connections established
by all reported
sock_connect
functions.
s
Socket Sent Kbytes
­ Kilobytes of data sent by reported
sock_send
commands.
s
Socket Received Kbytes
­ Kilobytes of data received by reported
sock_nrecv
and
sock_recv
commands.
s
Passed Connections/Min
­ Number of successful socket connections established
per minute. Derived by dividing the number of successful socket connections by
the active time.
s
Socket Sent Kbytes/Sec
­ Kilobytes of data sent per second. Derived by dividing
the kilobytes of data sent by all recorded
sock_send
commands by the active
time.
s
Socket Recv Kbytes/Sec
­ Kilobytes of data received per second. Derived by
dividing the kilobytes of data received by all recorded
sock_nrecv
and
sock_recv
commands by the active time.