Value | Description |
ConnectTime | Number of milliseconds (minimum, maximum, and average) it takes to establish an HTTP connection to the server |
SendTime | Number of milliseconds (minimum, maximum, and average) it takes to send HTTP data to the server |
RecvTime | Number of milliseconds (minimum, maximum, and average) it takes to receive HTTP data from the server |
TotalTime | Sum of previous three values |
ActionsTime | Number of milliseconds (minimum, maximum, and average) it takes to perform an HTTP action
(Briefly, an "action" is an HTTP request, for example, POST, that involves special work on the server to process. A GET request directs the server to simply return the data for the specified URL, but a POST request involves the server creating/updating a database with the specified information.) |
Kbytes/Page | Number of kilobytes (minimum, maximum, and average) of data received per request |
Object/Page | Number of HTM and JPG objects (minimum, maximum, and average) of data received per request |
Kbytes/Page | Number of kilobytes per object (minimum, maximum, and average) of data received |
Totals | This includes the following:
- Kbytes (total kilobytes of data received)
- Pages (total number of Web pages received)
- Obj (total number of objects received)
- Timeout (total number of server timeouts; this represents the number of times the server did not respond to a connection request)
- Drops (total number of times the server dropped a connection; this represents the number of times the server was unable to send or receive after successfully establishing an endpoint)
- ActF (total number of Actions failed; this represents the number of times the server was unable to connect, send, or receive after successfully establishing an endpoint for an Action request)
- Act (total number of actions)
- Serr (total number of server errors)
- Cerr (total number of client errors)
- Hit/Min (average number of objects received per minute)
- Min Running (number of minutes that the test has been running)
|