Gauvbruce,

No problem, I'm only trying to share what i've learned about JMeter, in
action, reading tutorials (articles) and even from the discussion list.

There'snt a specific guide to analyse perform test.
Actually, in all my works the response that JMeter gave to me, normaly i
only take the throughput information, collectin the timestamp retrieved from
the log aggregate report (xml extension).
The most common practice to analyse perf it's to instrument all the
environment, from the dataBase (trace to check the most common used queries,
setting up perf analyzer and etc.), OS (collecting the perf of the system)
and to the application itself.
After that, when all the chosen scenarios are created (from a simple html
business simulation to a complex protocol assert), and the load battery it's
defined, you can start a JMeter (or any other application) load test.

One guy that i really enjoy to read articles, books and white papers its
Scott barber. He came to Brazil once, i went to his workshop and it was
fantastic.

And about the initial problem, did you solved your problem?

Cheers.

Thanks Evandro Grezeli,
You are Helping me a lot ....:-)
Can you tell me how to analyse the load testing of any application
specifically web application....
as i know that its all about calculating the responses from the server
periodically....
Basic question is how to do it.....??
and hence make a best practice for load testing of any application , i have
searched the web regarding it but wants to know/ learn from an experts (may
be any ebook or something like that).



On Sat, Feb 6, 2010 at 10:38 AM, gauvbruce <[email protected]> wrote:

>
>
>
> Evandro Grezeli wrote:
> >
> > Gauvbruce,
> >
> > The example i can give it's adding a CSV config element, listing all your
> > user's that you want to log on in your page.
> > But as you said, you doesn't got a positive answer from your test, so
> > there's two toughts in my mind:
> >
> > 1- JMeter didn't find your CSV file (problem with the location or even
> the
> > variables name of the file, to be set in the csv config element)
> > 2- You're passing the variables in the wrong format in your assert.
> >
> > So to try to figure it out, you must add a Debug Sampler (Right click on
> > your thread group, Samples -> Debug Sampler) and than mark as true the
> box
> > "JMeter Variables" and set False to the other box. After that add to the
> > same Thread Group User a Listener -> Tree View Result and run your test
> > again. After finishing it, there will be at the list of asserts the Debug
> > Sampler, click on it and see as text format the request of your Debug and
> > try to find in the list your parametrization, than reply to the list the
> > values listed there so we can try to aid a little more with your problem.
> >
> > []'s
> >
> > On Fri, Feb 5, 2010 at 8:33 AM, gauvbruce <[email protected]> wrote:
> >
> >>
> >>
> >> Evandro Grezeli wrote:
> >> >
> >> > did you tried to add a Debug Sampler and see if your parametrization
> >> it's
> >> > passing the value successfully? If doesn't, try it and watch the value
> >> of
> >> > all variables in tree result view
> >> >
> >> > On Thu, Feb 4, 2010 at 11:01 AM, gauvbruce <[email protected]>
> wrote:
> >> >
> >> >>
> >> >> Hi,
> >> >> I have an problem with parameterization of the login page..
> >> >> I used csv.config file, User Parameter, session manager as well...but
> >> no
> >> >> positive outcome...   :(
> >> >> i am using a website of Asp.net and javascript.....all recording is
> >> been
> >> >> done and http requests are been saved successfuly...no problem in
> >> that...
> >> >> but how to do parameterizations for the login name...as i think that
> >> >> session
> >> >> also needs to be changed ...?
> >> >>
> >> >> Steps followed are :
> >> >> 1) Recorded succesfuly as in terms of http request.
> >> >> 2) Need to use a parameterization of the login page...
> >> >> 3) Giving no error but Login was not been used..
> >> >> 4) What is the role of threads in that if parameterization is not
> >> >> happening
> >> >> ?
> >> >>
> >> >> Anyone  help ...
> >> >>
> >> >> Thanks
> >> >>
> >> >> --
> >> >> View this message in context:
> >> >>
> http://old.nabble.com/Jmeter-parameterization-tp27452179p27452179.html
> >> >> Sent from the JMeter - User mailing list archive at Nabble.com.
> >> >>
> >> >>
> >> >> ---------------------------------------------------------------------
> >> >> To unsubscribe, e-mail: [email protected]
> >> >> For additional commands, e-mail: [email protected]
> >> >>
> >> >>
> >> >
> >> >
> >> > --
> >> > Atenciosamente
> >> > Regards
> >> > Evandro Grezeli de B. Neves
> >> >
> >> >
> >>
> >>
> >>
> >> Thanks Evandro Grezeli :-)
> >> I tried debug sampler but unable to find the result .....
> >> If you can give me a example for "using the parameterization"
> >> and hence adding multiple users/logins irrespective of the
> >> sessionids/testids /event ids as they are been created in my
> >> scenario.....
> >>
> >> thanks again ...
> >> --
> >> View this message in context:
> >> http://old.nabble.com/Jmeter-parameterization-tp27452179p27466008.html
> >> Sent from the JMeter - User mailing list archive at Nabble.com.
> >>
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: [email protected]
> >> For additional commands, e-mail: [email protected]
> >>
> >>
> >
> >
> > --
> > Atenciosamente
> > Regards
> > Evandro Grezeli de B. Neves
> >
> >
>
>
> Thanks Evandro Grezeli,
> You are Helping me a lot ....:-)
> Can you tell me how to analyse the load testing of any application
> specifically web application....
> as i know that its all about calculating the responses from the server
> periodically....
> Basic question is how to do it.....??
> and hence make a best practice for load testing of any application , i have
> searched the web regarding it but wants to know/ learn from an experts (may
> be any ebook or something like that).
>
> Thanks
> --
> View this message in context:
> http://old.nabble.com/Jmeter-parameterization-tp27452179p27479249.html
> Sent from the JMeter - User mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>


-- 
Atenciosamente
Regards
Evandro Grezeli de B. Neves

Reply via email to