Skip to content

Instantly share code, notes, and snippets.

@yasemingonen
yasemingonen / Vagrantfile
Created March 10, 2022 21:02 — forked from carthegian/Vagrantfile
A quick gist for JMeter stress testing using Vagrant with Amazon Linux 2 (X11 forwarding enabled for JMeter GUI in host machine)
# -*- mode: ruby -*-
# vi: set ft=ruby :
# All Vagrant configuration is done below. The "2" in Vagrant.configure
# configures the configuration version (we support older styles for
# backwards compatibility). Please don't change it unless you know what
# you're doing.
BOX_IMAGE = "gbailey/amzn2"