https://bz.apache.org/bugzilla/show_bug.cgi?id=59258

            Bug ID: 59258
           Summary: GUI Mode : OOM Protection for View Results Tree or
                    View Results in Table
           Product: JMeter
           Version: 2.13
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: [email protected]
          Reporter: [email protected]

As you know, unfortunately and despite all the warnings and best practices we
wrote, a lot of users still use GUI Mode when Load Testing.
This is an issue when Listener such as View Results Tree or View Results in
Table are used.

This ends usually with "abnormal and wrong" slow response times before an OOM
occurs.

This issue is one of the major factor for JMeter being felt as "unstable" I
think.

I propose the following solution that I have already developed

Add 2 user properties:
#view.results.table.max_rows=5000
#view.results.tree.max_nodes=5000

In the "View Results Tree " , when number of nodes in the tree reaches the max,
we remove the first node in the Tree.
In the "View Results in Table" , when number of rows in the table reaches the
max, we remove the first row in the table.

So we limit this way the number of nodes and rows in those listeners.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to