Win32_PerfRawData_PerfNet_ServerWorkQueues, ROOT\CIMV2

Class | Methods | Properties (26) | Qualifiers (12) | Instances (13) | Namespaces (1)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

The Server Work Queues performance object consists of counters that monitor the length of the queues and objects in the queues.

Win32_PerfRawData_PerfNet_ServerWorkQueues properties

Win32_PerfRawData_PerfNet_ServerWorkQueues has 26 properties (17 Local, 9 Derived)

NameOriginCIMType
ActiveThreadsWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
AvailableThreadsWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
AvailableWorkItemsWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
BorrowedWorkItemsWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
BytesReceivedPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
BytesSentPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
BytesTransferredPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
CaptionCIM_StatisticalInformation8 [string]
ContextBlocksQueuedPersecWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
CurrentClientsWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
DescriptionCIM_StatisticalInformation8 [string]
Frequency_ObjectWin32_Perf21 [uint64]
Frequency_PerfTimeWin32_Perf21 [uint64]
Frequency_Sys100NSWin32_Perf21 [uint64]
key
Name
CIM_StatisticalInformation8 [string]
QueueLengthWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
ReadBytesPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
ReadOperationsPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
Timestamp_ObjectWin32_Perf21 [uint64]
Timestamp_PerfTimeWin32_Perf21 [uint64]
Timestamp_Sys100NSWin32_Perf21 [uint64]
TotalBytesPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
TotalOperationsPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
WorkItemShortagesWin32_PerfRawData_PerfNet_ServerWorkQueues19 [uint32]
WriteBytesPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]
WriteOperationsPersecWin32_PerfRawData_PerfNet_ServerWorkQueues21 [uint64]

Detailed description of Win32_PerfRawData_PerfNet_ServerWorkQueues properties

Local properties (17) of Win32_PerfRawData_PerfNet_ServerWorkQueues class

