Skip to content

Commit

Permalink
Update tools/misbehaving-jmx-server/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: DeForest Richards <[email protected]>
  • Loading branch information
carlosroman and drichards-87 authored Dec 21, 2023
1 parent e8a8007 commit 229b018
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/misbehaving-jmx-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 229b018

Please sign in to comment.