Bug 55597 - View Results Tree should include a search feature in recorded samplers
Summary: View Results Tree should include a search feature in recorded samplers
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.9
Hardware: All All
: P1 enhancement with 1 vote (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-26 06:38 UTC by Philippe Mouawad
Modified: 2016-04-16 22:16 UTC (History)
1 user (show)



Attachments
Screenshot showing the result (585.35 KB, image/png)
2016-03-01 22:05 UTC, Philippe Mouawad
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Mouawad 2013-09-26 06:38:19 UTC
Hello,
I think it would be a killer feature to have this as I very frequently find myself searching for a particular ID in responses.
Comment 1 Philippe Mouawad 2014-03-04 20:16:28 UTC
What about something based on Apache Lucene , during recording all samples would be indexed allowing for smart search in this index to correlate with samplers.
Comment 2 Sebb 2014-03-05 01:52:55 UTC
This sounds like a lot of overhead for a non-essential feature.
Indexing the responses is likely to be very expensive, and including Lucene in downloads is likely to double the size, perhaps more.

Definitely not something that should be part of the core product.

There's already a search within the Response Data tab.
Adding a search across results should not be too difficult, but anything other than simple regex seems completely out of scope to me.
Comment 3 Philippe Mouawad 2016-03-01 21:48:33 UTC
Author: pmouawad
Date: Tue Mar  1 21:41:19 2016
New Revision: 1733160

URL: http://svn.apache.org/viewvc?rev=1733160&view=rev
Log:
Bug 55597 View Results Tree: Add a search feature to search in recorded samplers

Quia JMeter risum promovere commercial productum elegantia non
Bugzilla Id: 55597

Added:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SearchTreePanel.java   (with props)
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/SearchableTreeNode.java   (with props)
Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/ViewResultsFullVisualizer.java
    jmeter/trunk/src/core/org/apache/jmeter/assertions/AssertionResult.java
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java
    jmeter/trunk/xdocs/changes.xml
Comment 4 Philippe Mouawad 2016-03-01 22:05:06 UTC
Created attachment 33616 [details]
Screenshot showing the result
Comment 5 Philippe Mouawad 2016-04-16 22:16:55 UTC
Author: pmouawad
Date: Sat Apr 16 22:16:04 2016
New Revision: 1739523

URL: http://svn.apache.org/viewvc?rev=1739523&view=rev
Log:
Bug 55597 View Results Tree: Add a search feature to search in recorded samplers
Search feature does not search in response due to problem
Bugzilla Id: 55597

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSampleResult.java
Comment 6 The ASF infrastructure team 2022-09-24 20:37:55 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/3242