Good points all around. I'll have to analyze the logs a bit further to determine if order is really significant. Considering the volume of records involve teasing out any order dependency may be a lot more work than it's worth.
> Date: Fri, 21 Nov 2014 09:36:50 -0800 > Subject: Re: Any way to send mix of different request types while preserving > order?? > From: [email protected] > To: [email protected] > > > 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. > >
