Issue
The Webmon (aka Web Mon, Web-Mon, WebMon) sampler's serverState headline cell and status column show different values.
Explanation
The values of those cells come from different command outputs. Below is an image that shows the conflicting values:
The serverState headline cell is UNAVAILABLE while the scenario's status column is OK. Their values are a result of the following commands:
- For the serverState headline cell, the command is:
-
curl -I -X GET http://<configured host value>:<configured port>
- e.g.
curl -I -X GET http://192.168.101.75:80
-
- For the scenario's status column, the command is:
-
curl -I -X GET http://<configured scenario host value>:<configured scenario port>/<configured page>
- e.g.
curl -I -X GET http://192.168.101.75:30044/ORB
-
Reference
The Web-Mon sampler used for this article can be viewed/downloaded here.
Comments
0 comments
Please sign in to leave a comment.