aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlbert Pham <the.sk89q@gmail.com>2013-06-14 11:25:23 -0700
committerAlbert Pham <the.sk89q@gmail.com>2013-06-14 11:25:23 -0700
commitc052f22d913f1ef328ce96f0e42bcfd152bbcddc (patch)
tree9d71c62e95e92a23f966a9a146fc35f59ca645e8
parentfc698cd6b4e774aae99795f017cac75c98db67df (diff)
downloadspark-c052f22d913f1ef328ce96f0e42bcfd152bbcddc.tar.gz
spark-c052f22d913f1ef328ce96f0e42bcfd152bbcddc.tar.bz2
spark-c052f22d913f1ef328ce96f0e42bcfd152bbcddc.zip
Updated README with --timeout option.
-rw-r--r--README.md20
1 files changed, 14 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9a35c6b..5ccca06 100644
--- a/README.md
+++ b/README.md
@@ -45,29 +45,37 @@ Usage
Parameters
----------
- warmroast.WarmRoast --help
Usage: warmroast [options]
Options:
- --bind
+ --bind
The address to bind the HTTP server to
Default: 0.0.0.0
- -h, --help
+ -h, --help
Default: false
- --interval
+
+ --interval
The sample rate, in milliseconds
Default: 100
+
-m, --mappings
A directory with joined.srg and methods.csv
- --name
+
+ --name
The name of the VM to attach to
- --pid
+
+ --pid
The PID of the VM to attach to
+
-p, --port
The port to bind the HTTP server to
Default: 23000
+
-t, --thread
Optionally specify a thread to log only
+
+ --timeout
+ The number of seconds before ceasing sampling (optional)
Hint: `--thread "Server thread"` is useful for Minecraft servers.