C# Class PBCaGw.DiagnosticServer

Handles all the diagnostic channels
Inheritance: IDisposable
Exibir arquivo Open project: ISISComputingGroup/EPICS-epicssharp Class Usage Examples

Public Properties

Property Type Description
NbMessages int
NbNewData int
NbPooledPacket int
NbSearches int
NbTcpCreated int

Public Methods

Method Description
DiagnosticServer ( Gateway gateway, IPAddress address ) : System
Dispose ( ) : void

Private Methods

Method Description
channelAverageCpu_PrepareRecord ( object sender, EventArgs e ) : void
channelCPU_PrepareRecord ( object sender, EventArgs e ) : void
channelKnownChannels_PrepareRecord ( object sender, EventArgs e ) : void
channelMEM_PrepareRecord ( object sender, EventArgs e ) : void
channelMaxCID_PrepareRecord ( object sender, EventArgs e ) : void
channelNbClientConn_PrepareRecord ( object sender, EventArgs e ) : void
channelNbCreatedPacketPerSec_PrepareRecord ( object sender, EventArgs e ) : void
channelNbMessagesPerSec_PrepareRecord ( object sender, EventArgs e ) : void
channelNbPooledPacket_PrepareRecord ( object sender, EventArgs e ) : void
channelNbSearchPerSec_PrepareRecord ( object sender, EventArgs e ) : void
channelNbServerConn_PrepareRecord ( object sender, EventArgs e ) : void
channelNbTcpCreated_PrepareRecord ( object sender, EventArgs e ) : void
channelOpenMonitor_PrepareRecord ( object sender, EventArgs e ) : void
channelRestartGateway_PropertySet ( object sender, PropertyDelegateEventArgs e ) : void

Method Details

DiagnosticServer() public method

public DiagnosticServer ( Gateway gateway, IPAddress address ) : System
gateway Gateway
address System.Net.IPAddress
return System

Dispose() public method

public Dispose ( ) : void
return void

Property Details

NbMessages public_oe static_oe property

public static int NbMessages
return int

NbNewData public_oe static_oe property

public static int NbNewData
return int

NbPooledPacket public_oe static_oe property

public static int NbPooledPacket
return int

NbSearches public_oe static_oe property

public static int NbSearches
return int

NbTcpCreated public_oe static_oe property

public static int NbTcpCreated
return int