You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Oleg Shnayderman <ta...@gmail.com> on 2006/04/06 20:09:07 UTC

Getting bytecount and throughput in JTL file

Hello all,

I am new to the Jmeter. I am trying to write a webservice(soap) request when
jmeter sends soap messages saved in the files locally to the webserver.
When I am using Agregate Report Listener I am able to see in the viewer
Throughput info, KB/sec info an well as Error % info.
I am wondering is there any way I can get this info from the saved jtl file,
or redirect it somewhere and save it to some file(s)?

Thank you,

Oleg

Re: Getting bytecount and throughput in JTL file

Posted by sebb <se...@gmail.com>.
On 07/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> Even using the new format for saving jtl files
>
> jmeter.properties:
>
> #File format for saved test files.
> # JMeter 2.1+ uses a new format for JMX and JTL files - using XStream.
> # JMeter 2.1.2+ has a new shorter format for JMX files.
> # Set value to 2.0 or 2.1 to save to old formats
> #
> # Save test plans and test logs in 2.0 format
> #file_format=2.0
> # Just test plans (jmx)
> #file_format.testplan=2.1
> # Just test logs (jtl)
> #file_format.testlog=2.0
>
> Since old format is disabled, it will by by default the new format, but the
> problme is even in new format, I don't see bytes in jtl output file
>
> here is an example, part of my argerating report output jtl file
> <?xml version="1.0" encoding="UTF-8"?>
> <testResults version="1.2">
> <sample t="281" lt="0" ts="1144362798939" s="true" lb="WebService(SOAP)
> Request" rc="200" rm="" tn="Thread Group 1-14" dt="text" by="664">

.........................................................................................by="664"

>   <responseData class="java.lang.String">Unsupported encoding in response
> data, can&apos;t record.</responseData>
> </sample>
> <sample t="391" lt="0" ts="1144362798798" s="true" lb="WebService(SOAP)
> Request" rc="200" rm="" tn="Thread Group 1-5" dt="text" by="664">
>   <responseData class="java.lang.String">Unsupported encoding in response
> data, can&apos;t record.</responseData>
> </sample>
> <sample t="250" lt="0" ts="1144362798970" s="true" lb="WebService(SOAP)
> Request" rc="200" rm="" tn="Thread Group 1-29" dt="text" by="664">
>   <responseData class="java.lang.String">Unsupported encoding in response
> data, can&apos;t record.</responseData>
> </sample>
>
> Oleg
>
>
>
> On 4/6/06, sebb <se...@gmail.com> wrote:
> >
> > On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > that what I did...
> > >
> > > my agregate report "configure" has "save byte count" checked in, but the
> > JTL
> > > file still ....
> > >
> > >
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <testResults version="1.2">
> > >
> > > <sampleResult timeStamp="1144362086611" dataType="text"
> > threadName="Thread
> > > Group 1-9" label="WebService(SOAP) Request" time="140"
> > responseMessage=""
> > > responseCode="200" success="true"/>
> > >
> > > I don't see byte count number here...
> > >
> > > should I change jmeter file format in jmeter.properties, because I am
> > using
> > >
> > > file_format.testlog=2.0
> > >
> > > should it be newer format?
> > >
> >
> > Yes, the byte count is only saved with the newer format at present.
> >
> > It's not worth adding it to the old XML format.
> >
> > But I will add it to the CSV format.
> >
> > >
> > > Oleg
> > > On 4/6/06, sebb <se...@gmail.com> wrote:
> > > >
> > > > You need to tell the Listener to save the byte count - press the
> > > > Configure button and check the box.
> > > >
> > > > Or, for the non-GUI listener created by the -l flag, set the
> > > > appropriate property in jmeter.properties.
> > > >
> > > > S.
> > > > On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > I downloaded and installed the nightly build (
> > > > jakarta-jmeter-2-1.20060405)
> > > > > Yes, it has this option "save byte count" to configure the listeners
> > > > > but later looking inside the jtl file in notepad editor,
> > > > >
> > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > <testResults version="1.2">
> > > > >
> > > > > <sampleResult timeStamp="1144360164442" dataType="text"
> > > > threadName="Thread
> > > > > Group 1-3" label="WebService(SOAP) Request" time="31"
> > responseMessage=""
> > > > > responseCode="200" success="true"/>
> > > > > I don't see anything different that it has, than the stable version
> > > > without
> > > > > "save byte count" option
> > > > >
> > > > >
> > > > > On 4/6/06, sebb <se...@gmail.com> wrote:
> > > > > >
> > > > > > The latest nightly has the facility to save byte count to the JTL
> > > > file.
> > > > > >
> > > > > > Throughput and aggregate calculations will have to be done
> > separately.
> > > > > >
> > > > > > S.
> > > > > > On 06/04/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > > > you can copy/paste the aggregate results table to excel.
> > > > > > >
> > > > > > > currently there isn't an easy way to save the aggregate data to
> > an
> > > > > > external
> > > > > > > file.
> > > > > > >
> > > > > > > peter
> > > > > > >
> > > > > > >
> > > > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Sorry Peter,
> > > > > > > >
> > > > > > > > Yes, I want so save all information from Agregate Report into
> > some
> > > > > > file
> > > > > > > > (xml
> > > > > > > > or test, or etc.)
> > > > > > > > This is what I see if I am saving listener into jtl file, but
> > I
> > > > can
> > > > > > not
> > > > > > > > figure out where is throughput in this file
> > > > > > > >
> > > > > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > > > > <testResults version="1.2">
> > > > > > > >
> > > > > > > > <sample t="219" lt="0" ts="1144343276692" s="true"
> > > > > > lb="WebService(SOAP)
> > > > > > > > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text"
> > by="664">
> > > > > > > >   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> > > > > > > > Connection=close
> > > > > > > > </responseHeader>
> > > > > > > >   <requestHeader class="java.lang.String"></requestHeader>
> > > > > > > >   <responseData class="java.lang.String">Unsupported encoding
> > in
> > > > > > response
> > > > > > > > data, can&apos;t record.</responseData>
> > > > > > > >   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> > > > > > > >
> > > > xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > > > > > > >
> > > > xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > > > > > > >
> > xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > > > > > > > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > > > > > > > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > > > > > > >
> > xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> > xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> > > > > > > > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > > > > > > > encoding=&quot;auto&quot; language</samplerData>
> > > > > > > >   <requestUrl class="java.lang.String">http://qatest17:9999/
> > > > > > </requestUrl>
> > > > > > > > </sample>
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > not sure what you mean by "get this info".
> > > > > > > > >
> > > > > > > > > do you mean save the aggregate summary to a file?
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > peter
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > > > > > >
> > > > > > > > > > Hello all,
> > > > > > > > > >
> > > > > > > > > > I am new to the Jmeter. I am trying to write a
> > > > webservice(soap)
> > > > > > > > request
> > > > > > > > > > when
> > > > > > > > > > jmeter sends soap messages saved in the files locally to
> > the
> > > > > > > > webserver.
> > > > > > > > > > When I am using Agregate Report Listener I am able to see
> > in
> > > > the
> > > > > > > > viewer
> > > > > > > > > > Throughput info, KB/sec info an well as Error % info.
> > > > > > > > > > I am wondering is there any way I can get this info from
> > the
> > > > saved
> > > > > > jtl
> > > > > > > > > > file,
> > > > > > > > > > or redirect it somewhere and save it to some file(s)?
> > > > > > > > > >
> > > > > > > > > > Thank you,
> > > > > > > > > >
> > > > > > > > > > Oleg
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > ---------------------------------------------------------------------
> > > > > > 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
> > > >
> > > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > 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: Getting bytecount and throughput in JTL file

