JmxClient allows to manage Jasmine probes via a set of commands described here after.
The command accepts these global options:
-host                          JasmineProbe hostname (default = localhost)
-port                          JasmineProbe port number (default = 4099)
-server                        server name (deault = jasmine-probe)

Available commands:

config-load -f file            load a config file
config-save -f file            save configuration in a file

indicator-create -n id ...     create an indicator
indicator-change -n id ...     change an indicator
indicator-list -n id           show an indicator
indicator-list                 list all indicators
indicator-list -t type         list indicators of a given type
indicator-types                list all supported indicator types
indicator-properties -t type   list properties for that indicator type
indicator-info -t type         list information about that indicator type
indicator-remove -n id         remove an indicator

output-create -n id ...        create an output
output-change -n id ...        change an output
output-list -n id              show an output
output-list                    list all outputs
output-list -t type            list outputs of a given type
output-types                   list all supported output types
output-properties -t type      list properties for that output type
output-remove -n id            remove an output

probe-create -n id ...         create a probe
probe-change -n id ...         change a probe
probe-list -n id               show a probe
probe-list                     list all probes
probe-remove -n id             remove a probe
probe-remove                   remove all probes
probe-start -n id              start a probe
probe-start                    start all probes
probe-stop -n id               stop a probe
probe-stop                     stop all probes

target-create -n id ...        create a target
target-list -n id              show a target
target-list                    list all targets
target-remove -n id            remove a target

help [topic]                   print help about a topic

Available help topics:
indicator, output, probe, target
