PHPFixing
  • Privacy Policy
  • TOS
  • Ask Question
  • Contact Us
  • Home
  • PHP
  • Programming
  • SQL Injection
  • Web3.0

Monday, June 27, 2022

[FIXED] How do I generate a Dashboard Report in jmeter?

 June 27, 2022     graph, java, jmeter, report     No comments   

Issue

I am running jmeter2.12 on Fedora.

What are the steps to generate a Dashboard Report?


Solution

steps:

  • 1.Add 'Summary Report', 'Simple Data Writer' from Listeners.
  • 2.Set location to generated csv
  • 3.open reportgenerator.properties from "D:\apache-jmeter-3.0\bin\" copy all content from it
  • 4.Open user.properties from same bin folder
  • 5.Append all from reportgenerator.properties to user.properties and save
  • 6.Now run the your Test script
  • 7.open cmd and enter

jmeter -g D:\Report\TC001_Result.csv -o C:Report\ReportD

    1. Go to C:Report\ReportD and open index.html and you can check your test result

Note:Should not create any folder with name ReportD on same as Jmeter will create and save you report



Answered By - Pavan T
Answer Checked By - Mildred Charles (PHPFixing Admin)
  • Share This:  
  •  Facebook
  •  Twitter
  •  Stumble
  •  Digg
Newer Post Older Post Home

0 Comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Total Pageviews

Featured Post

Why Learn PHP Programming

Why Learn PHP Programming A widely-used open source scripting language PHP is one of the most popular programming languages in the world. It...

Subscribe To

Posts
Atom
Posts
Comments
Atom
Comments

Copyright © PHPFixing