You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by M M <jo...@hotmail.com> on 2007/08/29 23:01:31 UTC

Page Source Parsing

Hello all,

    I would like to know if JMeter is capable of looking at the page source 
of a web page, and possibly a RegEx on the page source.
    I am aware that JMeter can look at the server response of a request. 
But without certain values within the page source, my load test does not do 
much good.

    Thanks for your time.

Regards,
MM

_________________________________________________________________
お使いのIE6からMSNユーザーに最適のMSN版IE7 に無料でアップグレード! 
http://promotion.msn.co.jp/ie7/ 


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Page Source Parsing

Posted by sebb <se...@gmail.com>.
There does not seem to be a content-type header, so JMeter does not
know how to display it.

I suggest you add this as a child:

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Save_Responses_to_a_file

and use an editor to see what the contents really are.

You can still use Assertions etc even if the View Tree Listener can't
display it.

On 29/08/2007, M M <jo...@hotmail.com> wrote:
> Sampler result:
>
> Thread Name: XXXXXX 1-1
> Sample Start: 2007-08-29 17:34:28 EDT
> Load time: 0
> Size in bytes: 172
> Response code: 200
> Response message: OK
>
> Response headers:
> HTTP/1.1 200 OK
> Server: Apache-Coyote/1.1
> X-SP-FE: XXXXXXXX
> Set-Cookie: JSESSIONID=0B96C654FA327D53F365F5A537CC3391; Path=/XXXXXX
>
> MM
>
>
> Date: Wed, 29 Aug 2007 21:34:28 GMT
>
>
> >From: sebb <se...@gmail.com>
> >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> >To: "JMeter Users List" <jm...@jakarta.apache.org>
> >Subject: Re: Page Source Parsing
> >Date: Wed, 29 Aug 2007 23:13:19 +0100
> >
> >Sorry, I meant Sampler Result pane.
> >
> >
> >On 29/08/2007, M M <jo...@hotmail.com> wrote:
> > > The request pane shows :
> > > =============
> > > GET http://XXXXXXX
> > >
> > > [no cookies]
> > >
> > > Request Headers:
> > > Connection: keep-alive
> > > Host: XXXXXXXXXXX
> > > User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1;
> .NET
> > > CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)
> > > Accept-Language: en-us
> > > Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> > > application/x-shockwave-flash, application/vnd.ms-excel,
> > > application/vnd.ms-powerpoint, application/msword, */*
> > > ======================
> > >
> > > The "Response data" pane shows a blank grey screen.
> > >
> > > This has happened with several other pages as well ( only after a login
> > > though ).
> > >
> > > Regards,
> > > MM
> > >
> > >
> > > >From: sebb <se...@gmail.com>
> > > >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> > > >To: "JMeter Users List" <jm...@jakarta.apache.org>
> > > >Subject: Re: Page Source Parsing
> > > >Date: Wed, 29 Aug 2007 22:29:39 +0100
> > > >
> > > >In that case, either there is no data, or the data is flagged as
> > > >binary (and not an image).
> > > >
> > > >What does the
> > > >
> > >
> >http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree
>
> > >
> > > >
> > > >Response pane show?
> > > >
> > > >On 29/08/2007, M M <jo...@hotmail.com> wrote:
> > > > >
> > > > > Hello,
> > > > >
> > > > >    The problem is, the page I am interested in does not show any
> > > response
> > > > > data (as far as I can see through the "View Results Tree").
> Therefore a
> > > > > RegEx does not work in this case. All I see in the "Response Data"
> tab
> > > is a
> > > > > completely grey screen, which does not do me much good. Google is
> not
> > > > > helping either.
> > > > >
> > > > > Thanks,
> > > > > MM
> > > > >
> > > > > >From: Alf Hテクgemark <al...@i100.no>
> > > > > >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> > > > > >To: JMeter Users List <jm...@jakarta.apache.org>
> > > > > >Subject: Re: Page Source Parsing
> > > > > >Date: Wed, 29 Aug 2007 23:06:50 +0200
> > > > > >
> > > > > >Hi
> > > > > >
> > > > > >If you read
> > > > >
> > >
> >http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor
>
> > >
> > > > >
> > > > >
> >http://jakarta.apache.org/jmeter/usermanual/component_reference.html
> > > > > >http://jakarta.apache.org/jmeter/usermanual/index.html
> > > > > >
> > > > > >you will see that it is easy to achieve
> > > > > >
> > > > > >Regards
> > > > > >Alf Hogemark
> > > > > >
> > > > > >M M wrote:
> > > > > >>Hello all,
> > > > > >>
> > > > > >>    I would like to know if JMeter is capable of looking at the
> > > > > >>page source of a web page, and possibly a RegEx on the page
> source.
> > > > > >>    I am aware that JMeter can look at the server response of a
> > > > > >>request. But without certain values within the page source, my
> load
> > > > > >>test does not do much good.
> > > > > >>
> > > > > >>    Thanks for your time.
> > > > > >>
> > > > > >>Regards,
> > > > > >>MM
> > > > > >>
> > > > > >
> > > > >
> >---------------------------------------------------------------------
> > > > > >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > > > >For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> > > > > >
> > > > >
> > > > > _________________________________________________________________
> > > > > エリック・クラプトンなど一流ギタリストが大集合!ギターフェスティバル
> の映
> > > 像は
> > > > > こちら http://clk.atdmt.com/GBL/go/msnjpqjl0040000008gbl/direct/01/
> > > > >
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > > > For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> > > > >
> > > > >
> > > >
> > > >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > > >
> > >
> > > _________________________________________________________________
> > > 全国・蕎麦の名店MAPや海が見えるレストランなど、グルメ必見のマップを多数
> 掲載
> > > http://chizumaga.jp/
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > >
> > >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
>
> _________________________________________________________________
> AKB48も登場するHotmail ユーザー限定の都市伝説の謎を追う新感覚ゲーム。参加者
> 募集中! http://clk.atdmt.com/GBL/go/msnjpqjl0040000007gbl/direct/01/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Page Source Parsing

Posted by M M <jo...@hotmail.com>.
Sampler result:

Thread Name: XXXXXX 1-1
Sample Start: 2007-08-29 17:34:28 EDT
Load time: 0
Size in bytes: 172
Response code: 200
Response message: OK

Response headers:
HTTP/1.1 200 OK
Server: Apache-Coyote/1.1
X-SP-FE: XXXXXXXX
Set-Cookie: JSESSIONID=0B96C654FA327D53F365F5A537CC3391; Path=/XXXXXX

MM


Date: Wed, 29 Aug 2007 21:34:28 GMT


>From: sebb <se...@gmail.com>
>Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
>To: "JMeter Users List" <jm...@jakarta.apache.org>
>Subject: Re: Page Source Parsing
>Date: Wed, 29 Aug 2007 23:13:19 +0100
>
>Sorry, I meant Sampler Result pane.
>
>
>On 29/08/2007, M M <jo...@hotmail.com> wrote:
> > The request pane shows :
> > =============
> > GET http://XXXXXXX
> >
> > [no cookies]
> >
> > Request Headers:
> > Connection: keep-alive
> > Host: XXXXXXXXXXX
> > User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; 
.NET
> > CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)
> > Accept-Language: en-us
> > Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> > application/x-shockwave-flash, application/vnd.ms-excel,
> > application/vnd.ms-powerpoint, application/msword, */*
> > ======================
> >
> > The "Response data" pane shows a blank grey screen.
> >
> > This has happened with several other pages as well ( only after a login
> > though ).
> >
> > Regards,
> > MM
> >
> >
> > >From: sebb <se...@gmail.com>
> > >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> > >To: "JMeter Users List" <jm...@jakarta.apache.org>
> > >Subject: Re: Page Source Parsing
> > >Date: Wed, 29 Aug 2007 22:29:39 +0100
> > >
> > >In that case, either there is no data, or the data is flagged as
> > >binary (and not an image).
> > >
> > >What does the
> > >
> > 
>http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree

