Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.37 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.37 KB

license Issues GitHub pull requests

har2jmx

Build Status

The project contains a simple Java/Groovy based command line tool to convert a HAR file into a JMeter test scripts.

usage: har2jmx -har [*.har] -jmx [*.jmx]
Options:
	-har <arg>   The har input file which could be converted to a JMeter JMX file.
	-jmx <arg>   The jmx output file.
	-help	     Print this message.

Requirements

  • Java VM >= 1.6.0

Build

./gradlew distZip

or

./gradlew distTar

The packages can be found in the directory:

  • build/distributions/har2jmx-*.zip
  • build/distributions/har2jmx-*.tar

Download

Download the har2jmx from the project web site: http://seitenbau.github.com/har2jmx/

License

Apache License, Version 2.0 (current) http://www.apache.org/licenses/LICENSE-2.0