Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eostermueller authored Jan 2, 2023
1 parent 7af529a commit e1bb98c
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ All you need is a 1.8+ JDK (JRE alone will not suffice).

Each scenario-puzzle takes 15-ish minutes and comes with special markdown hyperlinks that launch various java workloads on your own box to help you understand the performance scenario.

# System Requirements
* Uber jar is 330mb, but a total of 1.5g disk available space is required. SUT is unpacked to $HOME/.load-test-in-a-box
* 2 CPU cores
* 8g RAM
* 1.8+ JDK
* Tested on MS-Win and Mac, but Linux should work too…..pls file a bug report with any problems.

# How it Works
1. [Download](https://github.com/eostermueller/load-test-in-a-box/releases/download/0.0.3/load-test-in-a-box_agent-0.0.3.jar) the uber jar file.
2. Open a terminal or cmd.exe to the folder with the uber jar. Using your own 1.8+ JDK, launch the uber jar like this:
Expand All @@ -19,13 +26,6 @@ Each scenario-puzzle takes 15-ish minutes and comes with special markdown hyperl
7. To understand what's going on under the covers open the pre-packaged glowroot in your favorite browser at http://localhost:12675
8. To use JDK performance tools (jstack, jmap, jcmd, etc...) you'll need the process ID of the SUT, which you can find by hovering over 'SUT' health indicator in the bottom left of the main UI (http://localhost:8675)

# System Requirements
* Uber jar is 330mb, but a total of 1.5g disk available space is required. SUT is unpacked to $HOME/.load-test-in-a-box
* 2 CPU cores
* 8g RAM
* 1.8+ JDK
* Tested on MS-Win and Mac, but Linux should work too…..pls file a bug report with any problems.

# Use Cases
* Train staff on Java Performance
* Benchmark performance of competing java code designs
Expand Down

0 comments on commit e1bb98c

Please sign in to comment.