Events User Manual: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 12: | Line 12: | ||
Record interaction with a load generator. This example was based on NeoLoad. | Record interaction with a load generator. This example was based on NeoLoad. | ||
==Prepare the Target Environment== | |||
On the target environment, reset the application server node: | |||
<pre> | |||
cd /c/ovidiu/bin | |||
./environment.sh stop | |||
./environment.sh start | |||
</pre> |
Revision as of 06:01, 22 April 2016
Internal
Overview
A HttpEvent contains all the query parameters under a “query” MapProperty.
A HttpEvent contains all the incoming headers under a “incoming-headers” MapProperty.
Business Scenario Measurement Procedure
Record interaction with a load generator. This example was based on NeoLoad.
Prepare the Target Environment
On the target environment, reset the application server node:
cd /c/ovidiu/bin ./environment.sh stop ./environment.sh start