> >
> > >
> > >Response pane show?
> > >
> > >On 29/08/2007, M M <jo...@hotmail.com> wrote:
> > > >
> > > > Hello,
> > > >
> > > >    The problem is, the page I am interested in does not show any
> > response
> > > > data (as far as I can see through the "View Results Tree"). 
Therefore a
> > > > RegEx does not work in this case. All I see in the "Response Data" 
tab
> > is a
> > > > completely grey screen, which does not do me much good. Google is 
not
> > > > helping either.
> > > >
> > > > Thanks,
> > > > MM
> > > >
> > > > >From: Alf Hテクgemark <al...@i100.no>
> > > > >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> > > > >To: JMeter Users List <jm...@jakarta.apache.org>
> > > > >Subject: Re: Page Source Parsing
> > > > >Date: Wed, 29 Aug 2007 23:06:50 +0200
> > > > >
> > > > >Hi
> > > > >
> > > > >If you read
> > > >
> > 
>http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor

> >
> > > >
> > > > 
>http://jakarta.apache.org/jmeter/usermanual/component_reference.html
> > > > >http://jakarta.apache.org/jmeter/usermanual/index.html
> > > > >
> > > > >you will see that it is easy to achieve
> > > > >
> > > > >Regards
> > > > >Alf Hogemark
> > > > >
> > > > >M M wrote:
> > > > >>Hello all,
> > > > >>
> > > > >>    I would like to know if JMeter is capable of looking at the
> > > > >>page source of a web page, and possibly a RegEx on the page 
source.
> > > > >>    I am aware that JMeter can look at the server response of a
> > > > >>request. But without certain values within the page source, my 
load
> > > > >>test does not do much good.
> > > > >>
> > > > >>    Thanks for your time.
> > > > >>
> > > > >>Regards,
> > > > >>MM
> > > > >>
> > > > >
> > > > 
>---------------------------------------------------------------------
> > > > >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > > >For additional commands, e-mail: 
jmeter-user-help@jakarta.apache.org
> > > > >
> > > >
> > > > _________________________________________________________________
> > > > エリック・クラプトンなど一流ギタリストが大集合!ギターフェスティバル
の映
> > 像は
> > > > こちら http://clk.atdmt.com/GBL/go/msnjpqjl0040000008gbl/direct/01/
> > > >
> > > >
> > > > 
---------------------------------------------------------------------
> > > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > > For additional commands, e-mail: 
jmeter-user-help@jakarta.apache.org
> > > >
> > > >
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > >
> >
> > _________________________________________________________________
> > 全国・蕎麦の名店MAPや海が見えるレストランなど、グルメ必見のマップを多数
掲載
> > http://chizumaga.jp/
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>

