-
Notifications
You must be signed in to change notification settings - Fork 1
emilb/jmeter-proxy
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
############################################################################# # # jmeter-proxy # # A small proxy that logs an embryo of a JMeter test suite. # # Usage: # >java -jar jmeter-proxy-1.0.jar # # Option Description # ------ ----------- # -? show help # -h <hosts> Only log requests designated to any of # the specified hosts # -n <name> name of testcase (default: testcase) # -p <Integer: port> proxy port (default: 8080) # -u <uris> Only log requests with URIs that # contain any of the specified values # ############################################################################# Assembly instructions: >mvn clean package The assembled package is in target/simple-proxy-1.0-bundle.zip Dependencies: littleproxy http://www.littleshoot.org/littleproxy/ jopt-simple http://pholser.github.com/jopt-simple/ freemarker http://freemarker.org/ logback http://logback.qos.ch/
About
A proxy that recreates a web session as a JMeter test
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published