Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
Hi,
Thanks!
Solved! Go to Solution.
with something like JMeter you can do REST API call type simulation
else you will need to take the SDK or our WSEMS and create simulators.
For example you can use the WSEMS and LuaScriptResource to define multiple devices.
from there you might be take it another step further to create scripts that stand up VMs with enumerated Agents
with something like JMeter you can do REST API call type simulation
else you will need to take the SDK or our WSEMS and create simulators.
For example you can use the WSEMS and LuaScriptResource to define multiple devices.
from there you might be take it another step further to create scripts that stand up VMs with enumerated Agents
Thanks Pai. I'll give a look to those things you mentioned, thanks!