Answered question

Difference between Agent/MonitoringAgent.vmoption in \bin and Agent/MonitoringAgent.properties in \conf folders?

It is observed that there is an Agent/MonitoringAgent.vmoptions files in the \bin folder and also there is an Agent/MonitoringAgent.properties files in the \conf folder. I would like to understand the difference between them as I begin to tune my Controller/LoadGenerator settings.

Sreenivasan S.
Sreenivasan S.

Sreenivasan S.

Level
0
71 / 100
points
Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Yes, the vmoptions are small as the agent doesn't work hard, so 512m, the engine (properties) takes a quarter of the available RAM, you can change these settings to reflect your needs

Did you find this useful ?

No (0)

Yes (1)

100%

100% of users found this answer useful

Other answers

Neil W.
Neil W.

Neil W.

Level
4
5000 / 5000
points
Team

Like the load generator, the monitoring has two components, the agent and the engine, the agent is the middleman, in communication with the Neoload Controller. When the Controller wants to begin monitoring, it speaks to the agent and the agent then spins up the engine to do the actual work

vmoptions = agent (small footprint 512m)
properties = engine (bigger footprint 1/4 RAM)

Sreenivasan S.
Sreenivasan S.

Sreenivasan S.

Level
0
71 / 100
points

Thanks Neil. Does this mean the Memory options that I specify in .vmoptions and .properties are independent of each other? If yes, which would require higher memory .vmoptions or .properties file?