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, use the StreamCaptureFile property to specify a file in which to store the data.

You can use the DateStreamCapture property to specify whether the probe appends the current date and time to the name of the data stream capture file.

Use the MaxStreamCapFileSize property to specify the maximum size (in bytes) of the data stream capture file.

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