On 07/04/06, Oleg Shnayderman <[EMAIL PROTECTED]> 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'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'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't record.</responseData> > </sample> > > Oleg > > > > On 4/6/06, sebb <[EMAIL PROTECTED]> wrote: > > > > On 06/04/06, Oleg Shnayderman <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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't record.</responseData> > > > > > > > > <samplerData class="java.lang.String"><SOAP-ENV:Envelope > > > > > > > > > > > > xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" > > > > > > > > > > > > xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" > > > > > > > > > > xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" > > > > > > > > xmlns:xsd="http://www.w3.org/2001/XMLSchema" > > > > > > > > xmlns:ns3="http://inxight.com/soap/sdx/common/v1" > > > > > > > > > > xmlns:ns1="http://inxight.com/soap/sdx/thingfinder/v1" > > > > > > > > > > > > > > > > > > > > > > > > > > > > xmlns:ns2="http://inxight.com/soap/sdx/thingfinder/v1/types"><SOAP-ENV:Body><ns2:ExtractEntities><params > > > > > > > > documentIsHtml="false"></params><doc > > > > > > > > encoding="auto" language</samplerData> > > > > > > > > <requestUrl class="java.lang.String">http://qatest17:9999/ > > > > > > </requestUrl> > > > > > > > > </sample> > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > On 4/6/06, Peter Lin <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]> 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: [EMAIL PROTECTED] > > > > > > For additional commands, e-mail: > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

