Skip to content

Puppet module to setup a low overhead sampling profiler for Java

License

Notifications You must be signed in to change notification settings

markt-de/puppet-async_profiler

Repository files navigation

puppet-async_profiler

Build Status Puppet Forge Puppet Forge

Table of Contents

  1. Description
  2. Usage
  3. Reference
  4. Development

Description

A Puppet module to install async-profiler, a low overhead sampling profiler for Java.

Usage

Just specify the version of async-profiler that should be installed:

class { 'async_profiler':
  version => '1.8',
}

Reference

Classes and parameters are documented in REFERENCE.md.

Development

Please use the GitHub issues functionality to report any bugs or requests for new features. Feel free to fork and submit pull requests for potential contributions.