Events User Manual: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 23: | Line 23: | ||
./environment.sh start | ./environment.sh start | ||
</pre> | </pre> | ||
The start script will also clean the previous logs. | |||
==Run the Test== | |||
==Shut Down and Collect Data== | |||
<pre> | |||
cd /c/ovidiu | |||
./bin/environment.sh stop | |||
</pre> | |||
All log data is collected and zipped under /c/ovidiu/data/load-data-yy-mm-dd-hh-mm-ss...zip |
Revision as of 06:03, 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
The start script will also clean the previous logs.
Run the Test
Shut Down and Collect Data
cd /c/ovidiu ./bin/environment.sh stop
All log data is collected and zipped under /c/ovidiu/data/load-data-yy-mm-dd-hh-mm-ss...zip