▲ ActiveThreads property
CIMTYPE'uint32'
CounterType65536
DefaultScale0
Description'Active Threads is the number of threads currently working on a request from the server client for this CPU. The system keeps this number as low as possible to minimize unnecessary context switching. This is an instantaneous count for the CPU, not an average over time.'
DetailLevel100
DisplayName'Active Threads'
DisplayName009'Active Threads'
HelpIndex0
PerfIndex0
ActiveThreads property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ AvailableThreads property
CIMTYPE'uint32'
CounterType65536
DefaultScale0
Description'Available Threads is the number of server threads on this CPU not currently working on requests from a client. The server dynamically adjusts the number of threads to maximize server performance.'
DetailLevel100
DisplayName'Available Threads'
DisplayName009'Available Threads'
HelpIndex0
PerfIndex0
AvailableThreads property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ AvailableWorkItems property
CIMTYPE'uint32'
CounterType65536
DefaultScale0
Description'Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing. This is the instantaneous number of available work items for this CPU. A sustained near-zero value indicates the need to increase the MinFreeWorkItems registry value for the Server service. This value will always be 0 in the SMB1 Blocking Queue instance.'
DetailLevel100
DisplayName'Available Work Items'
DisplayName009'Available Work Items'
HelpIndex0
PerfIndex0
AvailableWorkItems property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ BorrowedWorkItems property
CIMTYPE'uint32'
CounterType65536
DefaultScale0
Description'Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing. When a CPU runs out of work items, it borrows a free work item from another CPU. An increasing value of this running counter might indicate the need to increase the 'MaxWorkItems' or 'MinFreeWorkItems' registry values for the Server service. This value will always be 0 in the Blocking Queue and SMB2 Queue instances.'
DetailLevel100
DisplayName'Borrowed Work Items'
DisplayName009'Borrowed Work Items'
HelpIndex0
PerfIndex0
BorrowedWorkItems property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ BytesReceivedPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale-4
Description'The rate at which the Server is receiving bytes from the network clients on this CPU. This value is a measure of how busy the Server is.'
DetailLevel100
DisplayName'Bytes Received/sec'
DisplayName009'Bytes Received/sec'
HelpIndex0
PerfIndex0
BytesReceivedPersec property is in 40 classes of ROOT\cimv2 and in 1 namespace
▲ BytesSentPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale-4
Description'The rate at which the Server is sending bytes to the network clients on this CPU. This value is a measure of how busy the Server is.'
DetailLevel100
DisplayName'Bytes Sent/sec'
DisplayName009'Bytes Sent/sec'
HelpIndex0
PerfIndex0
BytesSentPersec property is in 30 classes of ROOT\cimv2 and in 1 namespace
▲ BytesTransferredPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale-4
Description'The rate at which the Server is sending and receiving bytes with the network clients on this CPU. This value is a measure of how busy the Server is.'
DetailLevel100
DisplayName'Bytes Transferred/sec'
DisplayName009'Bytes Transferred/sec'
HelpIndex0
PerfIndex0
BytesTransferredPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ ContextBlocksQueuedPersec property
CIMTYPE'uint32'
CounterType272696320
DefaultScale0
Description'Context Blocks Queued per second is the rate at which work context blocks had to be placed on the server's FSP queue to await server action.'
DetailLevel100
DisplayName'Context Blocks Queued/sec'
DisplayName009'Context Blocks Queued/sec'
HelpIndex0
PerfIndex0
ContextBlocksQueuedPersec property is in 4 classes of ROOT\cimv2 and in 1 namespace
▲ CurrentClients property
CIMTYPE'uint32'
CounterType65536
DefaultScale0
Description'Current Clients is the instantaneous count of the clients being serviced by this CPU. The server actively balances the client load across all of the CPU's in the system. This value will always be 0 in the Blocking Queue instance.'
DetailLevel100
DisplayName'Current Clients'
DisplayName009'Current Clients'
HelpIndex0
PerfIndex0
CurrentClients property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ QueueLength property
CIMTYPE'uint32'
CounterType65536
DefaultScale0
Description'Queue length is the current number of workitem in Blocking queues and Nonblocking queues, which indicates how busy the server is to process outstanding workitems for this CPU. A sustained queue length greater than four might indicate processor congestion. This is an instantaneous count, not an average over time.'
DetailLevel100
DisplayName'Queue Length'
DisplayName009'Queue Length'
HelpIndex0
PerfDefaultTrue
PerfIndex0
QueueLength property is in 4 classes of ROOT\cimv2 and in 3 namespaces
▲ ReadBytesPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale-4
Description'Read Bytes/sec is the rate the server is reading data from files for the clients on this CPU. This value is a measure of how busy the Server is.'
DetailLevel100
DisplayName'Read Bytes/sec'
DisplayName009'Read Bytes/sec'
HelpIndex0
PerfIndex0
ReadBytesPersec property is in 18 classes of ROOT\cimv2 and in 1 namespace
▲ ReadOperationsPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale0
Description'Read Operations/sec is the rate the server is performing file read operations for the clients on this CPU. This value is a measure of how busy the Server is. This value will always be 0 in the Blocking Queue instance.'
DetailLevel100
DisplayName'Read Operations/sec'
DisplayName009'Read Operations/sec'
HelpIndex0
PerfIndex0
ReadOperationsPersec property is in 4 classes of ROOT\cimv2 and in 1 namespace
▲ TotalBytesPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale-4
Description'Total Bytes/sec is the rate the Server is reading and writing data to and from the files for the clients on this CPU. This value is a measure of how busy the Server is.'
DetailLevel100
DisplayName'Total Bytes/sec'
DisplayName009'Total Bytes/sec'
HelpIndex0
PerfIndex0
TotalBytesPersec property is in 6 classes of ROOT\cimv2 and in 1 namespace
▲ TotalOperationsPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale0
Description'Total Operations/sec is the rate the Server is performing file read and file write operations for the clients on this CPU. This value is a measure of how busy the Server is. This value will always be 0 in the Blocking Queue instance.'
DetailLevel100
DisplayName'Total Operations/sec'
DisplayName009'Total Operations/sec'
HelpIndex0
PerfIndex0
TotalOperationsPersec property is in 2 classes of ROOT\cimv2 and in 1 namespace
▲ WorkItemShortages property
CIMTYPE'uint32'
CounterType65536
DefaultScale0
Description'Every request from a client is represented in the server as a 'work item,' and the server maintains a pool of available work items per CPU to speed processing. A sustained value greater than zero indicates the need to increase the 'MaxWorkItems' registry value for the Server service. This value will always be 0 in the Blocking Queue and SMB2 Queue instances.'
DetailLevel100
DisplayName'Work Item Shortages'
DisplayName009'Work Item Shortages'
HelpIndex0
PerfIndex0
WorkItemShortages property is in 4 classes of ROOT\cimv2 and in 1 namespace
▲ WriteBytesPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale-4
Description'Write Bytes/sec is the rate the server is writing data to files for the clients on this CPU. This value is a measure of how busy the Server is.'
DetailLevel100
DisplayName'Write Bytes/sec'
DisplayName009'Write Bytes/sec'
HelpIndex0
PerfIndex0
WriteBytesPersec property is in 16 classes of ROOT\cimv2 and in 1 namespace
▲ WriteOperationsPersec property
CIMTYPE'uint64'
CounterType272696576
DefaultScale0
Description'Write Operations/sec is the rate the server is performing file write operations for the clients on this CPU. This value is a measure of how busy the Server is. This value will always be 0 in the Blocking Queue instance.'
DetailLevel100
DisplayName'Write Operations/sec'
DisplayName009'Write Operations/sec'
HelpIndex0
PerfIndex0
WriteOperationsPersec property is in 4 classes of ROOT\cimv2 and in 1 namespace