_________________________________________________________________
AKB48も登場するHotmail ユーザー限定の都市伝説の謎を追う新感覚ゲーム。参加者
募集中! http://clk.atdmt.com/GBL/go/msnjpqjl0040000007gbl/direct/01/ 


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Page Source Parsing

Posted by sebb <se...@gmail.com>.
Sorry, I meant Sampler Result pane.


On 29/08/2007, M M <jo...@hotmail.com> wrote:
> The request pane shows :
> =============
> GET http://XXXXXXX
>
> [no cookies]
>
> Request Headers:
> Connection: keep-alive
> Host: XXXXXXXXXXX
> User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET
> CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)
> Accept-Language: en-us
> Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg,
> application/x-shockwave-flash, application/vnd.ms-excel,
> application/vnd.ms-powerpoint, application/msword, */*
> ======================
>
> The "Response data" pane shows a blank grey screen.
>
> This has happened with several other pages as well ( only after a login
> though ).
>
> Regards,
> MM
>
>
> >From: sebb <se...@gmail.com>
> >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> >To: "JMeter Users List" <jm...@jakarta.apache.org>
> >Subject: Re: Page Source Parsing
> >Date: Wed, 29 Aug 2007 22:29:39 +0100
> >
> >In that case, either there is no data, or the data is flagged as
> >binary (and not an image).
> >
> >What does the
> >
> >http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree
>
> >
> >Response pane show?
> >
> >On 29/08/2007, M M <jo...@hotmail.com> wrote:
> > >
> > > Hello,
> > >
> > >    The problem is, the page I am interested in does not show any
> response
> > > data (as far as I can see through the "View Results Tree"). Therefore a
> > > RegEx does not work in this case. All I see in the "Response Data" tab
> is a
> > > completely grey screen, which does not do me much good. Google is not
> > > helping either.
> > >
> > > Thanks,
> > > MM
> > >
> > > >From: Alf Hテクgemark <al...@i100.no>
> > > >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> > > >To: JMeter Users List <jm...@jakarta.apache.org>
> > > >Subject: Re: Page Source Parsing
> > > >Date: Wed, 29 Aug 2007 23:06:50 +0200
> > > >
> > > >Hi
> > > >
> > > >If you read
> > >
> >http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor
>
> > >
> > > >http://jakarta.apache.org/jmeter/usermanual/component_reference.html
> > > >http://jakarta.apache.org/jmeter/usermanual/index.html
> > > >
> > > >you will see that it is easy to achieve
> > > >
> > > >Regards
> > > >Alf Hogemark
> > > >
> > > >M M wrote:
> > > >>Hello all,
> > > >>
> > > >>    I would like to know if JMeter is capable of looking at the
> > > >>page source of a web page, and possibly a RegEx on the page source.
> > > >>    I am aware that JMeter can look at the server response of a
> > > >>request. But without certain values within the page source, my load
> > > >>test does not do much good.
> > > >>
> > > >>    Thanks for your time.
> > > >>
> > > >>Regards,
> > > >>MM
> > > >>
> > > >
> > > >---------------------------------------------------------------------
> > > >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > > >
> > >
> > > _________________________________________________________________
> > > エリック・クラプトンなど一流ギタリストが大集合!ギターフェスティバルの映
> 像は
> > > こちら http://clk.atdmt.com/GBL/go/msnjpqjl0040000008gbl/direct/01/
> > >
> > >
> > > ---------------------------------------------------------------------
> > > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > >
> > >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
>
> _________________________________________________________________
> 全国・蕎麦の名店MAPや海が見えるレストランなど、グルメ必見のマップを多数掲載
> http://chizumaga.jp/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Page Source Parsing

Posted by M M <jo...@hotmail.com>.
The request pane shows :
=============
GET http://XXXXXXX

[no cookies]

Request Headers:
Connection: keep-alive
Host: XXXXXXXXXXX
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET 
CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727)
Accept-Language: en-us
Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, 
application/x-shockwave-flash, application/vnd.ms-excel, 
application/vnd.ms-powerpoint, application/msword, */*
======================

