https://github.com/containersolutions/jmeter-docker
dockerised jMeter
https://github.com/containersolutions/jmeter-docker
Last synced: 3 months ago
JSON representation
dockerised jMeter
- Host: GitHub
- URL: https://github.com/containersolutions/jmeter-docker
- Owner: ContainerSolutions
- Created: 2015-03-12T13:36:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T13:37:41.000Z (over 10 years ago)
- Last Synced: 2025-03-21T05:11:33.941Z (3 months ago)
- Language: Shell
- Size: 102 KB
- Stars: 2
- Watchers: 46
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## OS X
1. XQuartz must be installed
1. XQuartz must listen on TCP, do so with `defaults write org.macosforge.xquartz.X11 nolisten_tcp -boolean false`
1. XQuartz must be open. Open with `open -a xquartz`
1. X server must be accesible to localhost: `xhost +localhost`
1. run with `docker run -e DISPLAY=10.0.2.2:0.0 containersol/jmeter`## Linux
You should pass the x11 socket:docker run \
-v /tmp/.X11-unix:/tmp/.X11-unix \ # mount the X11 socket
-e DISPLAY=unix$DISPLAY \ # pass the display
containersol/jmeter