forked from kubernauts/jmeter-kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Arash Kaffamanesh
committed
Sep 30, 2018
1 parent
b146554
commit 08dee49
Showing
1 changed file
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,22 @@ | ||
# jmeter-kubernetes | ||
# Jmeter Cluster Support for Kubernetes and OpenShift | ||
|
||
## Prerequisits | ||
|
||
Kubernetes > 1.8 | ||
|
||
OpenShift version > 3.5 | ||
|
||
N.B.: this implementation was tested on Kubernetes 1.9, 1.10, and 1.11 and OpenShift 3.5 and 3.10 (minishift) | ||
|
||
## TL;DR | ||
|
||
```bash | ||
./jmeter_cluster_create.sh | ||
./dashboard.sh | ||
./start_test.sh | ||
``` | ||
|
||
Please follow the guide "Load Testing Jmeter On Kubernetes" on our medium blog post: | ||
|
||
https://goo.gl/mkoX9E | ||
|