Win32_PerfRawData_RSVP_ACSRSVPInterfaces class

The Win32_PerfRawData_RSVP_ACSRSVPInterfaces raw data performance counter class provides raw data from performance counters that monitor the local network interfaces visible to, and used by the RSVP service.

This class represents the ACS/RSVP Interfaces object in System Monitor. The original data source is the RSVP performance library. The corresponding formatted data class is Win32_PerfFormattedData_RSVP_ACSRSVPInterfaces. Data is dynamically provided for this class from the performance library object by the WmiPerfInst provider.

Windows Server 2003 and Windows XP: WMI data for this class is supplied by the Performance Counter Provider.

The following syntax is simplified from MOF code and shows all inherited properties, including the Frequency and Timestamp properties required for class display in System Monitor. For more information about required property qualifiers, see Property Qualifiers for Performance Counter Classes. For more information about CounterType values, see WMI Performance Counter Types.

Syntax

class Win32_PerfRawData_RSVP_ACSRSVPInterfaces : Win32_PerfRawData
{
  uint32 AdmittedBandwidth;
  uint32 BlockedRESVs;
  string Caption;
  string Description;
  uint64 Frequency_Object;
  uint64 Frequency_PerfTime;
  uint64 Frequency_Sys100NS;
  uint32 GeneralFailures;
  uint32 MaximumAdmittedBandwidth;
  string Name;
  uint32 NumberOfActiveFlows;
  uint32 NumberOfIncomingMessagesDropped;
  uint32 NumberOfOutGoingMessagesDropped;
  uint32 PATHERRMessagesReceived;
  uint32 PATHERRMessagesSent;
  uint32 PATHMessagesReceived;
  uint32 PATHMessagesSent;
  uint32 PATHStateBlockTimeouts;
  uint32 PATHTEARMessagesReceived;
  uint32 PATHTEARMessagesSent;
  uint32 PolicyControlFailures;
  uint32 ReceiveMessagesErrorsBigMessages;
  uint32 ReceiveMessagesErrorsNoMemory;
  uint32 ResourceControlFailures;
  uint32 RESVCONFIRMMessagesReceived;
  uint32 RESVCONFIRMMessagesSent;
  uint32 RESVERRMessagesReceived;
  uint32 RESVERRMessagesSent;
  uint32 RESVMessagesReceived;
  uint32 RESVMessagesSent;
  uint32 RESVStateBlockTimeouts;
  uint32 RESVTEARMessagesReceived;
  uint32 RESVTEARMessagesSent;
  uint32 SendMessagesErrorsBigMessages;
  uint32 SendMessagesErrorsNoMemory;
  uint32 SignalingBytesReceived;
  uint32 SignalingBytesSent;
  uint64 Timestamp_Object;
  uint64 Timestamp_PerfTime;
  uint64 Timestamp_Sys100NS;
};

Members

The Win32_PerfRawData_RSVP_ACSRSVPInterfaces class has these types of members:

  • Properties

Properties

The Win32_PerfRawData_RSVP_ACSRSVPInterfaces class has these properties.

AdmittedBandwidth

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Admitted bandwidth") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total admitted bandwidth for this subnet on ACS or reserved bandwidth for this interface on non-ACS, in bits per second.

BlockedRESVs

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Blocked RESVs") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Number of blockaded reservations that failed because of failed reservations that have not been removed from this node. For more information about blockade states, see RFC 2205.

Caption

Data type: string

Access type: Read-only

Short textual description for the statistic or metric. This property is inherited from CIM_StatisticalInformation.

Description

Data type: string

Access type: Read-only

Textual description of the statistic or metric. This property is inherited from CIM_StatisticalInformation.

Frequency_Object

Data type: uint64

Access type: Read-only

Frequency, in ticks per second, of Timestamp_Object. This property is defined by the provider. This property is inherited from Win32_Perf.

For more information about using uint64 values in scripts, see Scripting in WMI.

Frequency_PerfTime

Data type: uint64

Access type: Read-only

Frequency, in ticks per second, of Timestamp_Perftime. A value can be obtained by calling the Windows function QueryPerformanceCounter. This property is inherited from Win32_Perf.

For more information about using uint64 values in scripts, see Scripting in WMI.

Frequency_Sys100NS

Data type: uint64

Access type: Read-only

Frequency, in ticks per second, of Timestamp_Sys100NS (10000000). This property is inherited from Win32_Perf.

For more information about using uint64 values in scripts, see Scripting in WMI.

GeneralFailures

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("General failures") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of non-admission control errors that have occurred on this interface. For more information about the other traffic control failures, see RFC 2205.

MaximumAdmittedBandwidth

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Maximum admitted bandwidth") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Highest amount of allocated bandwidth admitted on the interface during the period in which the ACS has been running.

Name

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256)

Label by which the statistic or metric is known. When sub-classed, the property can be overridden to be a key property. This property is inherited from CIM_StatisticalInformation.

NumberOfActiveFlows

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Number of active flows") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Number of reserved flows currently installed and maintained by RSVP on this interface.

