| Measurement |
Description |
Measurement
Unit |
Interpretation |
| Response_time |
The
time taken by the web server to respond to requests. Only requests for
which successful responses are received are considered while computing
the response time.
|
Secs |
A
very high value for this measure indicates a bottleneck on the web
server or one of the applications on the server. |
| Request_rate |
The
rate of requests to the web server |
Reqs/Sec
|
This value is indicative of the server workload.
|
| Active_connections
|
The
number of connections currently open to the server |
Number |
A
high value can indicate a slow-down of the web server or applications
hosted by it. |
| Connection_rate |
The
rate of connections to the web server during the last measurement
period |
Conns/Sec
|
An
increase or decrease in connection rate can represent a change in the
user workload. |
| Data_xmit_rate |
Rate
at which the data was transmitted by the server to clients during the
last measurement period |
KB/Sec
|
A
large increase in the data transmission rate can be indicative of an
increase in the popularity of one or more web sites hosted on the
server. |
| Error_rate |
The
rate at which errors occurred on the server during the last
measurement period |
Errors/Sec
|
The
details of the type of errors occurring are reported by the test
OraHttpRespTest.
|
| Post_request_rate |
The
rate of post requests to the web server |
Reqs/Sec
|
|
| Get_request_rate |
The
rate of get requests to the web server |
Reqs/Sec
|
|