Share via


RemoteAccessMonitoringSummary class

Remote Access Connection Statistics Summary Record From Monitoring Data

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[ClassVersion("1.0.0"), dynamic, provider("RAMgmtPSProvider"), AMENDMENT]
class RemoteAccessMonitoringSummary : RemoteAccessConnectionSummary
{
  uint32 TotalUniqueUsers;
  uint32 TotalCumulativeConnections;
  uint64 TotalBytesIn;
  uint64 TotalBytesOut;
  uint64 TotalBytesInOut;
  uint32 TotalConnections;
  uint32 TotalDAConnections;
  uint32 TotalVpnConnections;
  uint32 MaxConcurrentConnections;
};

Members

The RemoteAccessMonitoringSummary class has these types of members:

Properties

The RemoteAccessMonitoringSummary class has these properties.

MaxConcurrentConnections

Data type: uint32

Access type: Read-only

Maximum concurrent connections

TotalBytesIn

Data type: uint64

Access type: Read-only

Total bytes in since service start

TotalBytesInOut

Data type: uint64

Access type: Read-only

Total bytes in/out since service start

TotalBytesOut

Data type: uint64

Access type: Read-only

Total bytes out since service start.

TotalConnections

Data type: uint32

Access type: Read-only

Total number of connections

TotalCumulativeConnections

Data type: uint32

Access type: Read-only

Total cumulative connections since start of service

TotalDAConnections

Data type: uint32

Access type: Read-only

Total number of direct access connections

TotalUniqueUsers

Data type: uint32

Access type: Read-only

Total number of unique users

This property is inherited from RemoteAccessConnectionSummary.

TotalVpnConnections

Data type: uint32

Access type: Read-only

Total number of VPN connections

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\RemoteAccess
MOF
RAMgmtPSProvider.mof
DLL
RAMgmtPSProvider.dll