The "Response data" pane shows a blank grey screen.

This has happened with several other pages as well ( only after a login 
though ).

Regards,
MM


>From: sebb <se...@gmail.com>
>Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
>To: "JMeter Users List" <jm...@jakarta.apache.org>
>Subject: Re: Page Source Parsing
>Date: Wed, 29 Aug 2007 22:29:39 +0100
>
>In that case, either there is no data, or the data is flagged as
>binary (and not an image).
>
>What does the
>
>http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree

>
>Response pane show?
>
>On 29/08/2007, M M <jo...@hotmail.com> wrote:
> >
> > Hello,
> >
> >    The problem is, the page I am interested in does not show any 
response
> > data (as far as I can see through the "View Results Tree"). Therefore a
> > RegEx does not work in this case. All I see in the "Response Data" tab 
is a
> > completely grey screen, which does not do me much good. Google is not
> > helping either.
> >
> > Thanks,
> > MM
> >
> > >From: Alf Hテクgemark <al...@i100.no>
> > >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> > >To: JMeter Users List <jm...@jakarta.apache.org>
> > >Subject: Re: Page Source Parsing
> > >Date: Wed, 29 Aug 2007 23:06:50 +0200
> > >
> > >Hi
> > >
> > >If you read
> > 
>http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor

> >
> > >http://jakarta.apache.org/jmeter/usermanual/component_reference.html
> > >http://jakarta.apache.org/jmeter/usermanual/index.html
> > >
> > >you will see that it is easy to achieve
> > >
> > >Regards
> > >Alf Hogemark
> > >
> > >M M wrote:
> > >>Hello all,
> > >>
> > >>    I would like to know if JMeter is capable of looking at the
> > >>page source of a web page, and possibly a RegEx on the page source.
> > >>    I am aware that JMeter can look at the server response of a
> > >>request. But without certain values within the page source, my load
> > >>test does not do much good.
> > >>
> > >>    Thanks for your time.
> > >>
> > >>Regards,
> > >>MM
> > >>
> > >
> > >---------------------------------------------------------------------
> > >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> > >
> >
> > _________________________________________________________________
> > エリック・クラプトンなど一流ギタリストが大集合!ギターフェスティバルの映
像は
> > こちら http://clk.atdmt.com/GBL/go/msnjpqjl0040000008gbl/direct/01/
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
> >
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>

