Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.14 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.14 KB

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.