Microsoft.Windows.Server.10.0.LogicalProcessorProcessador Lógico do Windows Server 2016 e superiores

Microsoft.Windows.Server.10.0.LogicalProcessor (ClassType)

Todas as instâncias de um Processador lógico nos sistemas operacionais Windows Server 2016 e superiores.

Knowledge Base article:

Resumo

Todas as instâncias de um Processador lógico nos sistemas operacionais Windows Server 2016 e superiores.

Element properties:

Base ClassSystem.LogicalHardware
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdd2f05efb-0f42-6d86-d42e-d1549fac06ff

Class Hierarchy:

Class Properties:

Property Name Type Display Name (PTB) Description (PTB) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Nome para Exibição Nome para exibição do objeto de monitoramento. false 256  False 
Microsoft.Windows.Server.10.0.LogicalProcessor:
DeviceID  string  Identificador do Dispositivo true 256  False 
Name  string  Nome do Dispositivo false 256  False 
Description  string  Descrição do Dispositivo false 256  False 
Manufacturer  string  Fabricante false 256  False 
Speed  string  Velocidade de Clock false 256  False 
MaxClockSpeed  string  Velocidade de Clock Máxima false 256  False 
PerfmonInstance  string  Instância de Desempenho Instância de Desempenho do Processador Lógico do Windows Server 2016. false 256  False 

Health Model:

Source Code:

<ClassType ID="Microsoft.Windows.Server.10.0.LogicalProcessor" Accessibility="Public" Abstract="false" Base="System!System.LogicalHardware" Hosted="true" Singleton="false">
<Property ID="DeviceID" Type="string" Key="true" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Name" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Description" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Manufacturer" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="Speed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="MaxClockSpeed" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
<Property ID="PerfmonInstance" Type="string" Key="false" CaseSensitive="false" Length="256" MinLength="0"/>
</ClassType>