Win32_PerfRawData_PerfNet_Server class
The Win32_PerfRawData_PerfNet_Server raw performance data class provides raw data from performance counters that monitor communications using the WINS Server service.
This class represents the Server object in System Monitor. The original data source is the PerfNet performance library. The corresponding formatted data class is Win32_PerfFormattedData_PerfNet_Server. Data is dynamically provided for this class from the performance library object by the WmiPerfInst provider.
Windows Server 2003, Windows XP, and Windows 2000: 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_PerfNet_Server : Win32_PerfRawData
{
uint32 BlockingRequestsRejected;
uint64 BytesReceivedPerSec;
uint64 BytesTotalPerSec;
uint64 BytesTransmittedPerSec;
string Caption;
uint32 ContextBlocksQueuedPerSec;
string Description;
uint32 ErrorsAccessPermissions;
uint32 ErrorsGrantedAccess;
uint32 ErrorsLogon;
uint32 ErrorsSystem;
uint32 FileDirectorySearches;
uint32 FilesOpen;
uint32 FilesOpenedTotal;
uint64 Frequency_Object;
uint64 Frequency_PerfTime;
uint64 Frequency_Sys100NS;
uint32 LogonPerSec;
uint32 LogonTotal;
string Name;
uint32 PoolNonPagedBytes;
uint32 PoolNonPagedFailures;
uint32 PoolNonPagedPeak;
uint32 PoolPagedBytes;
uint32 PoolPagedFailures;
uint32 PoolPagedPeak;
uint32 ServerSessions;
uint32 SessionsErroredOut;
uint32 SessionsForcedOff;
uint32 SessionsLoggedOff;
uint32 SessionsTimedOut;
uint64 Timestamp_Object;
uint64 Timestamp_PerfTime;
uint64 Timestamp_Sys100NS;
uint32 WorkItemShortages;
};
Members
The Win32_PerfRawData_PerfNet_Server class has these types of members:
Properties
The Win32_PerfRawData_PerfNet_Server class has these properties.
- BlockingRequestsRejected
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Blocking Requests Rejected") , CounterType (272696320) , DefaultScale (0) , PerfDetail (200)
Number of times the server has rejected blocking packets (SMBs) due to insufficient count of free work items. Indicates that the MaxWorkItems or MinFreeWorkItems registry values may require adjustment.
- BytesReceivedPerSec
-
- Data type: uint64
- Access type: Read-only
- Qualifiers: DisplayName ("Bytes Received/sec") , CounterType (272696576) , DefaultScale (-4) , PerfDetail (200)
Number of bytes the server has received from the network. This property indicates how busy the server is.
For more information about using uint64 values in scripts, see Scripting in WMI.
- BytesTotalPerSec
-
- Data type: uint64
- Access type: Read-only
- Qualifiers: PerfDefault, DisplayName ("Bytes Total/sec") , CounterType (272696576) , DefaultScale (-4) , PerfDetail (100)
Number of bytes the server has sent to and received from the network, an overall indication of how busy the server is.
For more information about using uint64 values in scripts, see Scripting in WMI.
- BytesTransmittedPerSec
-
- Data type: uint64
- Access type: Read-only
- Qualifiers: DisplayName ("Bytes Transmitted/sec") , CounterType (272696576) , DefaultScale (-4) , PerfDetail (200)
Number of bytes the server has sent on the network. Indicates how busy the server is.
For more information about using uint64 values in scripts, see Scripting in WMI.
- Caption
-
- Data type: string
- Access type: Read-only
Short textual description for the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- ContextBlocksQueuedPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Context Blocks Queued/sec") , CounterType (272696320) , DefaultScale (-1) , PerfDetail (100)
Rate at which work context blocks had to be placed on the server FSP (Fax Server Provider) queue to await action.
- Description
-
- Data type: string
- Access type: Read-only
Textual description of the statistic or metric. This property is inherited from CIM_StatisticalInformation.
- ErrorsAccessPermissions
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors Access Permissions") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of times open requests on behalf of clients have failed with the STATUS_ACCESS_DENIED error. A high number can indicate attempts to randomly locate unprotected files.
- ErrorsGrantedAccess
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors Granted Access") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of times accesses to files opened successfully were denied. A high number can indicate attempts to access files without proper authorization.
- ErrorsLogon
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors Logon") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of failed logon attempts to a server. A large number can indicate that password guessing programs are being run to break the security on the server.
- ErrorsSystem
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Errors System") , CounterType (65536) , DefaultScale (0) , PerfDetail (300)
Number of times an internal server error was detected. Unexpected errors usually indicate a problem with the server.
- FileDirectorySearches
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("File Directory Searches") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of searches for files currently active in the server. Indicates current server activity.
- FilesOpen
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Files Open") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of files currently opened in the server. Indicates current server activity.
- FilesOpenedTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Files Opened Total") , CounterType (65536) , DefaultScale (-3) , PerfDetail (100)
Number of successful open attempts performed by the server on behalf of clients. This value can help determine the amount of I/O, the overhead for path-based operations, and the effectiveness of open locks.
- 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.
- LogonPerSec
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Logon/sec") , CounterType (272696320) , DefaultScale (1) , PerfDetail (100)
Rate of all server logons.
- LogonTotal
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Logon Total") , CounterType (65536) , DefaultScale (1) , PerfDetail (100)
All interactive logons, network logons, service logons, successful logons, and failed logons after the machine was last rebooted.
- Name
-
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.
- PoolNonPagedBytes
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Pool Nonpaged Bytes") , CounterType (65536) , DefaultScale (-4) , PerfDetail (300)
Number of bytes of nonpaged computer memory the server is using. This value is useful for determining the values of the MaxNonpagedMemoryUsage value entry in the registry.
- PoolNonPagedFailures
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Pool Nonpaged Failures") , CounterType (272696320) , DefaultScale (0) , PerfDetail (400)
Number of times allocations from non-paged pool have failed. Indicates that the computer's physical memory is too small.
- PoolNonPagedPeak
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Pool Nonpaged Peak") , CounterType (65536) , DefaultScale (-4) , PerfDetail (300)
Maximum number of bytes of non-paged pool the server has had in use at any one point. Indicates how much physical memory the computer should have.
- PoolPagedBytes
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Pool Paged Bytes") , CounterType (65536) , DefaultScale (-4) , PerfDetail (300)
Number of bytes of paged computer memory the server is currently using. Can help in determining good values for the MaxPagedMemoryUsage value entry in the registry.
- PoolPagedFailures
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Pool Paged Failures") , CounterType (65536) , DefaultScale (0) , PerfDetail (400)
Number of times allocations from paged pool have failed. Indicates that the computer's physical memory or paging file are too small.
- PoolPagedPeak
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Pool Paged Peak") , CounterType (65536) , DefaultScale (-4) , PerfDetail (200)
Maximum number of bytes of paged pool the server has had allocated. Indicates the proper sizes of the page file(s) and physical memory.
- ServerSessions
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Server Sessions") , CounterType (65536) , DefaultScale (0) , PerfDetail (100)
Number of sessions currently active in the server. Indicates current server activity.
- SessionsErroredOut
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sessions Errored Out") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of sessions that have been closed due to unexpected error conditions or sessions that have reached the autodisconnect time out and have been disconnected normally.
- SessionsForcedOff
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sessions Forced Off") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of sessions that have been forced to log off. This value can indicate how many sessions were forced to log off due to logon time constraints.
- SessionsLoggedOff
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sessions Logged Off") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of sessions that have terminated normally. This value allows percentage calculations that help to interpret the SessionsTimedOut and SessionsErroredOut statistics.
- SessionsTimedOut
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Sessions Timed Out") , CounterType (65536) , DefaultScale (0) , PerfDetail (200)
Number of sessions that have been closed because the idle time exceeded the AutoDisconnect parameter for the server. This property shows whether the AutoDisconnect setting helps to conserve resources.
- 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.
- WorkItemShortages
-
- Data type: uint32
- Access type: Read-only
- Qualifiers: DisplayName ("Work Item Shortages") , CounterType (272696320) , DefaultScale (0) , PerfDetail (200)
Number of times STATUS_DATA_NOT_ACCEPTED was returned at receive indication time. This occurs when no work item is available or can be allocated to service the incoming request. Indicates whether the InitWorkItems or MaxWorkItems registry values might require to be adjusted.
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 [desktop apps only] |
|---|---|
|
Minimum supported server | Windows Server 2003 [desktop apps only] |
|
Namespace |
\root\CIMV2 |
|
DLL |
|
See also
- Performance Counter Classes
- Accessing WMI Preinstalled Performance Classes
- WMI Tasks: Performance Monitoring
- Accessing Performance Data in Script
Send comments about this topic to Microsoft
Build date: 11/19/2012