Data stream capture

The probe can log the raw data stream sent from a device to a data stream capture file. The raw data can be used for debugging purposes, to develop new features for the probe, or to pass to other management systems that require the same data.

To enable data stream capture, set the StreamCapture property to 1. The default is 0, which turns off data stream capture.

You must also use the StreamCaptureFilename property to specify a file in which to store the data. The default is $OMNIHOME/var/tandem.Stream.

The data stream capture function can generate large log files. To conserve disk space, disable the function when you no longer require the data.