Releases: eostermueller/load-test-in-a-box
First Public Release
Hands-on performance training with simple uber-jar startup on your own desktop. Includes two performance quiz-scenarios that will each take 15-30 minutes....and you can use Markdown to author your own!
Fixes/Enhancements:
- Checks for disk/RAM availability before install. 3g available RAM and 2g available disk space required before install.
- To run headless and access on a remote browser, launch using
java -Dcom.github.eostermueller.snail4j.config.headless=true load-test-in-a-box_agent-0.0.4.jar
. For remote use, browser URL must use remote hostname. IP address will not work.
Premier Release 0.0.3
Initial Release
- Tested with JDK 1.8 on both MS-Win and Linux
- Fixed bug where "SUT Stop" failed to stop wiremock maven launcher
- Fixed bug so to work with JDK's with and without JRE folder
Self-paced Performance Education
Use this Quickstart to download and run The Performance Analysis Workbench.
....or jump straight to the Download
Better JVM Validation
Bug fixes for load gen health check (#44)
Bug fixes ALPHA.0.0.5
support for jdk14
Snail4j Quickstart -- download and install.
Download snail4j-ALPHA-0.0.4.zip
- Upgraded glowroot to work with jdk14. this bug
- Fixed path to maven script.
mac support!! and fixed h2 jdbc url bug
Snail4j Quickstart -- download and install.
- You can now run snail4j on your Mac!!
- Fixed this bug which stopped everything from working.
Details:
$ git show --summary
commit 838ae47ba054f5503ba081326e1c25c04f6c8123 (HEAD -> master, origin/master, origin/HEAD)
Author: eostermueller <[email protected]>
Date: Tue May 19 00:04:27 2020 -0500
h2 jdbc url fixed, added mac support
P.A.T.H. Performance Defects on your Desktop
download snail4j_ALPHA.0.0.2.zip
Instructions to download and run.
Rough categorization of all performance defects:
P=Persistence
A=Alien Systems
T=Threads
H=Heap
This release delivers a set of P.A.T.H defects, providing a broad sampling of performance defects found in data centers everywhere!
Load Test in a Box!
This ALPHA release provides an easy-to-start uber jar that provides a load-test-in-a-box -- great for learning how to make code fast.
Instructions (should take less than 10 minutes):
- Requires jdk 1.9 or greater ( here or here )
- Download snail4j.ALPHA.0.0.1.zip
- Rename file, changing .zip to .jar
- java -jar snail4j.ALPHA.0.0.1.jar
- Navigate to http://localhost:8090
Start the SUT and load generator (both check boxes).
Chose which code to apply load to. "Step 2: Choose Workload" - Open a separate browser tab to http://localhost:4000 to view performance metrics.