Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@dalehenrich
Created January 12, 2015 01:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalehenrich/678813800cb7d5065945 to your computer and use it in GitHub Desktop.
Save dalehenrich/678813800cb7d5065945 to your computer and use it in GitHub Desktop.
example help text
NAME
example - example sript utility template
SYNOPSIS
example [-h|--help]
example --register=<server-name> --model=[parallel|serial] [--trace] [--interactive]
example --unregister=<server-name>
example --reset
example --remoteStart=<server-name>
example --remoteRestart=<server-name>
example --remoteStop=<server-name>
example --remoteStatus=<server-name>
example --start=<server-name>
example --restart=<server-name>
example --stop=<server-name>
example --status=<server-name>
example --clear
example --client=[break|error|http|fast|halt|serverError|oomPersistent|oomTemp|simple|status|overflow|time|warning] \
--server=<server-name> [--trace]
example --client=<task-count> --server=<server-name> [--trace]
DESCRIPTION
EXAMPLES
./example --help
./example -h
./example --register=example
./example --register=example --model=parallel --trace --interactive
./example --register=example --model=serial --trace --interactive
./example --unregister=example
./example --reset
./example --remoteStart=example
./example --remoteStop=example
./example --remoteRestart=example
./example --remoteStatus=example
./example --start=example
./example --stop=example
./example --restart=example
./example --status=example
./example --clear
./example --client=break --server=example --trace
./example --client=error --server=example --trace
./example --client=http --server=example --trace
./example --client=fast --server=example --trace
./example --client=halt --server=example --trace
./example --client=serverError --server=example --trace
./example --client=oomPersistent --server=example --trace
./example --client=oomTemp --server=example --trace
./example --client=simple --server=example --trace
./example --client=status --server=example --trace
./example --client=overflow --server=example --trace
./example --client=time --server=example --trace
./example --client=warning --server=example --trace
./example --client=100 --server=example --trace
NOTE - use the `tode it` menu item to run the examples directly from this window.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment