diff options
author | Albert Pham <the.sk89q@gmail.com> | 2013-06-14 11:25:23 -0700 |
---|---|---|
committer | Albert Pham <the.sk89q@gmail.com> | 2013-06-14 11:25:23 -0700 |
commit | c052f22d913f1ef328ce96f0e42bcfd152bbcddc (patch) | |
tree | 9d71c62e95e92a23f966a9a146fc35f59ca645e8 | |
parent | fc698cd6b4e774aae99795f017cac75c98db67df (diff) | |
download | spark-c052f22d913f1ef328ce96f0e42bcfd152bbcddc.tar.gz spark-c052f22d913f1ef328ce96f0e42bcfd152bbcddc.tar.bz2 spark-c052f22d913f1ef328ce96f0e42bcfd152bbcddc.zip |
Updated README with --timeout option.
-rw-r--r-- | README.md | 20 |
1 files changed, 14 insertions, 6 deletions
@@ -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. |