Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/containersolutions/jmeter-docker
dockerised jMeter
https://github.com/containersolutions/jmeter-docker
Last synced: 8 days ago
JSON representation
dockerised jMeter
- Host: GitHub
- URL: https://github.com/containersolutions/jmeter-docker
- Owner: ContainerSolutions
- Created: 2015-03-12T13:36:33.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-12T13:37:41.000Z (over 9 years ago)
- Last Synced: 2023-05-26T09:27:58.897Z (over 1 year ago)
- Language: Shell
- Size: 102 KB
- Stars: 2
- Watchers: 43
- 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