Posted by Oleg Shnayderman <ta...@gmail.com>.
Even using the new format for saving jtl files

jmeter.properties:

#File format for saved test files.
# JMeter 2.1+ uses a new format for JMX and JTL files - using XStream.
# JMeter 2.1.2+ has a new shorter format for JMX files.
# Set value to 2.0 or 2.1 to save to old formats
#
# Save test plans and test logs in 2.0 format
#file_format=2.0
# Just test plans (jmx)
#file_format.testplan=2.1
# Just test logs (jtl)
#file_format.testlog=2.0

Since old format is disabled, it will by by default the new format, but the
problme is even in new format, I don't see bytes in jtl output file

here is an example, part of my argerating report output jtl file
<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">
<sample t="281" lt="0" ts="1144362798939" s="true" lb="WebService(SOAP)
Request" rc="200" rm="" tn="Thread Group 1-14" dt="text" by="664">
  <responseData class="java.lang.String">Unsupported encoding in response
data, can&apos;t record.</responseData>
</sample>
<sample t="391" lt="0" ts="1144362798798" s="true" lb="WebService(SOAP)
Request" rc="200" rm="" tn="Thread Group 1-5" dt="text" by="664">
  <responseData class="java.lang.String">Unsupported encoding in response
data, can&apos;t record.</responseData>
</sample>
<sample t="250" lt="0" ts="1144362798970" s="true" lb="WebService(SOAP)
Request" rc="200" rm="" tn="Thread Group 1-29" dt="text" by="664">
  <responseData class="java.lang.String">Unsupported encoding in response
data, can&apos;t record.</responseData>
</sample>

Oleg



