MS tool for stress test -Microsoft Web Application Stress Tool

2005-03-14 Thread deepak . angeswar
The tool from MS is Microsoft Web Application Stress Tool. google around and you shld be able to find it. bye, with regards, Deepak. [EMAIL PROTECTED] 03/14/2005 01:40 PM Bitte antworten an jmeter-user An: jmeter-user@jakarta.apache.org Kopie: Thema: Re: to

Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Query regarding Monitor Result

2005-01-11 Thread deepak . angeswar
Hi, There is one more question to the developers. Its clearly mentioned in the link http://jakarta.apache.org/jmeter/usermanual/build-monitor-test-plan.html 'The monitor was designed to work with the status servlet in Tomcat 5. In theory, any servlet container that supports JMX (Java Managemen

Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Query regarding Monitor Result

2005-01-11 Thread deepak . angeswar
Hi, Finally I see something, thanks a lot for the link. Never went thro the document before. Also is there any other link which tells in detail abt the graph. thanks a lot again. got to start see the src code for it from tommorow. bye, with regards, Deepak. [EMAIL PROTECTED] 01/11/2005

Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Query regarding Monitor Result

2005-01-11 Thread deepak . angeswar
Do you mean 'Send parameters with the request' name as 'XML' and value as 'TRUE' I still dont get any result. In fact I have lost the dead result also! [EMAIL PROTECTED] 01/11/2005 03:54 PM Bitte antworten an jmeter-user An: jmeter-user@jakarta.apache.org Kopie:

Antwort: Re: Antwort: Re: Antwort: Re: Antwort: Re: Query regarding Monitor Result

2005-01-11 Thread deepak . angeswar
Hi, I get a HTTP response code 200 for the Tree and also the HTML in the response code. So its working fine and so is the graph. But I still cant figure out whats wrong with the monitor. Anyway for the actual project IBM WAS is the webserver and I am using my own sampler for establishing a HTTP

Antwort: Re: Antwort: Re: Antwort: Re: Query regarding Monitor Result

2005-01-11 Thread deepak . angeswar
Hi, My thread group actually looked like test plan - threadgroup -HTTPRequest -Tree Result -Graph Result -Monitor Also I dont understand your question. ' Is that thread group for the monitor thread? ' Do u mean I should have a seperate t

Antwort: Re: Antwort: Re: Query regarding Monitor Result

2005-01-11 Thread deepak . angeswar
Hi, Here is my test plan, I have Number of Threads: 1000 Ramp up time: 100 Loop : 1 URL I am trying to access is 127.0.0.1 I get a neat o/p for view as Tree and Graph. I get the following error in the middle of log file. 2005/01/1

Antwort: Re: Query regarding Monitor Result

2005-01-11 Thread deepak . angeswar
Hi, I still dont get result for Monitor. It still shows as dead. I used a Tomcat plugin for Eclipse to start Tomcat from Eclipse. The version I am using is E:\tomcat\jakarta-tomcat-5.5.4\bin>version Using CATALINA_BASE: E:\tomcat\jakarta-tomcat-5.5.4 Using CATALINA_HOME: E:\tomcat\jakarta-to

Query regarding Monitor Result

2005-01-10 Thread deepak . angeswar
Hi, I have some queries reg Monitor Result. I am using Tomcat 5.5.4, I also checked "use as monitor" in the sampler and I dont require a authentication manager for my server. But I still dont get any result for Monitor. It keeps showing Dead however I see the URL in the performance and h

How to access the number of threads

2004-11-25 Thread deepak . angeswar
Hello, I am presently working with the Jmeter src code to build my own sampler. I need to make use of the numebr of threads, ramp time and loop count values. In the src code I found the ThreadGroup class in the package org.apache.jmeter.threads. Here I have the functions getNumThreads() getRam

Query-Jmeter-POST-binary file

2004-11-08 Thread deepak . angeswar
Hi, I used a HTTP sniffer in the server and found that Jmeter is adding some extra bytes to the original binary file (not appending but rather to the top or beginning) that I send through POST request. This causes the ERROR:500 from server. Is thissome feature of Jmeter to add some extra bytes t

Error 500: HTTP Transport version mismatch: Expected version 3 but received: -1

