You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jmeter.apache.org by "currysunxu (via GitHub)" <gi...@apache.org> on 2023/02/24 09:43:44 UTC

[GitHub] [jmeter] currysunxu opened a new issue, #5781: How report dashboard aggregate multiple variables in one custom graph

currysunxu opened a new issue, #5781:
URL: https://github.com/apache/jmeter/issues/5781

   ### The documentation URL
   
   https://jmeter.apache.org/usermanual/generating-dashboard.html#customs_graphs
   
   ### Feedback
   
   The jmeter report dashboard has provided user to customize the graph with one variable by the following code in user.properties file.
   
   jmeter.reportgenerator.graph.custom_testGraph.classname=org.apache.jmeter.report.processor.graph.impl.CustomGraphConsumer
   jmeter.reportgenerator.graph.custom_testGraph.title=Chunk Hit
   jmeter.reportgenerator.graph.custom_testGraph.property.set_Y_Axis=Number of Hits
   jmeter.reportgenerator.graph.custom_testGraph.set_X_Axis=Over Time
   jmeter.reportgenerator.graph.custom_testGraph.property.set_granularity=60000
   jmeter.reportgenerator.graph.custom_testGraph.property.set_Sample_Variable_Name=ts-hit
   jmeter.reportgenerator.graph.custom_testGraph.property.set_Content_Message=Number of Hits :`
   
   Only one parameter in one graph couldn't meet requirement.
   When I tried to set multiple sample vaiable name , it failed by no column  definition.
   jmeter.reportgenerator.graph.custom_testGraph.property.set_Sample_Variable_Name=t**s-hit,ts-hit2,ts-hit3**
   
   How does jmeter define custom graph like "Response times Over Time" which support multiple variables () display and selection.
   <img width="1308" alt="Screen Shot 2023-02-24 at 10 35 53 AM" src="https://user-images.githubusercontent.com/86277013/221078194-245fac5c-3c79-4067-9f2f-89e4152b7f53.png">


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@jmeter.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org