Skip to main content
1-Visitor
January 10, 2017
Solved

Stress testing - simulate device

  • January 10, 2017
  • 2 replies
  • 1847 views

Hi,

  • I need to simulate "N" number of devices connected to TWX, can somebody provide some guidance on how to perform this? I need to simulate a very large number of connected devices (300k+).
  • Has anyone tried to perform some stress testing? what tools you used to monitor performance?

Thanks!

Best answer by PaiChung

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

2 replies

PaiChung22-Sapphire IAnswer
22-Sapphire I
January 11, 2017

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

1-Visitor
January 11, 2017

Thanks Pai. I'll give a look to those things you mentioned, thanks!