Re: element should be ignored

2005-03-01 Thread joelsherriff
- Original Message - From: "sebb" <[EMAIL PROTECTED]> To: "JMeter Users List" Sent: Tuesday, March 01, 2005 7:16 PM Subject: Re: element should be ignored > On Tue, 1 Mar 2005 14:24:10 -0500, joelsherriff > <[EMAIL PROTECTED]> wrote: > &g

Re: element should be ignored

2005-03-01 Thread joelsherriff
In addition to , s are also not processed correctly if download embedded resources is checked, or at least weren't as of 2.0.1. Specifically, any src= attributes inside are ignored. I was paid to fix a few things such as this and implement a few others and I still haven't been released to give th

CSVRead help

2005-01-14 Thread joelsherriff
Folks, Where'ss the appropriate place to make a call to __CSVRead(file, next()), given that there's no User Parameters post processor? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTE

Re: How to convert timestamp

2004-10-22 Thread joelsherriff
I just tried it and to me it looks like that 720 is some kind of local adjustment for timezone and/or daylight savings time. (720 is 2 hrs worth of milliseconds) I tried it with 1098468425 (which should be 10/22/04 19:07 - corrected for EST and DST) I plugged this into the excel formu

Re: How to convert timestamp

2004-10-22 Thread joelsherriff
Excel's date/time format is described here: http://www.ozgrid.com/Excel/ExcelDateandTimes.htm Basicly, Excel's 'clock' starts at 1,1,1900 vs the UNIX clock's 1/1/1970. 25569 is the Excel value for 00:00:00 1 Jan 1970. Excel stores times as fractions of a day...how wacky is that? J - Origin

Re: reading variables from files

2004-09-09 Thread joelsherriff
Nevermind - just remembered CSVRead()...I vaguely remember someone posting a message re: a bug in CSVRead that they solved by switching to stringfromfile()...does anyone else remember that? - Original Message - From: "joelsherriff" <[EMAIL PROTECTED]> To: "JMete

reading variables from files

2004-09-09 Thread joelsherriff
Is there a way to handle varables read from files that let's us read multiple variables in from one line and parse that line into multiple variables? (hope I said that clearly)...the idea would be to be able to take a data file like: name, addr, city, st, zip name, addr, city, st, zip ... and r

Re: Redirection not working with login

2004-09-03 Thread joelsherriff
Not sure what version you have or what version this was introduced in, but you may want to try setting "Redirect Automatically" - in addition to Follow Redirects. I saw this same behavior and setting Redirect Automatically fixed it. J - Original Message - From: <[EMAIL PROTECTED]> To: <

Re: Using the Proxy Server to record test scripts

2004-09-02 Thread joelsherriff
es from > it's own proxy. > > -Mike > > On Thu, 2004-09-02 at 09:49, joelsherriff wrote: > > I assume you know that you can tell the proxy server what port to listen on > > ("Port:", on the proxy server panel), and that you have to tell IE to go to > >

Re: Using the Proxy Server to record test scripts

2004-09-02 Thread joelsherriff
I assume you know that you can tell the proxy server what port to listen on ("Port:", on the proxy server panel), and that you have to tell IE to go to that port, but if you're asking how to get the jmeter proxy to send requests through another proxy (your firewall) - You Can't. In other words, th

Re: Http-Request: Duplicate Parameter

2004-09-01 Thread joelsherriff
Interesting - it's not doing it for me. What version do you have? This is copied from the Results Tree. GET http://localhost/kos/servlet/WNetz;jsessionid=?art=Entity.showMask&ent=0&nutzer=tino&db=99&man=1&msk_id=43&kn_id=0 - Original Message - From: "Tino Schöllhorn" <[EMAIL PROTECTED

Re: Using the Proxy Server to record test scripts

2004-08-31 Thread joelsherriff
- Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, August 30, 2004 10:05 AM Subject: Using the Proxy Server to record test scripts > Hello, > > I am trying use the Proxy Server to record test scripts. I have a HTTP > proxy server running on my machine a

Re: Monitor listener

