Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. 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!