Re: TCP session

2005-07-22 Thread srikanth peddireddy
hmm , I am happy that my naive question about extending TcpSampler has triggerd this kind of a discussion. Its good to be part of such discussion (though I understood very few things in it) where Jmter stalwarts are discussing its internals. sebb your statement which says "It seems the TCP

Re: TCP session

2005-07-21 Thread srikanth peddireddy
Hi Sebb, can you please answer some more questions on this topic. I gave some of my assumptions and dopubts below your response >>The current TCP Sampler creates a new socket for each sampler >>occurrence in each thread. I do plan to add re-usable sockets to the >>TCP Sampler, but that probabl

Re: AW: TCP session

2005-07-21 Thread srikanth peddireddy
i think Zohar is not talking about HTTP sessions. he wants to test a scenario where number of clients connect to a server via a TCP connection (socket) and keep on doing some action over that socket connection(like requesting some data) and server will respond with some other data. I too need to

Re: can i club two scenarios

2005-07-20 Thread srikanth peddireddy
u can do that, For eg: Admin logs in using a page called "AdminLogin", and adds users thru a page called "AddUsers" and logs off thru "AdminLogOff" User logs in using "UserLogin" and reports thru "ReportDefectPage" Then in ur testplan, u create a single threadgroup under it u add http request sa

Re: HTTPS - recording not working

2005-07-20 Thread srikanth peddireddy
Jmeter's recording proxy is not capable of recording https requests. Check this link, it is clearly given here http://wiki.apache.org/jakarta-jmeter/JMeterFAQ#head-d630f7b6ea60009ad0e9159479219857aa7af510 It is stated there that u can use BadBoy for recording https requestsm, though I never use

Re: TCP sampler help ??

2005-07-13 Thread srikanth peddireddy
/14/05, srikanth peddireddy wrote: > thanx seb, > can u direct me towards any resources which explain how to do this (ie > creating your own version of the TCPClientImpl class,and defining the > property tcp.handler.) > > regards > Srikanth > sebb wrote: > The TCP Sampler d

Re: TCP sampler help ??

2005-07-13 Thread srikanth peddireddy
always use it as a base for creating your own protocol handler, e.g. by creating your own version of the TCPClientImpl class, and defining the property tcp.handler. S. On 7/13/05, srikanth peddireddy wrote: > Hi All, > > I have to test an application which communicates with the server ov

TCP sampler help ??

2005-07-13 Thread srikanth peddireddy
Hi All, I have to test an application which communicates with the server over TCP sockets. I wanted to simulate number of TCP connections to the server and over each connection my virtual users will be requesting some data by following an agreed upon API . So I would like to know : Will this

Re: interpreting data in Aggregate Report

2005-07-13 Thread srikanth peddireddy
sing an old version. the rate is the estimated rate per minute or second. at the end of the test, the final rate is the actual number of requests per minute your web application handled. peter On 7/12/05, srikanth peddireddy wrote: > Hi All, > > In Jmeter's Aggregate Report, wh

interpreting data in Aggregate Report

2005-07-12 Thread srikanth peddireddy
Hi All, In Jmeter's Aggregate Report, what actually does the last column Rate represent. When I run my test , I am getting different values like 1.54/min, 0.54/sec etc for different samples. How to interpret these values. regards Srikanth -

Testing applet-servlet communications

2005-07-07 Thread srikanth peddireddy
my app if i keep on pumping the data like this with out closing connection and keeping the servlet thread alive for ever ) Any inputs on how to test such an application. regards Srikanth Peddireddy Disclaimer

Re: Multiple loginids and passwords

2005-06-30 Thread srikanth peddireddy
You can use "User Parameters" pre processor for this and get the login ids and pwds from from text file,say UserNames.txt and Pwd.txt which are stored in "jmeter/bin/" folder (I dont know whethere it will work if we store these files else where) check this link to know how to load values into us

Errors in jmeter and tomcat at higher loads

2005-06-30 Thread srikanth peddireddy
Hi All, Iam doing the loadtest on one of our web application deployed on tomcat. Both Tomcat and Jmeter are running on a very high end machines (4-proc 3 GB RAM machine and 2-proc 1.5 GB machines respectivelhy). When Iam running a particular test whose structure would be like ThreadGrp