On 4/6/06, sebb <se...@gmail.com> wrote:
>
> On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > that what I did...
> >
> > my agregate report "configure" has "save byte count" checked in, but the
> JTL
> > file still ....
> >
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <testResults version="1.2">
> >
> > <sampleResult timeStamp="1144362086611" dataType="text"
> threadName="Thread
> > Group 1-9" label="WebService(SOAP) Request" time="140"
> responseMessage=""
> > responseCode="200" success="true"/>
> >
> > I don't see byte count number here...
> >
> > should I change jmeter file format in jmeter.properties, because I am
> using
> >
> > file_format.testlog=2.0
> >
> > should it be newer format?
> >
>
> Yes, the byte count is only saved with the newer format at present.
>
> It's not worth adding it to the old XML format.
>
> But I will add it to the CSV format.
>
> >
> > Oleg
> > On 4/6/06, sebb <se...@gmail.com> wrote:
> > >
> > > You need to tell the Listener to save the byte count - press the
> > > Configure button and check the box.
> > >
> > > Or, for the non-GUI listener created by the -l flag, set the
> > > appropriate property in jmeter.properties.
> > >
> > > S.
> > > On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > I downloaded and installed the nightly build (
> > > jakarta-jmeter-2-1.20060405)
> > > > Yes, it has this option "save byte count" to configure the listeners
> > > > but later looking inside the jtl file in notepad editor,
> > > >
> > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > <testResults version="1.2">
> > > >
> > > > <sampleResult timeStamp="1144360164442" dataType="text"
> > > threadName="Thread
> > > > Group 1-3" label="WebService(SOAP) Request" time="31"
> responseMessage=""
> > > > responseCode="200" success="true"/>
> > > > I don't see anything different that it has, than the stable version
> > > without
> > > > "save byte count" option
> > > >
> > > >
> > > > On 4/6/06, sebb <se...@gmail.com> wrote:
> > > > >
> > > > > The latest nightly has the facility to save byte count to the JTL
> > > file.
> > > > >
> > > > > Throughput and aggregate calculations will have to be done
> separately.
> > > > >
> > > > > S.
> > > > > On 06/04/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > > you can copy/paste the aggregate results table to excel.
> > > > > >
> > > > > > currently there isn't an easy way to save the aggregate data to
> an
> > > > > external
> > > > > > file.
> > > > > >
> > > > > > peter
> > > > > >
> > > > > >
> > > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > > >
> > > > > > > Sorry Peter,
> > > > > > >
> > > > > > > Yes, I want so save all information from Agregate Report into
> some
> > > > > file
> > > > > > > (xml
> > > > > > > or test, or etc.)
> > > > > > > This is what I see if I am saving listener into jtl file, but
> I
> > > can
> > > > > not
> > > > > > > figure out where is throughput in this file
> > > > > > >
> > > > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > > > <testResults version="1.2">
> > > > > > >
> > > > > > > <sample t="219" lt="0" ts="1144343276692" s="true"
> > > > > lb="WebService(SOAP)
> > > > > > > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text"
> by="664">
> > > > > > >   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> > > > > > > Connection=close
> > > > > > > </responseHeader>
> > > > > > >   <requestHeader class="java.lang.String"></requestHeader>
> > > > > > >   <responseData class="java.lang.String">Unsupported encoding
> in
> > > > > response
> > > > > > > data, can&apos;t record.</responseData>
> > > > > > >   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> > > > > > >
> > > xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > > > > > >
> > > xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > > > > > >
> xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > > > > > > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > > > > > > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > > > > > >
> xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> > > > > > >
> > > > > > >
> > > > >
> > >
> xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> > > > > > > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > > > > > > encoding=&quot;auto&quot; language</samplerData>
> > > > > > >   <requestUrl class="java.lang.String">http://qatest17:9999/
> > > > > </requestUrl>
> > > > > > > </sample>
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > not sure what you mean by "get this info".
> > > > > > > >
> > > > > > > > do you mean save the aggregate summary to a file?
> > > > > > > >
> > > > > > > >
> > > > > > > > peter
> > > > > > > >
> > > > > > > >
> > > > > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > > > > >
> > > > > > > > > Hello all,
> > > > > > > > >
> > > > > > > > > I am new to the Jmeter. I am trying to write a
> > > webservice(soap)
> > > > > > > request
> > > > > > > > > when
> > > > > > > > > jmeter sends soap messages saved in the files locally to
> the
> > > > > > > webserver.
> > > > > > > > > When I am using Agregate Report Listener I am able to see
> in
> > > the
> > > > > > > viewer
> > > > > > > > > Throughput info, KB/sec info an well as Error % info.
> > > > > > > > > I am wondering is there any way I can get this info from
> the
> > > saved
> > > > > jtl
> > > > > > > > > file,
> > > > > > > > > or redirect it somewhere and save it to some file(s)?
> > > > > > > > >
> > > > > > > > > Thank you,
> > > > > > > > >
> > > > > > > > > Oleg
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> ---------------------------------------------------------------------
> > > > > 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
> > >
> > >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Getting bytecount and throughput in JTL file

Posted by sebb <se...@gmail.com>.
On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> that what I did...
>
> my agregate report "configure" has "save byte count" checked in, but the JTL
> file still ....
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <testResults version="1.2">
>
> <sampleResult timeStamp="1144362086611" dataType="text" threadName="Thread
> Group 1-9" label="WebService(SOAP) Request" time="140" responseMessage=""
> responseCode="200" success="true"/>
>
> I don't see byte count number here...
>
> should I change jmeter file format in jmeter.properties, because I am using
>
> file_format.testlog=2.0
>
> should it be newer format?
>

Yes, the byte count is only saved with the newer format at present.

It's not worth adding it to the old XML format.

But I will add it to the CSV format.

