>Is it possible to have multiple system under tests and collect the results >in central location ? yes many different ways to do it too a. It could be part of the same test (and same thread group also) b. It could be part of the same test but different threadgroups which include the same script c. It could be part of a distributed test where each server sends to one of the systems d. It could be independent tests which aggregate the results using some of the listeners and so on...
On Mon, Apr 20, 2015 at 7:21 AM, Neependra Khare <[email protected]> wrote: > In my environment I have different apps running and they > can be accessed via end-points like following :- > > https://hello.example.com <https://hello-openshift.cloudapps.example.com> > https://hello1.example.com <https://hello-openshift.cloudapps.example.com/ > > > ....... > ....... > https://helloN.example.com <https://hello-openshift.cloudapps.example.com/ > > > > I want to send simultaneous requests through jmeter to all of the > end-points > and collect response time. > > Is it possible to have multiple system under tests and collect the results > in > central location ? > > Thanks. > > -- > Regards, > Neependra > www.neependra.net >
