From 1f5c0b41c6cdfd9ad8180a4a0ea83ec49f0ec461 Mon Sep 17 00:00:00 2001 From: Erik Ostermueller Date: Mon, 2 Jan 2023 17:09:09 -0600 Subject: [PATCH 1/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ac92f6..999331e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ 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 +* Uber jar is 400mb (or less), 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 From 274c269d2fca04adab2567da752a89016e3a2abe Mon Sep 17 00:00:00 2001 From: Erik Ostermueller Date: Tue, 3 Jan 2023 12:33:38 -0600 Subject: [PATCH 2/5] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 999331e..fcd42f9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,11 @@ 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) +That should be enough to get you started. +For a little more background, here's a 15 minute video that shows the process: +[![Download and run load-test-in-a-box](https://www.youtube.com/watch?v=fz7uVe4H58o](https://www.youtube.com/watch?v=fz7uVe4H58o "Download and run load-test-in-a-box") + + # Use Cases * Train staff on Java Performance * Benchmark performance of competing java code designs From 92af269805a74b5e0b854b30473c93c323accab9 Mon Sep 17 00:00:00 2001 From: Erik Ostermueller Date: Tue, 3 Jan 2023 12:53:42 -0600 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fcd42f9..7672b98 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Each scenario-puzzle takes 15-ish minutes and comes with special markdown hyperl That should be enough to get you started. For a little more background, here's a 15 minute video that shows the process: -[![Download and run load-test-in-a-box](https://www.youtube.com/watch?v=fz7uVe4H58o](https://www.youtube.com/watch?v=fz7uVe4H58o "Download and run load-test-in-a-box") +[![load-test-in-a-box](http://img.youtube.com/vi/fz7uVe4H58o/0.jpg)](http://www.youtube.com/watch?v=fz7uVe4H58o "load-test-in-a-box") # Use Cases From 57d94e0304d625eb8053c044295f1217368f3464 Mon Sep 17 00:00:00 2001 From: Erik Ostermueller Date: Tue, 3 Jan 2023 13:03:51 -0600 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7672b98..b06e501 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ 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) -That should be enough to get you started. +The above should be enough to get you started. For a little more background, here's a 15 minute video that shows the process: [![load-test-in-a-box](http://img.youtube.com/vi/fz7uVe4H58o/0.jpg)](http://www.youtube.com/watch?v=fz7uVe4H58o "load-test-in-a-box") From 7e3257a1c152299e1c1d8c99e6c801262122524c Mon Sep 17 00:00:00 2001 From: Erik Ostermueller Date: Wed, 4 Jan 2023 22:43:05 -0600 Subject: [PATCH 5/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b06e501..9533de5 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ Each scenario-puzzle takes 15-ish minutes and comes with special markdown hyperl * 8g RAM * 1.8+ JDK * Tested on MS-Win and Mac, but Linux should work too…..pls file a bug report with any problems. +* Currently Chrome has been tested and works fine but Firefox does NOT currently work. See [this bug](https://github.com/eostermueller/load-test-in-a-box/issues/92) for details # 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.