-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add how to debug docs and recommended versions
- Loading branch information
1 parent
901de81
commit f82173a
Showing
5 changed files
with
35 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 |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Debuging | ||
|
||
This guide helps you debug KLoadGen in plugin mode with an IDE. | ||
|
||
## Using IntelliJ IDEA | ||
|
||
- Create a remote JVM configuration, should look like this: | ||
|
||
![debug-configuration.png](images%2Fdebug-configuration.png) | ||
|
||
- Now copy the Command line argument. | ||
|
||
## - Windows | ||
|
||
Open the file: `apache-jmeter-<version>\bin\jmeter.bat` whit any editor and paste the command on this 2 lines: | ||
|
||
![debug-jmeter-bat.png](images%2Fdebug-jmeter-bat.png) | ||
|
||
|
||
## - MacOS | ||
|
||
Open the file: `apache-jmeter-<version>\bin\jmeter.sh` whit any editor and paste the command on this line: | ||
|
||
![debug-jmeter-sh.png](images%2Fdebug-jmeter-sh.png) | ||
|
||
|
||
## While Debuging | ||
|
||
Now you can debug while you ejecute Jmeter. | ||
|
||
Remember to create a new `kloadgen-<version>.jar` file and move it to Jmeter files, to apply | ||
the changes you made in the code. |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.