CouchDB Http Requests Test
The HTTP Provider Service represents a server socket that listens for client HTTP connections. It takes care of parsing the URL of the incoming HTTP requests, dispatching them to the correct module for processing, and returning the generated responses back to the client. The CouchDB HTTP Requests test monitors how well the HTTP Provider Service responds to the HTTP connection requests received from clients.
Target of the test : Apache CouchDB Server
Agent deploying the test : An internal/remote agent
Outputs of the test : One set of results for the target Apache CouchDB Server.
Parameter | Description |
---|---|
Test period |
How often should the test be executed. |
Host |
The IP address of the target server that is being monitored. |
Port |
The port number through which the Couchdb server communicates. The default port is 5984. |
Username |
In order to monitor an Apache CouchDB server, a special database user account with Admin privilege has to be created in every Apache CouchDB server instance that requires monitoring. In the Username text box, specify the Username for monitoring the target Apache CouchDB server instance.To create a new user, refer Pre-requisites for Monitoring Apache CouchDB topic. |
Password |
Specify the password of the specified Username. |
Confirm Password |
Confirm the password by retyping it here. |
Measurement | Description | Measurement Unit | Interpretation |
---|---|---|---|
HTTP copy request rate |
Indicates the rate of Http copy requests. |
Requests/sec |
|
HTTP delete request rate |
Indicates the rate of Http delete requests. |
Requests/sec |
Ideally, low value is desired for this measure. |
HTTP get request rate |
Indicates the rate of Http get requests. |
Requests/sec |
|
HTTP head request rate |
Indicates the rate of Http head requests. |
Requests/sec |
|
HTTP post request rate |
Indicates the rate of Http post requests. |
Requests/sec |
|
HTTP put request rate |
Indicates the rate of Http put requests. |
Requests/sec |
|