Generate/Split on a percent
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2011
03:13 AM
12-03-2011
03:13 AM
Generate/Split on a percent
How would you generate at a given rate, and split the traffic by percentage (i.e. 80% to this path, 20% to this path).
Want to simulate avg size and max size messages, by percent. Using delay isn't acceptable, since variability in processing time would affect the effective percent.
Thx
Want to simulate avg size and max size messages, by percent. Using delay isn't acceptable, since variability in processing time would affect the effective percent.
Thx
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2011
07:47 AM
12-05-2011
07:47 AM
Hi,
Currently this isn't supported directly, as the Splitter component doesn't weight the outputs in any way. We will likely introduce this feature in the future. However in the meantime, one way you could solve the problem for this particular split is to use a Splitter component with 5 outputs, directing 4 of them to the same Runner, and the last on to the other Runner. This would give you an 80-20 split, but obviously isn't very pretty.
Regards,
Dain
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Currently this isn't supported directly, as the Splitter component doesn't weight the outputs in any way. We will likely introduce this feature in the future. However in the meantime, one way you could solve the problem for this particular split is to use a Splitter component with 5 outputs, directing 4 of them to the same Runner, and the last on to the other Runner. This would give you an 80-20 split, but obviously isn't very pretty.
Regards,
Dain
SmartBear Software
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
