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 > > > > > >