2004-11-05 Thread deepak . angeswar
Hi, I am using IBM WAS server and I get the following error display message from the response data field under View Result Tree. I am making a POST request with 2 threads and a loop count of 2. Server name: vrefj2ee03p.str.daimlerchrysler.com Path: /echodemo/rpc/echodemo/ejb/EchoRemoteHome Erro

Response Data Error???

2004-11-04 Thread deepak . angeswar
Hi, I am using IBM WAS server and I get the following error display message from the response data field under View Result Tree. I am making a POST request with 2 threads and a loop count of 2. Server name: vrefj2ee03p.str.daimlerchrysler.com Path: /echodemo/rpc/echodemo/ejb/EchoRemoteHome Erro

Query: Get Vs Post and Sending a file with request

2004-10-28 Thread deepak . angeswar
Hi, I am using the POST request in Jmeter and specifying a file a.log in the 'Send a file with request' option under HTTP Request. The test runs fine and I get the following part in my output .xml file. .. .. .. https://c96016695.str.daimlerchrysler.com:9043/admin/secure/logon.ht

Antwort: Query on Sending 'binary file' via Post request

2004-10-25 Thread deepak . angeswar
Hi all, Sorry for previous mails. I did not go through the documentation fully. To my understanding 1 can send a file to the server in the 'Send a File With the Request' and since there is a MIME Type, I guess we can send a binary file as well. I found one definition for MIME in the net which is

Antwort: Query on Sending 'binary file' via Post request

2004-10-25 Thread deepak . angeswar
Hi, What is the meaning or significance of 'Send a File With the Request'.? under the HTTP request. What type of file can we send to the user? What does the server do with a file? I do not find any changes in the report before and after adding a file. So what is its significance and why should

Query on Sending 'binary file' via Post request

2004-10-25 Thread deepak . angeswar
Hi, I have a query regarding sending POST request to the server. My project requires us to send a post request to the server. Along with the request I need to send a large content of binary data. Does Jmeter provides this possiblity? If so is there any way to send such a binary data from the cmd

Antwort: (First time user), can we print out the result of the listener that we add to the Jmeter?+Another Query

2004-10-21 Thread deepak . angeswar
Hi, You can refer to this page. http://www.programmerplanet.org/ant-jmeter/ It has xsl sheets from which you can get html output for the jmeter report. The jtl extension can simply be renamed as .xml. I have another query-How do we extract a graph out of the .jtl file? How to view the graph from

Antwort: Re: Antwort: Re: Antwort: Re: Jmeter from Command Line through Ant without GUI

2004-10-13 Thread deepak . angeswar
Hi, thanks a lot for the reply. Now I am able to send the required parameters from Ant or command line. But there is still a lot to be done. I have to implement the load test process through a single Ant script and also try to get a graph without explicitly opening the GUI. May be I have to c

Antwort: Re: Antwort: Re: Jmeter from Command Line through Ant without GUI

2004-10-13 Thread deepak . angeswar
Hi, In the link http://www.programmerplanet.org/ant-jmeter/ There is an example which is like this It works fine after creating a .jmx file in the GUI mode. In the GUI mode I have set the Number of threads as : 2 and Loop count as :

Antwort: Re: Jmeter from Command Line through Ant without GUI

2004-10-11 Thread deepak . angeswar
[EMAIL PROTECTED] 10/08/2004 11:52 PM Bitte antworten an jmeter-user Hi, Thanks for the reply. An: [EMAIL PROTECTED] Kopie: Thema: Re: Jmeter from Command Line through Ant without GUI > In short I want to start the test from the scratch without going > to the

Jmeter from Command Line through Ant without GUI

2004-10-07 Thread deepak . angeswar
Hi, I saw the following link to use Jmeter from ant http://www.programmerplanet.org/ant-jmeter/ However this is an Ant task for automating running JMeter test plans which means I 'should' have a test plan previously. But is there anyway I can create a test plan from scratch through ant build. I

Re: Using the Proxy Server to record test scripts

2004-09-16 Thread deepak . angeswar
Hi, I am new to Jmeter and I cant understand how to use jmeter -H proxyHost -P proxyPort Does this mean that I will have to open Jmeter as jmeter -H localhost -P 8090 I am using a JBoss web app server and testing the Dukes's Bank example for J2EE. I am trying to use the HTTP proxy Server featu