Skip to content

Releases: eostermueller/load-test-in-a-box

First Public Release

12 Feb 19:42
Compare
Choose a tag to compare

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

02 Jan 23:16
1f5c0b4
Compare
Choose a tag to compare

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

15 Jan 08:23
Compare
Choose a tag to compare
Pre-release

Use this Quickstart to download and run The Performance Analysis Workbench.

....or jump straight to the Download

Better JVM Validation

19 Jul 15:20
Compare
Choose a tag to compare
Better JVM Validation Pre-release
Pre-release

Addresses defects #49, #50 and #51

Bug fixes for load gen health check (#44)

27 Jun 22:24
Compare
Choose a tag to compare

Snail4j Quickstart -- download and install.

Download snail4j-ALPHA-0.0.6.zip

Bugs fixed:

#44

Bug fixes ALPHA.0.0.5

07 Jun 17:47
Compare
Choose a tag to compare
Bug fixes ALPHA.0.0.5 Pre-release
Pre-release

Snail4j Quickstart -- download and install.

Download snail4j-ALPHA-0.0.5.zip

Bugs fixed:

#44
#46

support for jdk14

22 May 13:15
Compare
Choose a tag to compare
support for jdk14 Pre-release
Pre-release

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

19 May 05:24
Compare
Choose a tag to compare
Pre-release

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

04 May 03:38
Compare
Choose a tag to compare

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!

03 Mar 08:52
Compare
Choose a tag to compare
Load Test in a Box! Pre-release
Pre-release

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):

  1. Requires jdk 1.9 or greater ( here or here )
  2. Download snail4j.ALPHA.0.0.1.zip
  3. Rename file, changing .zip to .jar
  4. java -jar snail4j.ALPHA.0.0.1.jar
  5. 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"
  6. Open a separate browser tab to http://localhost:4000 to view performance metrics.