Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/qainsights/jmeter-role
An Ansible role to install JMeter.
https://github.com/qainsights/jmeter-role
ansible apache java jmeter performance performance-testing performance-tools
Last synced: 5 days ago
JSON representation
An Ansible role to install JMeter.
- Host: GitHub
- URL: https://github.com/qainsights/jmeter-role
- Owner: QAInsights
- License: mit
- Created: 2021-05-24T00:17:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-05-28T00:33:03.000Z (over 3 years ago)
- Last Synced: 2024-12-13T13:23:12.539Z (2 months ago)
- Topics: ansible, apache, java, jmeter, performance, performance-testing, performance-tools
- Homepage:
- Size: 6.84 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
JMeter Role
=========An Ansible role to install [Apache JMeter](https://jmeter.apache.org).
Requirements
------------* Java 8 or above
Role Variables
--------------Following are the variables you can set in `defaults\main.yml`:
* JMeter version (defaults to 5.4.1)
* Download URL
* JMeter base directory nameDependencies
------------To install Java, you can use this role `ansible-galaxy install lean_delivery.java`.
Example Playbook
----------------Sample playbook to install JMeter.
- name: JMeter
hosts: servers
roles:
- jmeter-installLicense
-------MIT
Author Information
------------------NaveenKumar Namachivayam
- [Blog](https://qainsights.com)
- [Free JMeter tutorials from basics to advanced](https://www.youtube.com/playlist?list=PLJ9A48W0kpRIjLkZ32Do9yDZXnnm7_uj_)