NetworkDumpProcessor

Namespace: WellFired.Profile

Implements: WellFired.Profile.ProfileProcessor.IProfileProcessor

Description

A custom Processor that will dump your data over a network.

Public Methods

  NetworkDumpProcessor ( string address, Protocol protocol = Protocol.TCP )
void RecordingStarted ( :ref:`ProbeRecorder<classwellfired_profile_probes_proberecorder>`[] probeRecorders )
void RecordingUpdated ( )
void RecordingStopped ( )

Breakdown

  • NetworkDumpProcessor ( string address, Protocol protocol = Protocol.TCP )

    Description

    Creates a new instance of NetworkDumpProcessor

    Parameters

    address The Ip you’d like to dump to.
    protocol The Protocol you want to use when dumping
  • void RecordingStarted ( :ref:`ProbeRecorder<classwellfired_profile_probes_proberecorder>`[] probeRecorders )

    Description

    The Record has been started

    Parameters

    probeRecorders This recording session will record these probes
  • void RecordingUpdated ( )

    Description

    The recording data has been updated.

  • void RecordingStopped ( )

    Description

    The recording has stopped.