cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Stress testing - simulate device

fstevenson
1-Newbie

Stress testing - simulate device

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!

1 ACCEPTED SOLUTION

Accepted Solutions
PaiChung
22-Sapphire I
(To:fstevenson)

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

View solution in original post

2 REPLIES 2
PaiChung
22-Sapphire I
(To:fstevenson)

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!

Top Tags