DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16050>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16050

jtl files need to be in a format more suitable to fast loading

           Summary: jtl files need to be in a format more suitable to fast
                    loading
           Product: JMeter
           Version: 1.8
          Platform: PC
               URL: http://http://
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


Approx. 350MB of memory was required in order to read a 57MB jtl file into a
Aggregate Response viewer. The problem is that the jtl file is being read by the
Avalon container using a dom style parser (reads the entire tree into memory
before dishing the data out) rather than a sax parser (which can dish the data
out and dispose of it as it reads the file). Rather than converting to a sax
parser, Mike has indicated that he would prefer a CSV file to be used for the
jtl files.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to