hubbub jmeter lightning talk

Post on 13-Jul-2015

675 Views

Category:

Technology

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

JMeter Lightning Talkby @jameseisenhauer of @hubbubhealth

QUICK & DIRTY TEST DATA GENERATION

● Don't know the Database Schema but you know the UI functionality

● Repurpose scripted performance tests to created specific data

● Point JMeter at developer workstations to help them create test data on local

DAILY BENCHMARK

● Run the same light* load test every day● Make sure you are not trending slower

CONTINUOUS INTEGRATIONJMeter Performance Pluginhttps://wiki.jenkins-ci.org/display/JENKINS/Performance+Plugin

!!!! Need to switch jmeter.properties to XML format. Default was changed in newer versions to CSV

Run via the command line!jmeter -n -t JoinChallengeDailyPerformanceTest.jmx -l JoinChallengeDailyPerformanceTest.jtl -Djava.awt.headless=true

-n = Non-Gui, -t = Test File, -l = Log File

THE CLOUD

● Need some bandwidth?● Easy to set up single JMeter instance

running on EC2. For very large load tests look to BlazeMeter

PLUGINS!

https://code.google.com/p/jmeter-plugins/

Open plugin architecture and lots of plugins!

Lots of crazy stuff here hadoop, oauth, cool charts!!

THANK YOU!!!!!

Questions?

More! Blog Article I wrote last year on Performance Testing Toolshttp://www.jameseisenhauer.com/2012/06/03/performance-testing-in-the-cloud/

top related