This JMeter plugin shows Google App Engine estimated costs by request:
This information could help you to see what requests are most expensive, and have realistic and detailed picture about you application cost.
- You will need JMeter 2.7 or above (earlier versions will work most probably; however plugin was not tested with them)
- Dowonload latest version of
appengine-meter.jar
- Put it to
<JMETER_HOME>/lib/ext
- Restart JMeter
App Engine Meter is very similar to other JMeter listeners.
Just add it to your test plan: right-click on your Thread Group
and select Add->Listener->App Engine Cost Report
.
That's it!
- Create folder for project
- Checkout JMeter 2.7
svn co http://svn.apache.org/repos/asf/jmeter/tags/v2_7 jmeter2.7
- Get Appengine-Meter sources
git clone https://github.com/TeamDev-Ltd/AppEngine-Meter.git appengine-meter
- Build JMeter
cd jmeter2.7
ant download_jars package
- Copy
jmeter2.7/lib
folder toappengine-meter
- Start Eclipse and create workspace in folder created in the first step
- Copy
jmeter2.7/eclipse.classpath
tojmeter2.7/.classpath
- In Eclipse, create Java Project with name
jmeter2.7
and let Eclipse set up all source folders and libs automatically - Go to
jmeter2.7
properties, thenJava Build Path
, thenOrder and Export
. ClickSelect All
and thenOK
- Import
appengine-meter
as existing Eclipse project
There is ready-to-use launch configuration within project.
In menu, select Run->Run Configurations
and choose JMeter 2.7 with App Engine Meter
which is under Java Application
section.
Double-click on export-jar.jardesc
, then click Finish
. Then look for appengine-meter.jar
in the same folder.