>
> Oleg
> On 4/6/06, sebb <se...@gmail.com> wrote:
> >
> > You need to tell the Listener to save the byte count - press the
> > Configure button and check the box.
> >
> > Or, for the non-GUI listener created by the -l flag, set the
> > appropriate property in jmeter.properties.
> >
> > S.
> > On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > I downloaded and installed the nightly build (
> > jakarta-jmeter-2-1.20060405)
> > > Yes, it has this option "save byte count" to configure the listeners
> > > but later looking inside the jtl file in notepad editor,
> > >
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <testResults version="1.2">
> > >
> > > <sampleResult timeStamp="1144360164442" dataType="text"
> > threadName="Thread
> > > Group 1-3" label="WebService(SOAP) Request" time="31" responseMessage=""
> > > responseCode="200" success="true"/>
> > > I don't see anything different that it has, than the stable version
> > without
> > > "save byte count" option
> > >
> > >
> > > On 4/6/06, sebb <se...@gmail.com> wrote:
> > > >
> > > > The latest nightly has the facility to save byte count to the JTL
> > file.
> > > >
> > > > Throughput and aggregate calculations will have to be done separately.
> > > >
> > > > S.
> > > > On 06/04/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > you can copy/paste the aggregate results table to excel.
> > > > >
> > > > > currently there isn't an easy way to save the aggregate data to an
> > > > external
> > > > > file.
> > > > >
> > > > > peter
> > > > >
> > > > >
> > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > >
> > > > > > Sorry Peter,
> > > > > >
> > > > > > Yes, I want so save all information from Agregate Report into some
> > > > file
> > > > > > (xml
> > > > > > or test, or etc.)
> > > > > > This is what I see if I am saving listener into jtl file, but I
> > can
> > > > not
> > > > > > figure out where is throughput in this file
> > > > > >
> > > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > > <testResults version="1.2">
> > > > > >
> > > > > > <sample t="219" lt="0" ts="1144343276692" s="true"
> > > > lb="WebService(SOAP)
> > > > > > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text" by="664">
> > > > > >   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> > > > > > Connection=close
> > > > > > </responseHeader>
> > > > > >   <requestHeader class="java.lang.String"></requestHeader>
> > > > > >   <responseData class="java.lang.String">Unsupported encoding in
> > > > response
> > > > > > data, can&apos;t record.</responseData>
> > > > > >   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> > > > > >
> > xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > > > > >
> > xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > > > > > xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > > > > > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > > > > > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > > > > > xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> > > > > >
> > > > > >
> > > >
> > xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> > > > > > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > > > > > encoding=&quot;auto&quot; language</samplerData>
> > > > > >   <requestUrl class="java.lang.String">http://qatest17:9999/
> > > > </requestUrl>
> > > > > > </sample>
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > > >
> > > > > > > not sure what you mean by "get this info".
> > > > > > >
> > > > > > > do you mean save the aggregate summary to a file?
> > > > > > >
> > > > > > >
> > > > > > > peter
> > > > > > >
> > > > > > >
> > > > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hello all,
> > > > > > > >
> > > > > > > > I am new to the Jmeter. I am trying to write a
> > webservice(soap)
> > > > > > request
> > > > > > > > when
> > > > > > > > jmeter sends soap messages saved in the files locally to the
> > > > > > webserver.
> > > > > > > > When I am using Agregate Report Listener I am able to see in
> > the
> > > > > > viewer
> > > > > > > > Throughput info, KB/sec info an well as Error % info.
> > > > > > > > I am wondering is there any way I can get this info from the
> > saved
> > > > jtl
> > > > > > > > file,
> > > > > > > > or redirect it somewhere and save it to some file(s)?
> > > > > > > >
> > > > > > > > Thank you,
> > > > > > > >
> > > > > > > > Oleg
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > > ---------------------------------------------------------------------
> > > > 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
> >
> >
>
>

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


Re: Getting bytecount and throughput in JTL file

Posted by Oleg Shnayderman <ta...@gmail.com>.
here is the part of my jmx config file, and you can see that <bytes> are set
to true

<hashTree>
          <ResultCollector guiclass="StatVisualizer"
testclass="ResultCollector" testname="Aggregate Report" enabled="true">
            <objProp>
              <value class="SampleSaveConfiguration">
                <time>true</time>
                <latency>true</latency>
                <timestamp>true</timestamp>
                <success>true</success>
                <label>true</label>
                <code>true</code>
                <message>true</message>
                <threadName>true</threadName>
                <dataType>true</dataType>
                <encoding>false</encoding>
                <assertions>false</assertions>
                <subresults>true</subresults>
                <responseData>false</responseData>
                <samplerData>false</samplerData>
                <xml>true</xml>
                <fieldNames>false</fieldNames>
                <responseHeaders>true</responseHeaders>
                <requestHeaders>false</requestHeaders>
                <responseDataOnError>false</responseDataOnError>

<saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
                <assertionsResultsToSave>0</assertionsResultsToSave>
                <delimiter>,</delimiter>
                <printMilliseconds>true</printMilliseconds>
                <bytes>true</bytes>
                <url>true</url>
              </value>
              <name>saveConfig</name>
            </objProp>
            <stringProp
name="filename">C:\oleg\JmeterTesting\test_20060406\200604061510.jtl</stringProp>
            <boolProp name="ResultCollector.error_logging">false</boolProp>
          </ResultCollector>
          <hashTree/>

however, when I check the output jtl file, I don't see any bytes there

<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">
<sample t="281" lt="0" ts="1144362798939" s="true" lb="WebService(SOAP)
Request" rc="200" rm="" tn="Thread Group 1-14" dt="text" by="664">
  <responseData class="java.lang.String">Unsupported encoding in response
data, can&apos;t record.</responseData>
</sample>


