Forge Home

jmeter

Module for JMeter configuration

41,831 downloads

3,591 latest version

4.6 quality score

We run a couple of automated
scans to help you access a
module's quality. Each module is
given a score based on how well
the author has formatted their
code and documentation and
modules are also checked for
malware using VirusTotal.

Please note, the information below
is for guidance only and neither of
these methods should be considered
an endorsement by Puppet.

Version information

  • 0.4.2 (latest)
  • 0.4.1
  • 0.4.0
  • 0.3.1
  • 0.3.0
  • 0.2.6
  • 0.2.5
  • 0.2.4
  • 0.2.3
  • 0.2.2
  • 0.2.1
  • 0.2.0
  • 0.1.0
  • 0.0.4
  • 0.0.3
  • 0.0.2
released Jan 4th 2017
This version is compatible with:
  • , , ,

Start using this module

  • r10k or Code Manager
  • Bolt
  • Manual installation
  • Direct download

Add this module to your Puppetfile:

mod 'dduvnjak-jmeter', '0.2.5'
Learn more about managing modules with a Puppetfile

Add this module to your Bolt project:

bolt module add dduvnjak-jmeter
Learn more about using this module with an existing project

Manually install this module globally with Puppet module tool:

puppet module install dduvnjak-jmeter --version 0.2.5

Direct download is not typically how you would use a Puppet module to manage your infrastructure, but you may want to download the module in order to inspect the code.

Download

Documentation

dduvnjak/jmeter — version 0.2.5 Jan 4th 2017

Puppet JMeter

Build Status Puppet Forge Puppet Forge - downloads

This class installs the latest stable version of JMeter (currently v2.13) from apache.org. If you use the ::server class, an init-file will be added to /etc/init.d and JMeter will be started in server mode listening on the default port.

Both the jmeter and jmeter::server can optionally install the jmeter-plugins package which adds a lot of useful listeners, thread groups, etc.

The init script is based on the one available at https://gist.github.com/2830209.

Basic usage

Install JMeter:

class { 'jmeter': }

Install JMeter v2.13 including 'Standard' and 'Extras' set of JMeterPlugins v1.2.1

class { 'jmeter':
  jmeter_version            => '2.13',
  jmeter_plugins_install    => true,
  jmeter_plugins_version    => '1.2.1',
  jmeter_plugins_set        => ['Standard', 'Extras']
}

Install JMeter server using the default host-only IP address 0.0.0.0:

class { 'jmeter::server': }

Install JMeter server using a custom host-only IP address:

class { 'jmeter::server':
  server_ip => '33.33.33.42',
}

Authors

Morten Wulff
wulff@ratatosk.net

Dario Duvnjak
@dduvnyak
http://dtk.io/