Skip to content

abh1sh3k/jmeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

SummaryReport.sh

When we run Jmeter from command line we do not get a report like we do using "Summary Report" listener. However, command line utility can save the output in csv file and we can generate "Summary Report" like output in a text file using shell script.

Run below command from command to execute your test plan and generate output in csv.

jmeter.sh -n -t -l

ex-

./jmeter.sh -n -t /home/abhishek/TestSampler.jmx -l /home/abhishek/SampleOutput.csv

Run the script with output file as its argument

./SummaryReport.sh SampleOutput.csv

About

No description or website provided.

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages