streamtool man properties

The streamtool man properties command provides a description of each of the instance properties. It also lists the default values and indicates whether the property value is updated immediately after you change it.

Usage

man properties

Authority

You do not need any authority to run this command.

Description

The properties that are prefixed with:
app
Apply to the application deployment service.
hc
Apply to the controller service.
instance
Apply to the IBM® Streams instance.
instanceServiceContainer
Apply to instance services.
instanceTrace
Apply to the trace settings for the IBM Streams instance.
sam
Apply to the application manager service.
srm
Apply to the application metrics service.
view
Apply to the view service.

Examples

The following example contains a subset of the information that is returned from the command:
...
hc.metricCollectionInterval
          The time in seconds that the controller service waits between metric
          collections from the PEs.
          Type: integer, read/write
          Update: immediate
          Default: 3
          Valid values: must be greater than or equal to 1
hc.pecStartTimeout
          The maximum time in seconds that the controller service waits for a 
          PE Container (PEC) to start.
          Type: integer, read/write
          Update: immediate
          Default: 30
          Valid values: must be greater than or equal to 30
...