Previous Topic: VirtualServiceEnvironment CommandsNext Topic: Using CA Continuous Application Insight


Java Agent VSE Properties

The configuration properties for the DevTest Java Agent include some properties that apply to VSE.

You can configure these properties from the Agents window of the DevTest Portal. The properties appear in the Settings tab.

Startup mode

Specifies the virtualization mode at startup>

Values:

Shallow recording

Specifies to perform callbacks only on top level (in the stack frames) virtualized methods.

Maximum graph size

Defines the maximum size (in bytes) of a serialized-to-XML object graph.

Reply timeout

Specifies the maximum interval that is allowed for a VSE reply at playback. This value should exceed any think time in your tests.

Omit by reference

Specifies whether to record or replay arguments that reference and void methods modify.

Values:

Cache responses

Specifies whether to cache response objects key by their string representation to bypass unmarshalling.

Values:
Enable JIT

VSE jit means model/image logic is partially (or entirely) cached in the agent.

JIT threshold

Defines how many method invocations cause VSE jitting to occur.