2004-08-26 Thread joelsherriff
sure the logic is good > > if you don't have these three things, will always be dead. does that help? > > peter > > > On Thu, 26 Aug 2004 14:20:09 -0400, joelsherriff > <[EMAIL PROTECTED]> wrote: > > Does the Monitor Listener work for anyone? When I try it,

Monitor listener

2004-08-26 Thread joelsherriff
Does the Monitor Listener work for anyone? When I try it, it never shows any activity and always shows that my server is dead. My test plan is very simple - one request with Use As Monitor checked. If I also select Retrieve All..., then it never even shows that my server is dead, it doesn't updat

Re: Jmeter proxy problem for binary posts?

2004-08-20 Thread joelsherriff
thing that doesn't require a weblogic server? J - Original Message - From: "joelsherriff" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, August 20, 2004 1:25 PM Subject: Re: Jmeter proxy

Re: Jmeter proxy problem for binary posts?

2004-08-20 Thread joelsherriff
Is there something different about the way an applet does a binary post? I have a binary post example here that I use to test just this thing...and it works just fine via the proxy and at playback time...but it doesn't use an applet. J - Original Message - From: "Michael Stover" <[EMAI

Re: Problem - JMeter uses \ in file pathnamel as special characte r

2004-08-19 Thread joelsherriff
Have you tried replacing the \ with "%5C" (the http encoding)? - Original Message - From: "Dhiman, Gaurav" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]>; "Peter Lin" <[EMAIL PROTECTED]> Sent: Thursday, August 19, 2004 11:22 AM Subject: RE: Problem - JMeter uses \ in file

Re: Problems using with timers

2004-08-13 Thread joelsherriff
cookie expiration? - Original Message - From: "Giuseppe Ielpa" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August 13, 2004 11:20 AM Subject: RE: Problems using with timers > Dear All, > I made some extra experiments and I reached a quite stable situation > with the co

Re: Random questions about the http sampler

2004-08-12 Thread joelsherriff
evant sampler to > the tree and re-run the test. If you can recognize it. That's the hard part - better if we can do it automatically. > Or, if the Javascript is reasonably easy to scan, one could hand-craft a > regex extractor and save the output in a variable for use by a HTTP

Random questions about the http sampler

2004-08-12 Thread joelsherriff
In the Response Data of the View Results Tree, is it possible to search for text? If not, is it possible to save it to a file? If not, is it possible to invoke an external editor? I know I can mark/copy/paste into an editor, but that seems klunky. Does the html parser execute any embedded as w

Re: HTTP Request sampler other means of sending data

2004-07-28 Thread joelsherriff
If you have a winsock tracing tool that might help also. I've found that what's shown on the Request tab isn't necessarily what's really sent to the server. - Original Message - From: "Remedy QA" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 28, 20

Re: HTTP Request sampler other means of sending data

2004-07-27 Thread joelsherriff
Could you include an example here? I'm trying to compile a list of issues such as this and I'm not sure I understand what the problem is. J - Original Message - From: "Remedy QA" <[EMAIL PROTECTED]> To: "JMeter User List" <[EMAIL PROTECTED]> Sent: Tuesday, July 27, 2004 9:05 PM Subject

Re: Gzip, deflate support

2004-07-26 Thread joelsherriff
Re: Gzip, deflate support > That's not what I meant - I don't know what the newer sampler supports. > The older one does support gzip encoding. > > -Mike > > On Mon, 2004-07-26 at 13:30, joelsherriff wrote: > > H, nope, don't think so - I'll give

Re: Gzip, deflate support

2004-07-26 Thread joelsherriff
t > Accept-Encoding: gzip,deflate > > is recorded by the proxy server, and is sent by the HTTP Request > sampler. Are you using the newer Alpha HTTP Request sampler? > > -Mike > > On Mon, 2004-07-26 at 10:44, joelsherriff wrote: > > 2.0.1 > > > > - Original

Re: Gzip, deflate support

2004-07-26 Thread joelsherriff
2.0.1 - Original Message - From: "Michael Stover" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Sunday, July 25, 2004 6:29 PM Subject: Re: Gzip, deflate support > What version of JMeter are you using? > > -Mike > >

Gzip, deflate support

