Making Sense of the Report Data |
(Note: This section is a little outdated and will be updated shortly. This section refers to older defenitions that were related to the comma delimeted formating output. The latest version of WebPAJ is XML based and will vary a little from this. However, most of these defenitions stayed the same and will still serve as an adequate reference. The reports are also in the process of being updated and this section will updated as well.)
WebPAJ Reports contain information and time calculations defined below:
- Connection Time
- The time it takes for a virtual client to connect to the URL being tested, in milliseconds.
- Send and Response Time
- The time it takes to send a request for the data and to receive the data from the URL connection, in milliseconds.
- Process Time
- The time it takes to parse an HTTP response and then populate the document object model, in milliseconds. Note: not supported in this version
- Transaction Time
- The time it takes to complete a successful URL request, in milliseconds. The transaction time is the sum of the Connect Time, Send and Response Time, and Process Time.
- Start of Transaction
- The date and time of the beginning of a single transaction.
- End of Transaction
- The date and time of the end of a single transaction.
- Transaction Run Time
- The total time it took on Transaction to complete. Can also be viewed as the total time URL connection stayed open.
- Attempted Connections
- The number of attempted connections.
- Successful Connections?
- The number of successful connections. The difference between this and attempted connections indicates failed connections.
- Average Connection Time
- The average of all connection time calculations.
- Attempted Send and Response
- The number of attempted send and response procedures.
- Successful Send and Response
- The number of successful send and response procedures. The difference between this and attempted send and response indicates failures.
- Average Send and Response
- The average time for send and response procedures during reporting cycle.
- Total Time
- the amount of time it took for all the clients to finish testing.
- Number of Transactions
- The total number of transactions that occurred during the test process.
- Average Transaction Processes per second
- The average amount of transactions that occurred during one second.
- Average Time per Transaction
- The average time it took each transaction to complete.
- Average Transaction per second
- Based on run time the total number of transaction that occurred during one second.
|