Hi this used to apply years ago, but Saxon had the best memory usage at that time. For such large files , if you are only interested in some summary report, write your own SAX Event handler to generate your report, or preprocess this file to remove things you dont need. regards deepak
On Wed, Jun 3, 2009 at 9:03 AM, sebb <[email protected]> wrote: > On 03/06/2009, uzfarid <[email protected]> wrote: > > > > Hi, > > > > Yes i checked and it was missing closing of testResults tag. > > > > But why it is too slow for ant to process the file... > > It's not Ant itself that processes the file, it is XSLT which is > called by Ant. AFAIK, that has to read the whole file into memory. Not > sure there's anything that can be done about it. > > > When i wanted to generate result graphs with perl script, perl was very > fast > > to process over 600MB Jmeter results. > > > > Br, > > > > Farid. > > > > sebb-2-2 wrote: > > > > > > On 03/06/2009, uzfarid <[email protected]> wrote: > > >> > > >> Hi > > >> > > >> I changed heap memory into 1220M. > > >> > > >> then it tried to process .jtl result for 262 minutes and 51 seconds. > > >> > > >> However build failed. It said FATAL error during transformation: > > >> > > >> XML document structures must start and end within the same entity. > > >> > > >> Now I am thinking this might be related to JTL result itself. > > > > > > Yes, that seems the most likely. > > > > > > I would check the start and end for any obvious errors, e.g. missing > > > trailer. > > > > > > If you create a very short JTL file you can use this to see what the > > > contents should look like. > > > > > >> Br, > > >> > > >> Farid > > >> > > >> > > >> sebb-2-2 wrote: > > >> > > > >> > On 03/06/2009, uzfarid <[email protected]> wrote: > > >> >> > > >> >> Hi, > > >> >> > > >> >> I have abt 600MB result file. Trying to generate html report > using > > >> ant > > >> >> tool. > > >> > > > >> > Which ant tool? > > >> > > > >> >> First it was giving heap size error. I changed ant heap memory > size. > > >> >> > > >> >> But still ant could not generate html file. > > >> > > > >> > What happened this time? > > >> > > > >> > How much memory did you give it? > > >> > > > >> >> Did anyone experience such > > >> >> problem before? > > >> >> > > >> >> Br, > > >> >> > > >> >> Farid > > >> >> > > >> >> -- > > >> >> View this message in context: > > >> >> > > >> > http://www.nabble.com/Problem-generating-report-in-Ant-using-large-result-file-tp23847484p23847484.html > > >> >> Sent from the JMeter - User mailing list archive at Nabble.com. > > >> >> > > >> >> > > >> >> > > >> --------------------------------------------------------------------- > > >> >> 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] > > >> > > > >> > > > >> > > > >> > > >> > > >> -- > > >> View this message in context: > > >> > http://www.nabble.com/Problem-generating-report-in-Ant-using-large-result-file-tp23847484p23848865.html > > >> > > >> Sent from the JMeter - User mailing list archive at Nabble.com. > > >> > > >> > > >> > --------------------------------------------------------------------- > > >> 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] > > > > > > > > > > > > > -- > > > > View this message in context: > http://www.nabble.com/Problem-generating-report-in-Ant-using-large-result-file-tp23847484p23851985.html > > > > Sent from the JMeter - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > 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] > >

