From 229b018849319d230b9454757695e9a57c314ab4 Mon Sep 17 00:00:00 2001 From: Carlos Date: Thu, 21 Dec 2023 15:55:38 +0000 Subject: [PATCH] Update tools/misbehaving-jmx-server/README.md Co-authored-by: DeForest Richards <56796055+drichards-87@users.noreply.github.com> --- tools/misbehaving-jmx-server/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/misbehaving-jmx-server/README.md b/tools/misbehaving-jmx-server/README.md index 73f9f09fd..38c100b2d 100644 --- a/tools/misbehaving-jmx-server/README.md +++ b/tools/misbehaving-jmx-server/README.md @@ -25,7 +25,7 @@ a secondary `init` payload that contains the correct RMI Hostname. It is designe - `RMI_HOST` - hostname for JMX to listen on (default localhost) - `CONTROL_PORT` - HTTP control port (default 8080) - `SUPERVISOR_PORT` - HTTP control port for the supervisor process (if using) (default 8088) -- `MISBEHAVING_OPTS` - Used to manage memory, GC configurations, and system properties of the Java process running the JMXServer (default `-Xmx128M -Xms128M`) +- `MISBEHAVING_OPTS` - Manages memory, GC configurations, and system properties of the Java process running the JMXServer (default `-Xmx128M -Xms128M`) ## HTTP Control Actions (jmx-server) - POST `/cutNetwork` - Denies any requests to create a new socket (ie, no more connections will be 'accept'ed) and then closes existing TCP sockets