NumberOfIncomingMessagesDropped

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Number of incoming messages dropped") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Number of incoming messages dropped due to badly constructed RSVP objects, and so on

NumberOfOutGoingMessagesDropped

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Number of outgoing messages dropped") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Number of outgoing messages dropped.

PATHERRMessagesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("PATH ERR messages received") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of PATH error messages received on this interface. This value indicates the number of times a PATH has been rejected by a remote host.

PATHERRMessagesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("PATH ERR messages sent") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of PATH ERR messages sent by the ACS/RSVP service rejecting incoming PATH messages.

PATHMessagesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("PATH messages received") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of PATH messages received on this interface.

PATHMessagesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("PATH messages sent") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of PATH messages sent by the ACS/RSVP service sent on this the interface.

PATHStateBlockTimeouts

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("PATH state block timeouts") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of times the RSVP RESV state block (RSB) timed out. A timeout happens when no RESV messages are received within the designated timeout period. This error message can be caused by a route change.

PATHTEARMessagesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("PATH TEAR messages received") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of PATH TEAR messages received on the interface.

PATHTEARMessagesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("PATH TEAR messages sent") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of PATH TEAR messages sent on the interface to tear down an RSVP PATH state in the network.

PolicyControlFailures

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Policy control failures") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of RSVP requests that are not admitted on this interface due to a conflict with policy settings.

ReceiveMessagesErrorsBigMessages

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Receive messages errors - Big messages") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of incoming RSVP messages dropped because they were bigger than the max configured RSVP message size.

ReceiveMessagesErrorsNoMemory

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Receive messages errors - No memory") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of incoming RSVP messages dropped due to insufficient memory.

ResourceControlFailures

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Resource control failures") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Number of reservations that failed because of lack of resources.

RESVCONFIRMMessagesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV CONFIRM messages received") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of RESV CONFIRM messages received by the interface.

RESVCONFIRMMessagesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV CONFIRM messages sent") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of RESV CONFIRM messages sent on this interface in response to RESV messages from remote hosts.

RESVERRMessagesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV ERR messages received") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of RESV ERR messages received on this interface by the ACS/RSVP service rejecting incoming RESV messages.

RESVERRMessagesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV ERR messages sent") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of RESV error sent on this interface. This number indicates how many reservations have been rejected by the network.

RESVMessagesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV messages received") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of RESV messages received on this interface.

RESVMessagesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV messages sent") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of RESV messages sent by the ACS/RSVP service on this interface.

RESVStateBlockTimeouts

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV state block timeouts") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of times the RSVP RESV state block (RSB) timed out. A timeout happens when no RESV messages are received within the designated timeout period. This error message can be caused by a route change.

RESVTEARMessagesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV TEAR messages received") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of RESV TEAR messages received on this interface.

RESVTEARMessagesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("RESV TEAR messages sent") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total number of RESV TEAR messages received on the interface to tear down a RESV state in the network.

SendMessagesErrorsBigMessages

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Send messages errors - Big messages") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of outgoing RSVP messages dropped because they were bigger than the max configured RSVP message size.

SendMessagesErrorsNoMemory

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Send messages errors - No memory") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)

Total number of outgoing RSVP messages dropped due to insufficient memory.

SignalingBytesReceived

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Signaling bytes received") , PerfDefault, CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total RSVP signaling traffic in bytes received by the ACS/RSVP service on this interface.

SignalingBytesSent

Data type: uint32

Access type: Read-only

Qualifiers: DisplayName ("Signaling bytes sent") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)

Total RSVP signaling traffic in bytes sent by the ACS/RSVP service on this interface.

Timestamp_Object

Data type: uint64

Access type: Read-only

Object-defined timestamp, defined by the provider. This property is inherited from Win32_Perf.

For more information about using uint64 values in scripts, see Scripting in WMI.

Timestamp_PerfTime

Data type: uint64

Access type: Read-only

High Performance counter timestamp. A value can be obtained by calling the Windows function QueryPerformanceCounter. This property is inherited from Win32_Perf.

For more information about using uint64 values in scripts, see Scripting in WMI.

Timestamp_Sys100NS

Data type: uint64

Access type: Read-only

Timestamp value in 100 nanosecond units. This property is inherited from Win32_Perf.

For more information about using uint64 values in scripts, see Scripting in WMI.

Remarks

All classes derived from Win32_Perf are designed to be used with a refresher object. For more information about how to create and use a refresher object in C++, see Accessing Performance Data in C++. For more information about how to create and use a refresher object using scripts, see Refreshing WMI Data in Scripts.

The performance class and property qualifiers determine how to interpret the class data. For more information, see Class Qualifiers for Performance Counter Classes and Property Qualifiers for Performance Counter Classes.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP

Minimum supported server

Windows Server 2003

Namespace

\root\CIMV2

DLL

WmiPerfInst.dll; WbemPerf.dll on Windows Server 2003 and Windows XP

See also

Performance Counter Classes

Accessing WMI Preinstalled Performance Classes

WMI Tasks: Performance Monitoring

Accessing Performance Data in Script