_________________________________________________________________
全国・蕎麦の名店MAPや海が見えるレストランなど、グルメ必見のマップを多数掲載 
http://chizumaga.jp/ 


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Page Source Parsing

Posted by sebb <se...@gmail.com>.
In that case, either there is no data, or the data is flagged as
binary (and not an image).

What does the

http://jakarta.apache.org/jmeter/usermanual/component_reference.html#View_Results_Tree

Response pane show?

On 29/08/2007, M M <jo...@hotmail.com> wrote:
>
> Hello,
>
>    The problem is, the page I am interested in does not show any response
> data (as far as I can see through the "View Results Tree"). Therefore a
> RegEx does not work in this case. All I see in the "Response Data" tab is a
> completely grey screen, which does not do me much good. Google is not
> helping either.
>
> Thanks,
> MM
>
> >From: Alf Hテクgemark <al...@i100.no>
> >Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
> >To: JMeter Users List <jm...@jakarta.apache.org>
> >Subject: Re: Page Source Parsing
> >Date: Wed, 29 Aug 2007 23:06:50 +0200
> >
> >Hi
> >
> >If you read
> >http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor
>
> >http://jakarta.apache.org/jmeter/usermanual/component_reference.html
> >http://jakarta.apache.org/jmeter/usermanual/index.html
> >
> >you will see that it is easy to achieve
> >
> >Regards
> >Alf Hogemark
> >
> >M M wrote:
> >>Hello all,
> >>
> >>    I would like to know if JMeter is capable of looking at the
> >>page source of a web page, and possibly a RegEx on the page source.
> >>    I am aware that JMeter can look at the server response of a
> >>request. But without certain values within the page source, my load
> >>test does not do much good.
> >>
> >>    Thanks for your time.
> >>
> >>Regards,
> >>MM
> >>
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >
>
> _________________________________________________________________
> エリック・クラプトンなど一流ギタリストが大集合!ギターフェスティバルの映像は
> こちら http://clk.atdmt.com/GBL/go/msnjpqjl0040000008gbl/direct/01/
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Page Source Parsing

Posted by M M <jo...@hotmail.com>.
Hello,

    The problem is, the page I am interested in does not show any response 
data (as far as I can see through the "View Results Tree"). Therefore a 
RegEx does not work in this case. All I see in the "Response Data" tab is a 
completely grey screen, which does not do me much good. Google is not 
helping either.

Thanks,
MM

>From: Alf Hテクgemark <al...@i100.no>
>Reply-To: "JMeter Users List" <jm...@jakarta.apache.org>
>To: JMeter Users List <jm...@jakarta.apache.org>
>Subject: Re: Page Source Parsing
>Date: Wed, 29 Aug 2007 23:06:50 +0200
>
>Hi
>
>If you read
>http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor

>http://jakarta.apache.org/jmeter/usermanual/component_reference.html
>http://jakarta.apache.org/jmeter/usermanual/index.html
>
>you will see that it is easy to achieve
>
>Regards
>Alf Hogemark
>
>M M wrote:
>>Hello all,
>>
>>    I would like to know if JMeter is capable of looking at the 
>>page source of a web page, and possibly a RegEx on the page source.
>>    I am aware that JMeter can look at the server response of a 
>>request. But without certain values within the page source, my load 
>>test does not do much good.
>>
>>    Thanks for your time.
>>
>>Regards,
>>MM
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>

_________________________________________________________________
エリック・クラプトンなど一流ギタリストが大集合!ギターフェスティバルの映像は
こちら http://clk.atdmt.com/GBL/go/msnjpqjl0040000008gbl/direct/01/ 


---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Page Source Parsing

Posted by Alf Høgemark <al...@i100.no>.
Hi

If you read
http://jakarta.apache.org/jmeter/usermanual/component_reference.html#Regular_Expression_Extractor
http://jakarta.apache.org/jmeter/usermanual/component_reference.html
http://jakarta.apache.org/jmeter/usermanual/index.html

you will see that it is easy to achieve

Regards
Alf Hogemark

M M wrote:
> Hello all,
>
>    I would like to know if JMeter is capable of looking at the page 
> source of a web page, and possibly a RegEx on the page source.
>    I am aware that JMeter can look at the server response of a 
> request. But without certain values within the page source, my load 
> test does not do much good.
>
>    Thanks for your time.
>
> Regards,
> MM
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org