On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
>
>  that what I did...
>
> my agregate report "configure" has "save byte count" checked in, but the
> JTL file still ....
>
>
> <?xml version="1.0" encoding="UTF-8"?>
> <testResults version="1.2">
>
> <sampleResult timeStamp="1144362086611" dataType="text" threadName="Thread
> Group 1-9" label="WebService(SOAP) Request" time="140" responseMessage=""
> responseCode="200" success="true"/>
>
> I don't see byte count number here...
>
> should I change jmeter file format in jmeter.properties, because I am
> using
>
> file_format.testlog=2.0
>
> should it be newer format?
>
>
>
> Oleg
>  On 4/6/06, sebb <se...@gmail.com> wrote:
> >
> > You need to tell the Listener to save the byte count - press the
> > Configure button and check the box.
> >
> > Or, for the non-GUI listener created by the -l flag, set the
> > appropriate property in jmeter.properties.
> >
> > S.
> > On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > I downloaded and installed the nightly build (
> > jakarta-jmeter-2-1.20060405)
> > > Yes, it has this option "save byte count" to configure the listeners
> > > but later looking inside the jtl file in notepad editor,
> > >
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <testResults version="1.2">
> > >
> > > <sampleResult timeStamp="1144360164442" dataType="text"
> > threadName="Thread
> > > Group 1-3" label="WebService(SOAP) Request" time="31"
> > responseMessage=""
> > > responseCode="200" success="true"/>
> > > I don't see anything different that it has, than the stable version
> > without
> > > "save byte count" option
> > >
> > >
> > > On 4/6/06, sebb <se...@gmail.com> wrote:
> > > >
> > > > The latest nightly has the facility to save byte count to the JTL
> > file.
> > > >
> > > > Throughput and aggregate calculations will have to be done
> > separately.
> > > >
> > > > S.
> > > > On 06/04/06, Peter Lin <woolfel@gmail.com > wrote:
> > > > > you can copy/paste the aggregate results table to excel.
> > > > >
> > > > > currently there isn't an easy way to save the aggregate data to an
> > > > external
> > > > > file.
> > > > >
> > > > > peter
> > > > >
> > > > >
> > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > >
> > > > > > Sorry Peter,
> > > > > >
> > > > > > Yes, I want so save all information from Agregate Report into
> > some
> > > > file
> > > > > > (xml
> > > > > > or test, or etc.)
> > > > > > This is what I see if I am saving listener into jtl file, but I
> > can
> > > > not
> > > > > > figure out where is throughput in this file
> > > > > >
> > > > > > <?xml version=" 1.0" encoding="UTF-8"?>
> > > > > > <testResults version="1.2">
> > > > > >
> > > > > > <sample t="219" lt="0" ts="1144343276692" s="true"
> > > > lb="WebService(SOAP)
> > > > > > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text"
> > by="664">
> > > > > >   <responseHeader class=" java.lang.String">Server=gSOAP/2.7
> > > > > > Connection=close
> > > > > > </responseHeader>
> > > > > >   <requestHeader class="java.lang.String"></requestHeader>
> > > > > >   <responseData class="java.lang.String">Unsupported encoding in
> > > > response
> > > > > > data, can&apos;t record.</responseData>
> > > > > >   <samplerData class=" java.lang.String">&lt;SOAP-ENV:Envelope
> > > > > >
> > xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > > > > >
> > xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > > > > > xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > > > > > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > > > > > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > > > > > xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> > > > > >
> > > > > >
> > > >
> > xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> >
> > > > > > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > > > > > encoding=&quot;auto&quot; language</samplerData>
> > > > > >   <requestUrl class=" java.lang.String">http://qatest17:9999/
> > > > </requestUrl>
> > > > > > </sample>
> > > > > >
> > > > > >
> > > > > >
> > > > > > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > > >
> > > > > > > not sure what you mean by "get this info".
> > > > > > >
> > > > > > > do you mean save the aggregate summary to a file?
> > > > > > >
> > > > > > >
> > > > > > > peter
> > > > > > >
> > > > > > >
> > > > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > > > >
> > > > > > > > Hello all,
> > > > > > > >
> > > > > > > > I am new to the Jmeter. I am trying to write a
> > webservice(soap)
> > > > > > request
> > > > > > > > when
> > > > > > > > jmeter sends soap messages saved in the files locally to the
> >
> > > > > > webserver.
> > > > > > > > When I am using Agregate Report Listener I am able to see in
> > the
> > > > > > viewer
> > > > > > > > Throughput info, KB/sec info an well as Error % info.
> > > > > > > > I am wondering is there any way I can get this info from the
> > saved
> > > > jtl
> > > > > > > > file,
> > > > > > > > or redirect it somewhere and save it to some file(s)?
> > > > > > > >
> > > > > > > > Thank you,
> > > > > > > >
> > > > > > > > Oleg
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > ---------------------------------------------------------------------
> > > > 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: Getting bytecount and throughput in JTL file

Posted by Oleg Shnayderman <ta...@gmail.com>.
that what I did...

my agregate report "configure" has "save byte count" checked in, but the JTL
file still ....


<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">

<sampleResult timeStamp="1144362086611" dataType="text" threadName="Thread
Group 1-9" label="WebService(SOAP) Request" time="140" responseMessage=""
responseCode="200" success="true"/>

I don't see byte count number here...

should I change jmeter file format in jmeter.properties, because I am using

file_format.testlog=2.0

should it be newer format?



