How do I enable a trace stream in SmartSpace?

Use the ubisense_configuration_client command-line tool with the “platform_monitor” parameter to enable trace streams in SmartSpace. The parameter is a colon-separated list of trace values and can be set for the whole platform or on individual machines.

For example to enable to enable RDBMS monitoring streams for the whole platform, use the command:

ubisense_configuration_client set platform_monitor rdb:rdb_exception:rdb_query

To turn trace streams on for a single machine:

After you have added new trace streams, you must restart the relevant services.

You can display a list of currently-enabled streams by using the command:

ubisense_configuration_client list

You can remove trace streams by using the command:

ubisense_configuration_client remove platform_monitor

You must restart the relevant services after removing traces.