Re: View Results in Table

2017-04-28 Thread Karl Hoffmann
Hi, Why do not you use the dashboard and distribute html-Report. http://jmeter.apache.org/usermanual/generating-dashboard.html Cheers karl Am 28.04.2017 um 18:43 schrieb Janine DeBeradinis: Hello - I want to be able to get the actual response time of every sample request in my load test

Re: Is it possible to upload the document in jmeter

2014-06-23 Thread Karl St-Jacques
After a quick google search I've found this: http://blazemeter.com/blog/how-performance-test-upload-and-download-scenarios-apache-jmeter On Mon, Jun 23, 2014 at 1:43 AM, Ginny Dhawan wrote: > Hello everyone , > > > > Coule anyone please suggest, Is it possible to upload the document in > jme

Re: Need help regarding distributed load test

2014-06-03 Thread karl hoffmann
ss to be used for multi-homed hosts #httpclient.localaddress=1.2.3.4 regards karl Am 03.06.14 15:23, schrieb Flavio Cysne: If you're using Linux it's possible to configure many network interfaces with different IP addresses in the same machine, and say, using 3 to 4 JMeter slaves per ma

Re: TIKA error while reading a PDF response

2014-01-17 Thread karl hoffmann
Hi Kiran, take a look a this: http://theworkaholic.blogspot.de/2010/03/asserting-pdfs.html regards k...@sitestress.eu Am 17.01.2014 17:20:46, schrieb KIRAN: > Hi, > > One of my http request's response is an embedded PDF file and I want to > search a text within this PDF text. > When I change th

Record with HTTP Proxy Server -> java.io.IOException: ? is an unknown Hessian message code

2013-08-07 Thread Hirzer Karl
er.process(Http11Protocol.java:588) at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) at java.lang.Thread.run(Thread.java:662) Regards Karl - To unsubscribe, e-mail: user-unsubscr...@jmeter.apac

Re: Proxing only HTTP traffic.

2013-08-01 Thread karl
username -a password -N newname In the testplan , you have change the Servername to the Value of the newname, but only with https Requests of corse. For http-Request use Servername never tried this, but it could work. mapping ip<=>name could be done in /etc/hosts hope it helps karl Am 01.0

Re: Number of samples calculation

2013-07-24 Thread Karl St-Jacques
You have to take into account the response time of your application. A thread only do one call at a time and wait for it to finish and start again. Karl On Wed, Jul 24, 2013 at 8:46 PM, Srinivasa Tekkatte Shenoy < tsrinivas.she...@mimos.my> wrote: > Hi All, > > One virtual user

SSL issues (SSLPeerUnverifiedException : peer not authenticated)

2013-07-24 Thread Karl St-Jacques
success at all. I always get this error. Am I missing something? Somebody got a similar error in the past? I'm also not sure what kind of information I should provide. Thank you, Karl

Re: JMeter GUI client sending wrong source IP.missing statistics

2012-03-26 Thread karl
rc/core/org/apache/jmeter/util/JMeterUtils.java localHost = InetAddress.getLocalHost(); to localHost = InetAddress.getByName("multihomed__ip"); - try to work with hostnames instead ip and resolve all ip's on all machines (etc/hosts) (must be accurate, also revers) Regards k

Re: is there a way to tell if the jmeter test is finished and run a beanshell script on this event?

2012-03-21 Thread karl
Hi Jake, whats about this: the last sampler could be a beanshell-sampler or in the last sampler a post-process beanshell regards karl Am 21.03.2012 20:44, schrieb jake_dev...@playstation.sony.com: I need to close an open file when the test is done. I've tried using a counter, bu

Re: Website Login Issue

2012-03-14 Thread karl
tart jmeter1 with jmeter.bat -H 127.00.0.1 -P 8012 and configure jmeter2-proxy listen on port 8012 now, compare the two test regards karl Am 14.03.2012 17:36, schrieb sebb: On 14 March 2012 16:15, Ryan wrote: Does anyone have any ideas on this? We're still having this issue. I'

Re: How to handle JSON to JS conversion corner cases in JMeter

2012-03-14 Thread karl
Did you try this: https://github.com/smartrics/JMeterRestSampler or this: https://github.com/ty1er/JMeterRestSampler or this: https://github.com/ATLANTBH/jmeter-components ? regards karl Am 14.03.2012 17:06, schrieb Pulkit Singhal: When JMeter gets back a REST response (fyi - most of the

Re: automatic correlation for jmeter

2012-03-07 Thread karl
compare the two jmx files and create Regex or xpath strings. Our JMeter plugin is currently not working with the latest version of JMeter, but we are working on a bugfix right now. Regards karl Am 02.03.2012 17:08, schrieb sginsbourg: Hi, Has anyone started creating an automatic correlation

Re: JMeter support for 64 bit Windows 7

2012-02-15 Thread karl
Yes, no Problem. Runs fine on Java 32 bit and 64 bit on a windows 7 Pro 64. Regards Am 15.02.2012 14:31, schrieb Quazi Ahmed: Does JMeter support 64bit Windows 7? - To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org Fo