Oleg
On 4/6/06, sebb <se...@gmail.com> wrote:
>
> You need to tell the Listener to save the byte count - press the
> Configure button and check the box.
>
> Or, for the non-GUI listener created by the -l flag, set the
> appropriate property in jmeter.properties.
>
> S.
> On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > I downloaded and installed the nightly build (
> jakarta-jmeter-2-1.20060405)
> > Yes, it has this option "save byte count" to configure the listeners
> > but later looking inside the jtl file in notepad editor,
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <testResults version="1.2">
> >
> > <sampleResult timeStamp="1144360164442" dataType="text"
> threadName="Thread
> > Group 1-3" label="WebService(SOAP) Request" time="31" responseMessage=""
> > responseCode="200" success="true"/>
> > I don't see anything different that it has, than the stable version
> without
> > "save byte count" option
> >
> >
> > On 4/6/06, sebb <se...@gmail.com> wrote:
> > >
> > > The latest nightly has the facility to save byte count to the JTL
> file.
> > >
> > > Throughput and aggregate calculations will have to be done separately.
> > >
> > > S.
> > > On 06/04/06, Peter Lin <wo...@gmail.com> wrote:
> > > > you can copy/paste the aggregate results table to excel.
> > > >
> > > > currently there isn't an easy way to save the aggregate data to an
> > > external
> > > > file.
> > > >
> > > > peter
> > > >
> > > >
> > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > >
> > > > > Sorry Peter,
> > > > >
> > > > > Yes, I want so save all information from Agregate Report into some
> > > file
> > > > > (xml
> > > > > or test, or etc.)
> > > > > This is what I see if I am saving listener into jtl file, but I
> can
> > > not
> > > > > figure out where is throughput in this file
> > > > >
> > > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > > <testResults version="1.2">
> > > > >
> > > > > <sample t="219" lt="0" ts="1144343276692" s="true"
> > > lb="WebService(SOAP)
> > > > > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text" by="664">
> > > > >   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> > > > > Connection=close
> > > > > </responseHeader>
> > > > >   <requestHeader class="java.lang.String"></requestHeader>
> > > > >   <responseData class="java.lang.String">Unsupported encoding in
> > > response
> > > > > data, can&apos;t record.</responseData>
> > > > >   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> > > > >
> xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > > > >
> xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > > > > xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > > > > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > > > > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > > > > xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> > > > >
> > > > >
> > >
> xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> > > > > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > > > > encoding=&quot;auto&quot; language</samplerData>
> > > > >   <requestUrl class="java.lang.String">http://qatest17:9999/
> > > </requestUrl>
> > > > > </sample>
> > > > >
> > > > >
> > > > >
> > > > > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > > > > >
> > > > > > not sure what you mean by "get this info".
> > > > > >
> > > > > > do you mean save the aggregate summary to a file?
> > > > > >
> > > > > >
> > > > > > peter
> > > > > >
> > > > > >
> > > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > > >
> > > > > > > Hello all,
> > > > > > >
> > > > > > > I am new to the Jmeter. I am trying to write a
> webservice(soap)
> > > > > request
> > > > > > > when
> > > > > > > jmeter sends soap messages saved in the files locally to the
> > > > > webserver.
> > > > > > > When I am using Agregate Report Listener I am able to see in
> the
> > > > > viewer
> > > > > > > Throughput info, KB/sec info an well as Error % info.
> > > > > > > I am wondering is there any way I can get this info from the
> saved
> > > jtl
> > > > > > > file,
> > > > > > > or redirect it somewhere and save it to some file(s)?
> > > > > > >
> > > > > > > Thank you,
> > > > > > >
> > > > > > > Oleg
> > > > > > >
> > > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > > ---------------------------------------------------------------------
> > > 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: Getting bytecount and throughput in JTL file

Posted by sebb <se...@gmail.com>.
You need to tell the Listener to save the byte count - press the
Configure button and check the box.

Or, for the non-GUI listener created by the -l flag, set the
appropriate property in jmeter.properties.

S.
On 06/04/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> I downloaded and installed the nightly build (jakarta-jmeter-2-1.20060405)
> Yes, it has this option "save byte count" to configure the listeners
> but later looking inside the jtl file in notepad editor,
>
> <?xml version="1.0" encoding="UTF-8"?>
> <testResults version="1.2">
>
> <sampleResult timeStamp="1144360164442" dataType="text" threadName="Thread
> Group 1-3" label="WebService(SOAP) Request" time="31" responseMessage=""
> responseCode="200" success="true"/>
> I don't see anything different that it has, than the stable version without
> "save byte count" option
>
>
> On 4/6/06, sebb <se...@gmail.com> wrote:
> >
> > The latest nightly has the facility to save byte count to the JTL file.
> >
> > Throughput and aggregate calculations will have to be done separately.
> >
> > S.
> > On 06/04/06, Peter Lin <wo...@gmail.com> wrote:
> > > you can copy/paste the aggregate results table to excel.
> > >
> > > currently there isn't an easy way to save the aggregate data to an
> > external
> > > file.
> > >
> > > peter
> > >
> > >
> > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > >
> > > > Sorry Peter,
> > > >
> > > > Yes, I want so save all information from Agregate Report into some
> > file
> > > > (xml
> > > > or test, or etc.)
> > > > This is what I see if I am saving listener into jtl file, but I can
> > not
> > > > figure out where is throughput in this file
> > > >
> > > > <?xml version="1.0" encoding="UTF-8"?>
> > > > <testResults version="1.2">
> > > >
> > > > <sample t="219" lt="0" ts="1144343276692" s="true"
> > lb="WebService(SOAP)
> > > > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text" by="664">
> > > >   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> > > > Connection=close
> > > > </responseHeader>
> > > >   <requestHeader class="java.lang.String"></requestHeader>
> > > >   <responseData class="java.lang.String">Unsupported encoding in
> > response
> > > > data, can&apos;t record.</responseData>
> > > >   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> > > > xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > > > xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > > > xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > > > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > > > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > > > xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> > > >
> > > >
> > xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> > > > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > > > encoding=&quot;auto&quot; language</samplerData>
> > > >   <requestUrl class="java.lang.String">http://qatest17:9999/
> > </requestUrl>
> > > > </sample>
> > > >
> > > >
> > > >
> > > > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > > > >
> > > > > not sure what you mean by "get this info".
> > > > >
> > > > > do you mean save the aggregate summary to a file?
> > > > >
> > > > >
> > > > > peter
> > > > >
> > > > >
> > > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > > >
> > > > > > Hello all,
> > > > > >
> > > > > > I am new to the Jmeter. I am trying to write a webservice(soap)
> > > > request
> > > > > > when
> > > > > > jmeter sends soap messages saved in the files locally to the
> > > > webserver.
> > > > > > When I am using Agregate Report Listener I am able to see in the
> > > > viewer
> > > > > > Throughput info, KB/sec info an well as Error % info.
> > > > > > I am wondering is there any way I can get this info from the saved
> > jtl
> > > > > > file,
> > > > > > or redirect it somewhere and save it to some file(s)?
> > > > > >
> > > > > > Thank you,
> > > > > >
> > > > > > Oleg
> > > > > >
> > > > > >
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > 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: Getting bytecount and throughput in JTL file

