> if a mix of content can be sent through J-meter.
Yes it can.If you have a single list which you are iterating over - any of
the conditional will do (for e.g. a SwitchController or as you said an IF
controller) - You need to have something in the log file which can indicate
which type of request to use.

> I'd prefer the order of requests be preserved as closely as practical.
The order isn't as much of the issue you need to solve  but the concurrency
- since in Jmeter you must necessarily wait for the response before the
next request in the same thread can be fired (so effectively you must use
multiple threads).


On Fri, Nov 21, 2014 at 8:24 AM, P R <[email protected]> wrote:

> I'm exploring using J-meter to replay log activity and was curious if a
> mix of content can be sent through J-meter. For example, some requests sent
> over XML-RPC, others over TCP sockets, and still others using HTTP REST.
>
> It appears that J-meter's If Condition or distributed capability may help.
> Separate thread groups also seem useful; though, I'd prefer the order of
> requests be preserved as closely as practical.
>

Reply via email to