Derived properties (9) of Win32_PerfRawData_PerfNet_ServerWorkQueues class

▲ Caption property
CIMTYPE'string'
Description'A short textual description (one-line string) for the statistic or metric.'
MaxLen64
readTrue
Caption property is in 1050 classes of ROOT\cimv2 and in 37 namespaces
▲ Description property
CIMTYPE'string'
Description'A textual description of the statistic or metric.'
readTrue
Description property is in 1061 classes of ROOT\cimv2 and in 142 namespaces
▲ Frequency_Object property
CIMTYPE'uint64'
Frequency_Object property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Frequency_PerfTime property
CIMTYPE'uint64'
Frequency_PerfTime property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Frequency_Sys100NS property
CIMTYPE'uint64'
Frequency_Sys100NS property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Name property
CIMTYPE'string'
Description'The Name property defines the label by which the statistic or metric is known. When subclassed, the property can be overridden to be a Key property. '
keyTrue
MaxLen256
readTrue
Name property is in 1046 classes of ROOT\cimv2 and in 142 namespaces
▲ Timestamp_Object property
CIMTYPE'uint64'
Timestamp_Object property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Timestamp_PerfTime property
CIMTYPE'uint64'
Timestamp_PerfTime property is in 727 classes of ROOT\cimv2 and in 2 namespaces
▲ Timestamp_Sys100NS property
CIMTYPE'uint64'
Timestamp_Sys100NS property is in 727 classes of ROOT\cimv2 and in 2 namespaces

Win32_PerfRawData_PerfNet_ServerWorkQueues Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
Description'The Server Work Queues performance object consists of counters that monitor the length of the queues and objects in the queues.'✓✗✓✓✓
DetailLevel100✓✗✓✗✓
DisplayName'Server Work Queues'✓✗✓✓✓
DisplayName009'Server Work Queues'✓✗✓✗✓
dynamicTrue✓✗✓✗✓
GenericPerfCtrTrue✓✗✓✗✓
HelpIndex0✓✗✓✗✓
HiPerfTrue✓✗✓✗✓
Locale1033✓✗✓✓✓
PerfIndex0✓✗✓✗✓
provider'WmiPerfInst'✗✗✓✗✓
RegistryKey'PerfNet'✓✗✓✗✓

Win32_PerfRawData_PerfNet_ServerWorkQueues System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\cimv2:Win32_PerfRawData_PerfNet_ServerWorkQueues'___SYSTEM8✗✗
__NAMESPACE'ROOT\cimv2'___SYSTEM8✗✗
__SERVER'.'___SYSTEM8✗✗
__DERIVATION['Win32_PerfRawData', 'Win32_Perf', 'CIM_StatisticalInformation']___SYSTEM8✗✓
__PROPERTY_COUNT26___SYSTEM3✗✗
__RELPATH'Win32_PerfRawData_PerfNet_ServerWorkQueues'___SYSTEM8✗✗
__DYNASTY'CIM_StatisticalInformation'___SYSTEM8✗✗
__SUPERCLASS'Win32_PerfRawData'___SYSTEM8✗✗
__CLASS'Win32_PerfRawData_PerfNet_ServerWorkQueues'___SYSTEM8✗✗
__GENUS1___SYSTEM3✗✗

Similar Classes to Win32_PerfRawData_PerfNet_ServerWorkQueues

Number of classes:1
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
Win32_PerfFormattedData_PerfNet_ServerWorkQueues026013---
comments powered by Disqus
WUtils.com