Re: Problem with Type = Button (script working fine with type = submit)

2005-06-29 Thread srikanth peddireddy
aven't done that. How to do that ? :-( Can you please tell me Srikanth. srikanth peddireddy wrote: Hi, Clicking on a button (either a submit button or normal button) is a dynamic action typically done by user in browser. When user clicks it, if the button is a "submit", browser wi

Re: Problem with Type = Button (script working fine with type = submit)

2005-06-29 Thread srikanth peddireddy
x27;m passing all the parameters correctly. Initially this continue button was having a type = submit (in code) and now it is having type = button. Can there be any issues with hiddensubmit happening ? Thx, Jayashree srikanth peddireddy wrote: Hi, Though I cant understand your problem entirel

Re: HTTPS requests and key store problem

2005-06-29 Thread srikanth peddireddy
Hi , Thanx for ur reply.Please clarify some more things regarding this. When I started implementing HTTPS on server side i created a ".keystore" file containing self signed certificate named "tomcat" and used it for HTTPS requests that are to be handled by my tomcat. can i use the same ".keys

Re: HTTPS requests and key store problem

2005-06-28 Thread srikanth peddireddy
ase if these values are not taken from the property file, pass these properties using -D option in your batch file. hope this should solve your problem regards manju On 6/29/05, srikanth peddireddy wrote: > > Hi All, > > My testplan contains a HTTPS request . When ever I am fr

HTTPS requests and key store problem

2005-06-28 Thread srikanth peddireddy
Hi All, My testplan contains a HTTPS request . When ever I am freshly opening the Jmeter and running this test, Jmeter is throwing a dailog box with title "keystore password" and message as "Please type your password". When I just press enter with out entering any pwd , the HTTPS request is f

Re: Problem with Type = Button (script working fine with type = submit)

2005-06-28 Thread srikanth peddireddy
Hi, Though I cant understand your problem entirely, I can say u have a some Page1 which contains a continue button on clicking it some other page say Page2 is called.In your testplan add a request for Page2 immediatly after Page1 and add all the required parameters in that Page2 request and sele

RE: How to catch cookies from previous Thread Group?

2005-06-28 Thread srikanth peddireddy
ll this it is logical that you login with one id and fire 100 requests simultaneously and here you come down to this problem with HTTP Cookie manager in JMeter. Any suggested solutions? Thanks, Puneet -Original Message- From: srikanth peddireddy [mailto:[EMAIL PROTECTED] Sent: Tuesda

RE: How to catch cookies from previous Thread Group?

2005-06-28 Thread srikanth peddireddy
Hi Puneet , I can't understand the scenario you want to simulate thru this test. How can a user after login can request for a single resource (examples.do in ur example)100 times. Imagine how the user can do it , if he access ur application using browser. I think you would be more interested t

A doubt on "Retrieve All Embedded Resources from HTML Files" setting

2005-06-21 Thread srikanth peddireddy
HI , I have a doubt on "Retrieve All Embedded Resources from HTML Files" setting. My Web App which is under test mostly contains the web pages which in turn contain other JSP pages (in frame sets). Those JSP pages in turn may contain some images, CSS files etc embedded in them. Structure mnigh

Re: How to enforce sequece on HTTP requests made thru JMeter

2005-06-21 Thread srikanth peddireddy
HI All Thanx for all replies. Actaully all my http req are in single thread group. After posting the query I noticed that . page2 or page 3 (in my eg.) are getting errors because of some application specefic behavior but nor becoz sequence is not enforced on them. When I fixed that every thing

Connections problem while testing web application

2005-06-21 Thread srikanth peddireddy
Hi All, I am trying to do a load test kind of thing on my web application. I have a test plan containing a sequence of HTTP requests (say Req1,Req3, Req3 ). In Req2 and 3 " lot of other web pages are embedded(in frame sets , as images etc). Retrieve All Embedded Resources from HTML Files

How to enforce sequece on HTTP requests made thru JMeter

2005-06-20 Thread srikanth peddireddy
Hi All, I want to know how to enforce the sequence on http requests added to a thread group. Say I added http requests for some Page1.jsp, page2.jsp then page3.jsp. But Page2.jsp and Page3.jsp will expect some thing to be there in session which page1.jsp will put into session. So Jmeter