Posted by Oleg Shnayderman <ta...@gmail.com>.
I downloaded and installed the nightly build (jakarta-jmeter-2-1.20060405)
Yes, it has this option "save byte count" to configure the listeners
but later looking inside the jtl file in notepad editor,

<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">

<sampleResult timeStamp="1144360164442" dataType="text" threadName="Thread
Group 1-3" label="WebService(SOAP) Request" time="31" responseMessage=""
responseCode="200" success="true"/>
I don't see anything different that it has, than the stable version without
"save byte count" option


On 4/6/06, sebb <se...@gmail.com> wrote:
>
> The latest nightly has the facility to save byte count to the JTL file.
>
> Throughput and aggregate calculations will have to be done separately.
>
> S.
> On 06/04/06, Peter Lin <wo...@gmail.com> wrote:
> > you can copy/paste the aggregate results table to excel.
> >
> > currently there isn't an easy way to save the aggregate data to an
> external
> > file.
> >
> > peter
> >
> >
> > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > >
> > > Sorry Peter,
> > >
> > > Yes, I want so save all information from Agregate Report into some
> file
> > > (xml
> > > or test, or etc.)
> > > This is what I see if I am saving listener into jtl file, but I can
> not
> > > figure out where is throughput in this file
> > >
> > > <?xml version="1.0" encoding="UTF-8"?>
> > > <testResults version="1.2">
> > >
> > > <sample t="219" lt="0" ts="1144343276692" s="true"
> lb="WebService(SOAP)
> > > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text" by="664">
> > >   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> > > Connection=close
> > > </responseHeader>
> > >   <requestHeader class="java.lang.String"></requestHeader>
> > >   <responseData class="java.lang.String">Unsupported encoding in
> response
> > > data, can&apos;t record.</responseData>
> > >   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> > > xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > > xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > > xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > > xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> > >
> > >
> xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> > > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > > encoding=&quot;auto&quot; language</samplerData>
> > >   <requestUrl class="java.lang.String">http://qatest17:9999/
> </requestUrl>
> > > </sample>
> > >
> > >
> > >
> > > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > > >
> > > > not sure what you mean by "get this info".
> > > >
> > > > do you mean save the aggregate summary to a file?
> > > >
> > > >
> > > > peter
> > > >
> > > >
> > > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > > >
> > > > > Hello all,
> > > > >
> > > > > I am new to the Jmeter. I am trying to write a webservice(soap)
> > > request
> > > > > when
> > > > > jmeter sends soap messages saved in the files locally to the
> > > webserver.
> > > > > When I am using Agregate Report Listener I am able to see in the
> > > viewer
> > > > > Throughput info, KB/sec info an well as Error % info.
> > > > > I am wondering is there any way I can get this info from the saved
> jtl
> > > > > file,
> > > > > or redirect it somewhere and save it to some file(s)?
> > > > >
> > > > > Thank you,
> > > > >
> > > > > Oleg
> > > > >
> > > > >
> > > >
> > > >
> > >
> > >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Getting bytecount and throughput in JTL file

Posted by sebb <se...@gmail.com>.
The latest nightly has the facility to save byte count to the JTL file.

Throughput and aggregate calculations will have to be done separately.

S.
On 06/04/06, Peter Lin <wo...@gmail.com> wrote:
> you can copy/paste the aggregate results table to excel.
>
> currently there isn't an easy way to save the aggregate data to an external
> file.
>
> peter
>
>
> On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> >
> > Sorry Peter,
> >
> > Yes, I want so save all information from Agregate Report into some file
> > (xml
> > or test, or etc.)
> > This is what I see if I am saving listener into jtl file, but I can not
> > figure out where is throughput in this file
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <testResults version="1.2">
> >
> > <sample t="219" lt="0" ts="1144343276692" s="true" lb="WebService(SOAP)
> > Request" rc="200" rm="" tn="Thread Group 1-13" dt="text" by="664">
> >   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> > Connection=close
> > </responseHeader>
> >   <requestHeader class="java.lang.String"></requestHeader>
> >   <responseData class="java.lang.String">Unsupported encoding in response
> > data, can&apos;t record.</responseData>
> >   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> > xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> > xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> > xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> > xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> > xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> > xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
> >
> > xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> > documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> > encoding=&quot;auto&quot; language</samplerData>
> >   <requestUrl class="java.lang.String">http://qatest17:9999/</requestUrl>
> > </sample>
> >
> >
> >
> > On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> > >
> > > not sure what you mean by "get this info".
> > >
> > > do you mean save the aggregate summary to a file?
> > >
> > >
> > > peter
> > >
> > >
> > > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > > >
> > > > Hello all,
> > > >
> > > > I am new to the Jmeter. I am trying to write a webservice(soap)
> > request
> > > > when
> > > > jmeter sends soap messages saved in the files locally to the
> > webserver.
> > > > When I am using Agregate Report Listener I am able to see in the
> > viewer
> > > > Throughput info, KB/sec info an well as Error % info.
> > > > I am wondering is there any way I can get this info from the saved jtl
> > > > file,
> > > > or redirect it somewhere and save it to some file(s)?
> > > >
> > > > Thank you,
> > > >
> > > > Oleg
> > > >
> > > >
> > >
> > >
> >
> >
>
>

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


