>1. Is it possible to get only selected samples displayed in the 'Aggregate Report'. As of now what ever action is executed by the Jmeter is getting displayed. Not as far as I know , no. However if you give the samples you dont want the same name , you can atleast reduce this to a single row. You can also write the data to a file (csv or xml) and use whichever tool you need to filter data. >2. Is it possible to log combined result of a set of actions See transaction controller. >3If I use a Loop controller in my script is it possible to log the number of loops executed at one particuar point of time. Not directly, as far as I know. However you can specify a variable that is incremented(via Beanshell or functions) every time within the loop and use that. http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Transaction_Controller
regards deepak On Tue, Nov 17, 2009 at 2:57 AM, Lolina Bharathan <[email protected]>wrote: > Hi All, > I am new to Jmeter. I am using JMeter to perform load test on an > application based on asp.net. > > Can someone please help me out with these queries. > 1. Is it possible to get only selected samples displayed in the 'Aggregate > Report'. As of now what ever action is executed by the Jmeter is getting > displayed. > > 2. Is it possible to log combined result of a set of actions > say, Start time > Action1 > Action2 > Action3 > End time > In my result I want to log, the start time, End time and the time > difference. In short I want the time taken by the application to execute all > these 3 actions. > > 3. If I use a Loop controller in my script is it possible to log the number > of loops executed at one particuar point of time. To describe, while > executing the script, say a loop is to be executed 10 times and I am > calculating the time taken for a particular action which is within this > loop. While getting the time taken by that action is it possible for me to > get the number of iterations that is going on? > > Thanks in advance. > > Regards > Lolina > > > The INTERNET now has a personality. YOURS! See your Yahoo! Homepage. > http://in.yahoo.com/