2004-07-25 Thread joelsherriff
Anyone know what I have to do to add this for my test? I tried adding Accept-Encoding: gzip, deflate to my Browser-derived headers (which should have been there in the first place, since the browser has it by default, but that's another problem...), but it wasn't added to the request(s). J --

Re: Head scratcher - test hanging

2004-07-25 Thread joelsherriff
2004 9:28 PM Subject: Re: Head scratcher - test hanging > wow, that sounds like amazon does some weird stuff. hmm, the standard > URLConnection is suppose to give up after a couple tries. > HttpSamplerBase probably is the place to look. > > peter > > > On Fri, 23 Jul 2004 19

Re: Head scratcher - test hanging

2004-07-23 Thread joelsherriff
ck tracing tool that will trace java.exe calls (free or shareware)? None of my tools is working. Not sure what to suspect at this point, since the url is most definitely not Not Found. J - Original Message - From: "joelsherriff" <[EMAIL PROTECTED]> To: "JMeter Users Lis

Re: Head scratcher - test hanging

2004-07-22 Thread joelsherriff
on where to look, chime in... J - Original Message - From: "joelsherriff" <[EMAIL PROTECTED]> To: "JMeter Users List" <[EMAIL PROTECTED]> Sent: Wednesday, July 21, 2004 1:59 PM Subject: Head scratcher - test hanging > Just capturing and playing back odds a

Head scratcher - test hanging

2004-07-21 Thread joelsherriff
Just capturing and playing back odds and ends and I have a case here that just hangs when playing back an http request. Maybe someone can see something silly I'm doing? I have only 1 thread group which contains only 1 request - to www.amazon.com, path "/". Redirect Automatically, Follow Redirect

Re: Any other limitations of jmeter? How about scalability?

2004-07-20 Thread joelsherriff
Same subject, new topic(s)... I was reading http://wiki.apache.org/jakarta-jmeter/JMeterDevelopment/Enhancements and I see this note: "Support for compressed datastreams (specifically using gzip and other protocols). Many servers and browsers support this and it would be nice to evaluate the 'comp

Re: Any other limitations of jmeter? How about scalability?

2004-07-15 Thread joelsherriff
> big Unix box or mainframe hooked up to several gigabit routers. Using > 100mbit ethernet, you wouldn't be able to test 5K concurrent requests > for a sustained period of time effectively. Sustained transfer rate > plays a huge role in how many concurrent requests a system can handl

Any other limitations of jmeter? How about scalability?

2004-07-15 Thread joelsherriff
After Peter pointed out that the jmeter proxy doesn't do ssl, I thought I'd ask everyone if they know of other limitations they've run into and about what seems to be the cronic limitation of these tools - scalability. Not talking about bugs per se, just things you might have been able to do with

Re: https url using Jmeter- pls help

2004-07-15 Thread joelsherriff
d ASAP. With Apache, I know plenty of SysAdmins that wrote > PERL scripts to monitor httpd and restart it when it dies under HTTPS > load. > > I hope that helps > > peter > > > On Thu, 15 Jul 2004 09:17:41 -0400, joelsherriff > <[EMAIL PROTECTED]> wrote: > > P

Re: https url using Jmeter- pls help

2004-07-15 Thread joelsherriff
Peter, Glad you've pointed this out. Other tool's proxy servers do this (proxy SSL) by acting as server to the client and client to the server, decrypting browser requests and re-encrypting them to forward to the server. The only problem is when the client or server insists on being picky about

Re: Newbie question: How do you capture the URLs you test usingjmeter?

2004-07-13 Thread joelsherriff
ter/usermanual/component_reference.html#Regular_Expression_Extractor > http://jakarta.apache.org/jmeter/usermanual/component_reference.html#HTML_Link_Parser > > That should get you started. > > -Mike > > On Tue, 2004-07-13 at 10:23, joelsherriff wrote: > > Though I have lot's of

Newbie question: How do you capture the URLs you test using jmeter?

2004-07-13 Thread joelsherriff
Though I have lot's of experience with commercial test tools, I'm new to jmeter (1 whole day of playing with it) so this is the first of what will probably turn out to be a string of questions...anyone please feel free to correct any misassumptions I may make. Not sure how to expand the subject qu