Re: Getting bytecount and throughput in JTL file

Posted by Peter Lin <wo...@gmail.com>.
you can copy/paste the aggregate results table to excel.

currently there isn't an easy way to save the aggregate data to an external
file.

peter


On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
>
> Sorry Peter,
>
> Yes, I want so save all information from Agregate Report into some file
> (xml
> or test, or etc.)
> This is what I see if I am saving listener into jtl file, but I can not
> figure out where is throughput in this file
>
> <?xml version="1.0" encoding="UTF-8"?>
> <testResults version="1.2">
>
> <sample t="219" lt="0" ts="1144343276692" s="true" lb="WebService(SOAP)
> Request" rc="200" rm="" tn="Thread Group 1-13" dt="text" by="664">
>   <responseHeader class="java.lang.String">Server=gSOAP/2.7
> Connection=close
> </responseHeader>
>   <requestHeader class="java.lang.String"></requestHeader>
>   <responseData class="java.lang.String">Unsupported encoding in response
> data, can&apos;t record.</responseData>
>   <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
> xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
> xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
> xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
> xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
> xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
> xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
>
> xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
> documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
> encoding=&quot;auto&quot; language</samplerData>
>   <requestUrl class="java.lang.String">http://qatest17:9999/</requestUrl>
> </sample>
>
>
>
> On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
> >
> > not sure what you mean by "get this info".
> >
> > do you mean save the aggregate summary to a file?
> >
> >
> > peter
> >
> >
> > On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> > >
> > > Hello all,
> > >
> > > I am new to the Jmeter. I am trying to write a webservice(soap)
> request
> > > when
> > > jmeter sends soap messages saved in the files locally to the
> webserver.
> > > When I am using Agregate Report Listener I am able to see in the
> viewer
> > > Throughput info, KB/sec info an well as Error % info.
> > > I am wondering is there any way I can get this info from the saved jtl
> > > file,
> > > or redirect it somewhere and save it to some file(s)?
> > >
> > > Thank you,
> > >
> > > Oleg
> > >
> > >
> >
> >
>
>

Re: Getting bytecount and throughput in JTL file

Posted by Oleg Shnayderman <ta...@gmail.com>.
Sorry Peter,

Yes, I want so save all information from Agregate Report into some file (xml
or test, or etc.)
This is what I see if I am saving listener into jtl file, but I can not
figure out where is throughput in this file

<?xml version="1.0" encoding="UTF-8"?>
<testResults version="1.2">

<sample t="219" lt="0" ts="1144343276692" s="true" lb="WebService(SOAP)
Request" rc="200" rm="" tn="Thread Group 1-13" dt="text" by="664">
  <responseHeader class="java.lang.String">Server=gSOAP/2.7
Connection=close
</responseHeader>
  <requestHeader class="java.lang.String"></requestHeader>
  <responseData class="java.lang.String">Unsupported encoding in response
data, can&apos;t record.</responseData>
  <samplerData class="java.lang.String">&lt;SOAP-ENV:Envelope
xmlns:SOAP-ENV=&quot;http://schemas.xmlsoap.org/soap/envelope/&quot;
xmlns:SOAP-ENC=&quot;http://schemas.xmlsoap.org/soap/encoding/&quot;
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;
xmlns:xsd=&quot;http://www.w3.org/2001/XMLSchema&quot;
xmlns:ns3=&quot;http://inxight.com/soap/sdx/common/v1&quot;
xmlns:ns1=&quot;http://inxight.com/soap/sdx/thingfinder/v1&quot;
xmlns:ns2=&quot;http://inxight.com/soap/sdx/thingfinder/v1/types&quot;&gt;&lt;SOAP-ENV:Body&gt;&lt;ns2:ExtractEntities&gt;&lt;params
documentIsHtml=&quot;false&quot;&gt;&lt;/params&gt;&lt;doc
encoding=&quot;auto&quot; language</samplerData>
  <requestUrl class="java.lang.String">http://qatest17:9999/</requestUrl>
</sample>



On 4/6/06, Peter Lin <wo...@gmail.com> wrote:
>
> not sure what you mean by "get this info".
>
> do you mean save the aggregate summary to a file?
>
>
> peter
>
>
> On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
> >
> > Hello all,
> >
> > I am new to the Jmeter. I am trying to write a webservice(soap) request
> > when
> > jmeter sends soap messages saved in the files locally to the webserver.
> > When I am using Agregate Report Listener I am able to see in the viewer
> > Throughput info, KB/sec info an well as Error % info.
> > I am wondering is there any way I can get this info from the saved jtl
> > file,
> > or redirect it somewhere and save it to some file(s)?
> >
> > Thank you,
> >
> > Oleg
> >
> >
>
>

Re: Getting bytecount and throughput in JTL file

Posted by Peter Lin <wo...@gmail.com>.
not sure what you mean by "get this info".

do you mean save the aggregate summary to a file?


peter


On 4/6/06, Oleg Shnayderman <ta...@gmail.com> wrote:
>
> Hello all,
>
> I am new to the Jmeter. I am trying to write a webservice(soap) request
> when
> jmeter sends soap messages saved in the files locally to the webserver.
> When I am using Agregate Report Listener I am able to see in the viewer
> Throughput info, KB/sec info an well as Error % info.
> I am wondering is there any way I can get this info from the saved jtl
> file,
> or redirect it somewhere and save it to some file(s)?
>
> Thank you,
>
> Oleg
>
>