Created
April 3, 2009 00:46
-
-
Save skeptomai/89587 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
christopher-browns-macbook-pro:opscode-guid cb$ dynoctl --help | |
Usage: /usr/bin/dynoctl (options) | |
-c, --cluster CLUSTER_NAME Name of the Dynomite cluster | |
-b, --background Run in background (Detach from console) | |
-d, --directory DIRECTORY Data directory | |
-j, --join NODE_NAME Name of a Dynomite node to join to form a cluster | |
-n, --nodes NODES Number of nodes in the cluster | |
-o, --node NODE_NAME Name of this Dynomite node | |
-r, --readers READERS Number of readers | |
-a, --ascii-port ASCII_PORT Port for ASCII protocol | |
-t, --thrift-port THRIFT_PORT Port for Thrift protocol | |
-w, --writers WRITERS Number of writers | |
-h, --web-port WEB_PORT Port for web (HTTP) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment