C++ Based OPC UA Client/Server/PubSub SDK  1.7.6.537
OpcUa_ServerDiagnosticsSummaryDataType Struct Reference

Contains diagnostic summary information for the Server. More...

#include <opcua_types.h>

Inherited by UaServerDiagnosticsSummaryDataTypePrivate [private].

Public Attributes

OpcUa_UInt32 ServerViewCount
 The number of server-created views in the server.
 
OpcUa_UInt32 CurrentSessionCount
 The number of client sessions currently established in the server.
 
OpcUa_UInt32 CumulatedSessionCount
 The cumulative number of client sessions that have been established in the server since the server was started (or restarted). More...
 
OpcUa_UInt32 SecurityRejectedSessionCount
 The number of client session establishment requests that were rejected due to security constraints since the server was started (or restarted).
 
OpcUa_UInt32 RejectedSessionCount
 The number of client session establishment requests that were rejected since the server was started (or restarted). More...
 
OpcUa_UInt32 SessionTimeoutCount
 The number of client sessions that were closed due to timeout since the server was started (or restarted).
 
OpcUa_UInt32 SessionAbortCount
 The number of client sessions that were closed due to errors since the server was started (or restarted).
 
OpcUa_UInt32 CurrentSubscriptionCount
 The number of subscriptions currently established in the server.
 
OpcUa_UInt32 CumulatedSubscriptionCount
 The cumulative number of subscriptions that have been established in the server since the server was started (or restarted). More...
 
OpcUa_UInt32 PublishingIntervalCount
 The number of publishing intervals currently supported in the server.
 
OpcUa_UInt32 SecurityRejectedRequestsCount
 The number of requests that were rejected due to security constraints since the server was started (or restarted). More...
 
OpcUa_UInt32 RejectedRequestsCount
 The number of requests that were rejected since the server was started (or restarted). More...
 

Detailed Description

Contains diagnostic summary information for the Server.


The documentation for this struct was generated from the following file: