1 | Informazioni processore |
Processor Information |
2 | Processor Information |
Processor Information |
3 | L'insieme di contatori delle prestazioni Informazioni sul processore è costituito da contatori che misurano gli aspetti dell'attività del processore. Il processore è il componente del computer che esegue calcoli aritmetici e logici, avvia operazioni sulle periferiche ed esegue i thread dei processi. Un computer può disporre di più processori. In alcuni computer, i processori sono organizzati in nodi NUMA che condividono risorse hardware come la memoria fisica. L'insieme di contatori Informazioni sul processore rappresenta ogni processore come una coppia di numeri, in cui il primo numero corrisponde al numero di nodo NUMA e il secondo numero è l'indice con base zero del processore all'interno di tale nodo NUMA. Se il computer non utilizza nodi NUMA, il primo numero è zero. |
The Processor Information performance counter set consists of counters that measure aspects of processor activity. The processor is the part of the computer that performs arithmetic and logical computations, initiates operations on peripherals, and runs the threads of processes. A computer can have multiple processors. On some computers, processors are organized in NUMA nodes that share hardware resources such as physical memory. The Processor Information counter set represents each processor as a pair of numbers, where the first number is the NUMA node number and the second number is the zero-based index of the processor within that NUMA node. If the computer does not use NUMA nodes, the first number is zero. |
5 | % Tempo processore |
% Processor Time |
6 | % Processor Time |
% Processor Time |
7 | % Tempo processore è espresso come percentuale del tempo che il processore impiega per eseguire un thread attivo. Viene calcolato misurando la percentuale di tempo impiegato dal processore per eseguire il thread inattivo e quindi sottraendo tale valore da 100% (a ogni processore è assegnato un thread inattivo in cui viene accumulato il tempo quando non vi sono altri thread pronti per l'esecuzione). Questo contatore è l'indicatore primario dell'attività del processore e mostra la percentuale media di tempo trascorso eseguendo lavoro utile durante l'intervallo di campionamento. Si noti che per calcolare se il processore è inattivo viene utilizzato un intervallo di campionamento interno del tick del clock di sistema. Nei più recenti processori a velocità elevata, pertanto, il contatore % Tempo processore potrebbe sottostimare l'utilizzo del processore, che potrebbe impiegare una notevole quantità di tempo per servire i thread tra l'intervallo di campionamento del clock di sistema. Le applicazioni timer basate su carichi di lavoro costituiscono un esempio di applicazioni la cui misurazione potrebbe non essere corretta, in quanto i timer vengono segnalati subito dopo il campionamento. |
% Processor Time is the percentage of elapsed time that the processor spends to execute a non-Idle thread. It is calculated by measuring the percentage of time that the processor spends executing the idle thread and then subtracting that value from 100%. (Each processor has an idle thread to which time is accumulated when no other threads are ready to run). This counter is the primary indicator of processor activity, and displays the average percentage of busy time observed during the sample interval. It should be noted that the accounting calculation of whether the processor is idle is performed at an internal sampling interval of the system clock tick. On todays fast processors, % Processor Time can therefore underestimate the processor utilization as the processor may be spending a lot of time servicing threads between the system clock sampling interval. Workload based timer applications are one example of applications which are more likely to be measured inaccurately as timers are signaled just after the sample is taken. |
9 | % Tempo utente |
% User Time |
10 | % User Time |
% User Time |
11 | % Tempo utente indica la percentuale di tempo trascorso in cui il processore si trova in modalità utente. La modalità utente è una modalità di elaborazione con limitazioni progettata per applicazioni, sottosistemi d'ambiente e sottosistemi integrali. L'alternativa, ovvero la modalità privilegiata, è stata progettata per i componenti del sistema operativo e consente l'accesso diretto all'hardware e a tutta la memoria. Il sistema operativo consente il passaggio dei thread delle applicazioni alla modalità privilegiata per l'accesso ai servizi del sistema operativo. Questo contatore indica il tempo medio durante il quale il processore è occupato, espresso come percentuale dell'intervallo di campionamento. |
% User Time is the percentage of elapsed time the processor spends in the user mode. User mode is a restricted processing mode designed for applications, environment subsystems, and integral subsystems. The alternative, privileged mode, is designed for operating system components and allows direct access to hardware and all memory. The operating system switches application threads to privileged mode to access operating system services. This counter displays the average busy time as a percentage of the sample time. |
13 | % Tempo privilegiato |
% Privileged Time |
14 | % Privileged Time |
% Privileged Time |
15 | % Tempo privilegiato indica la percentuale di tempo impiegata dai thread di un processo per l'esecuzione di codice in modalità privilegiata. Quando un servizio di Windows viene chiamato, il servizio viene normalmente eseguito in modalità privilegiata per poter accedere a dati privati di sistema, ovvero dati protetti dall'accesso da parte di thread in esecuzione in modalità utente. Le chiamate al sistema possono essere esplicite o implicite, come per gli errori di pagina o gli interrupt. Diversamente dai precedenti sistemi operativi, Windows utilizza delimitazioni precise per la protezione dei sottosistemi, in aggiunta alla tradizionale protezione delle modalità utente e privilegiata. Parte del lavoro svolto da Windows per conto dell'applicazione potrebbe quindi apparire in altri processi di sottosistema oltre al tempo privilegiato del processo. |
% Privileged Time is the percentage of elapsed time that the process threads spent executing code in privileged mode. When a Windows system service in called, the service will often run in privileged mode to gain access to system-private data. Such data is protected from access by threads executing in user mode. Calls to the system can be explicit or implicit, such as page faults or interrupts. Unlike some early operating systems, Windows uses process boundaries for subsystem protection in addition to the traditional protection of user and privileged modes. Some work done by Windows on behalf of the application might appear in other subsystem processes in addition to the privileged time in the process. |
17 | Interrupt/sec |
Interrupts/sec |
18 | Interrupts/sec |
Interrupts/sec |
19 | Interrupt/sec è la frequenza media, in eventi al secondo, con cui il processore ha rilevato e servito gli interrupt hardware. Non comprende le chiamate di procedura differite DPC, che vengono conteggiate separatamente. Questo valore è un indicatore indiretto dell'attività dei dispositivi che generano interrupt, come clock di sistema, mouse, driver di disco, linee di comunicazione dati, schede di rete e altre periferiche. Tali dispositivi inviano in genere un interrupt al processore dopo aver completato un'operazione o quando ne richiedono l'attenzione. La normale esecuzione del thread viene sospesa. Il clock di sistema solitamente genera interrupt ogni 10 millisecondi, formando così un background di attività di interrupt. Questo contatore indica la differenza tra i valori osservati negli ultimi due campionamenti, divisa per la durata dell'intervallo di campionamento. |
Interrupts/sec is the average rate, in incidents per second, at which the processor received and serviced hardware interrupts. It does not include deferred procedure calls (DPCs), which are counted separately. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards, and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended. The system clock typically interrupts the processor every 10 milliseconds, creating a background of interrupt activity. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
21 | % Tempo DPC |
% DPC Time |
22 | % DPC Time |
% DPC Time |
23 | % Tempo DPC è la percentuale di tempo che il processore ha dedicato alla ricezione ed elaborazione di chiamate di procedura differite (DPC) durante l'intervallo di campionamento. Le DPC sono interrupt con priorità inferiore rispetto agli interrupt standard. % Tempo DPC è un componente di % Tempo privilegiato poiché le DPC vengono eseguite in modalità privilegiata. Le DPC sono conteggiate separatamente e non fanno parte del conteggio degli interrupt. Questo contatore indica il tempo medio durante il quale il processore è occupato, espresso come percentuale dell'intervallo di campionamento. |
% DPC Time is the percentage of time that the processor spent receiving and servicing deferred procedure calls (DPCs) during the sample interval. DPCs are interrupts that run at a lower priority than standard interrupts. % DPC Time is a component of % Privileged Time because DPCs are executed in privileged mode. They are counted separately and are not a component of the interrupt counters. This counter displays the average busy time as a percentage of the sample time. |
25 | % Tempo di interrupt |
% Interrupt Time |
26 | % Interrupt Time |
% Interrupt Time |
27 | % Tempo di interrupt è il tempo che il processore ha dedicato alla ricezione ed elaborazione degli interrupt hardware negli intervalli di campionamento. Questo valore è un indicatore indiretto dell'attività dei dispositivi che generano interrupt, come clock di sistema, mouse, driver di disco, linee di comunicazione dati, schede di rete e altre periferiche. Tali dispositivi inviano in genere un interrupt al processore dopo aver completato un'operazione o quando ne richiedono l'attenzione. La normale esecuzione del thread viene sospesa durante gli interrupt. La maggior parte dei clock di sistema genera interrupt ogni 10 millisecondi, formando così un background di attività di interrupt. Questo contatore indica il tempo medio durante il quale il processore è occupato, espresso come percentuale dell'intervallo di campionamento. |
% Interrupt Time is the time the processor spends receiving and servicing hardware interrupts during sample intervals. This value is an indirect indicator of the activity of devices that generate interrupts, such as the system clock, the mouse, disk drivers, data communication lines, network interface cards and other peripheral devices. These devices normally interrupt the processor when they have completed a task or require attention. Normal thread execution is suspended during interrupts. Most system clocks interrupt the processor every 10 milliseconds, creating a background of interrupt activity. suspends normal thread execution during interrupts. This counter displays the average busy time as a percentage of the sample time. |
29 | DPC aggiunte in coda/sec |
DPCs Queued/sec |
30 | DPCs Queued/sec |
DPCs Queued/sec |
31 | DPC aggiunte in coda/sec è la frequenza media, in eventi al secondo, con cui le chiamate di procedura differite (DPC) sono state aggiunte alla coda DPC del processore. Le DPC sono interrupt con priorità inferiore rispetto agli interrupt standard. Ogni processore dispone di una coda DPC. Questo contatore misura la frequenza con cui le DPC vengono aggiunte alla coda, non il numero di DPC in coda. Indica la differenza tra i valori osservati negli ultimi due campionamenti, divisa per la durata dell'intervallo di campionamento. |
DPCs Queued/sec is the average rate, in incidents per second, at which deferred procedure calls (DPCs) were added to the processor's DPC queue. DPCs are interrupts that run at a lower priority than standard interrupts. Each processor has its own DPC queue. This counter measures the rate that DPCs are added to the queue, not the number of DPCs in the queue. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
33 | Frequenza DPC |
DPC Rate |
34 | DPC Rate |
DPC Rate |
35 | Velocità DPC indica la frequenza con cui le chiamate di procedura differite (DPC) vengono aggiunte alla coda DPC di tutti i processori per ogni unità di tempo del clock del processore. Le DPC sono interrupt con priorità inferiore rispetto agli interrupt standard. Ogni processore dispone di una coda DPC. Questo contatore misura la frequenza con cui le DPC vengono aggiunte alla coda, non il numero di DPC in coda. Questo contatore indica solo l'ultimo valore osservato, non una media. |
DPC Rate is the rate at which deferred procedure calls (DPCs) were added to the processors DPC queues between the timer ticks of the processor clock. DPCs are interrupts that run at alower priority than standard interrupts. Each processor has its own DPC queue. This counter measures the rate that DPCs were added to the queue, not the number of DPCs in the queue. This counter displays the last observed value only; it is not an average. |
37 | % Tempo inattività |
% Idle Time |
38 | % Idle Time |
% Idle Time |
39 | % Tempo di inattività indica la percentuale di tempo di inattività del processore durante l'intervallo di campionamento |
% Idle Time is the percentage of time the processor is idle during the sample interval |
41 | % Tempo C1 |
% C1 Time |
42 | % C1 Time |
% C1 Time |
43 | % tempo C1 indica la percentuale di tempo che il processore trascorre nello stato di inattività a basso consumo C1. % tempo C1 è un sottoinsieme del tempo di inattività totale del processore. Lo stato di inattività a basso consumo C1 consente al processore di mantenere l'intero contesto e di tornare rapidamente nello stato di esecuzione. Lo stato % C1 non è supportato da tutti i sistemi. |
% C1 Time is the percentage of time the processor spends in the C1 low-power idle state. % C1 Time is a subset of the total processor idle time. C1 low-power idle state enables the processor to maintain its entire context and quickly return to the running state. Not all systems support the % C1 state. |
45 | % Tempo C2 |
% C2 Time |
46 | % C2 Time |
% C2 Time |
47 | % tempo C2 indica la percentuale di tempo che il processore trascorre nello stato di inattività a basso consumo C2. % tempo C2 è un sottoinsieme del tempo di inattività totale del processore. Lo stato di inattività a basso consumo C2 consente al processore di mantenere il contesto delle cache di sistema. Lo stato di alimentazione C2 è uno stato a consumo più basso e maggiore latenza di uscita rispetto a C1. Lo stato C2 non è supportato da tutti i sistemi. |
% C2 Time is the percentage of time the processor spends in the C2 low-power idle state. % C2 Time is a subset of the total processor idle time. C2 low-power idle state enables the processor to maintain the context of the system caches. The C2 power state is a lower power and higher exit latency state than C1. Not all systems support the C2 state. |
49 | % Tempo C3 |
% C3 Time |
50 | % C3 Time |
% C3 Time |
51 | % tempo C3 indica la percentuale di tempo che il processore trascorre nello stato di inattività a basso consumo C3. % tempo C3 è un sottoinsieme del tempo di inattività totale del processore. Quando è nello stato di inattività a basso consumo C3 il processore non è in grado di mantenere la coerenza delle cache. Lo stato di alimentazione C3 è uno stato a consumo più basso e maggiore latenza di uscita rispetto a C2. Lo stato C3 non è supportato da tutti i sistemi. |
% C3 Time is the percentage of time the processor spends in the C3 low-power idle state. % C3 Time is a subset of the total processor idle time. When the processor is in the C3 low-power idle state it is unable to maintain the coherency of its caches. The C3 power state is a lower power and higher exit latency state than C2. Not all systems support the C3 state. |
53 | Transizioni C1/sec |
C1 Transitions/sec |
54 | C1 Transitions/sec |
C1 Transitions/sec |
55 | Transizioni C1/sec indica la frequenza con cui la CPU passa allo stato di inattività a basso consumo C1. La CPU passa allo stato C1 quando è sufficientemente inattiva e ne esce a seguito di qualsiasi interrupt. Questo contatore indica la differenza tra i valori osservati negli ultimi due campionamenti, divisi per la durata dell'intervallo di campionamento. |
C1 Transitions/sec is the rate that the CPU enters the C1 low-power idle state. The CPU enters the C1 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
57 | Transizioni C2/sec |
C2 Transitions/sec |
58 | C2 Transitions/sec |
C2 Transitions/sec |
59 | Transizioni C2/sec indica la frequenza con cui la CPU passa allo stato di inattività a basso consumo C2. La CPU passa allo stato C2 quando è sufficientemente inattiva e ne esce a seguito di qualsiasi interrupt. Questo contatore indica la differenza tra i valori osservati negli ultimi due campionamenti, divisi per la durata dell'intervallo di campionamento. |
C2 Transitions/sec is the rate that the CPU enters the C2 low-power idle state. The CPU enters the C2 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
61 | Transizioni C3/sec |
C3 Transitions/sec |
62 | C3 Transitions/sec |
C3 Transitions/sec |
63 | Transizioni C3/sec indica la frequenza con cui la CPU passa allo stato di inattività a basso consumo C3. La CPU passa allo stato C3 quando è sufficientemente inattiva e ne esce a seguito di qualsiasi interrupt. Questo contatore indica la differenza tra i valori osservati negli ultimi due campionamenti, divisi per la durata dell'intervallo di campionamento. |
C3 Transitions/sec is the rate that the CPU enters the C3 low-power idle state. The CPU enters the C3 state when it is sufficiently idle and exits this state on any interrupt. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
65 | % Tempo priorità |
% Priority Time |
66 | % Priority Time |
% Priority Time |
67 | % Tempo priorità indica la percentuale di tempo impiegata dal processore per l'esecuzione di thread non a bassa priorità. Viene calcolato misurando la percentuale di tempo impiegato dal processore per eseguire thread a bassa priorità o il thread inattivo e quindi sottraendo tale valore da 100% (a ogni processore è assegnato un thread inattivo in cui viene accumulato il tempo quando non vi sono altri thread pronti per l'esecuzione). Questo contatore mostra la percentuale media di tempo trascorso eseguendo lavoro utile durante l'intervallo di campionamento ad esclusione del lavoro in background a bassa priorità. Si noti che per calcolare se il processore è inattivo viene utilizzato un intervallo di campionamento interno del tick del clock di sistema. Il contatore % Tempo priorità potrebbe sottostimare l'utilizzo del processore, che potrebbe impiegare una notevole quantità di tempo per servire i thread tra l'intervallo di campionamento del clock di sistema. Le applicazioni timer basate su carichi di lavoro costituiscono un esempio di applicazioni la cui misurazione potrebbe non essere corretta, in quanto i timer vengono segnalati subito dopo il campionamento. |
% Priority Time is the percentage of elapsed time that the processor spends executing threads that are not low priority. It is calculated by measuring the percentage of time that the processor spends executing low priority threads or the idle thread and then subtracting that value from 100%. (Each processor has an idle thread to which time is accumulated when no other threads are ready to run). This counter displays the average percentage of busy time observed during the sample interval excluding low priority background work. It should be noted that the accounting calculation of whether the processor is idle is performed at an internal sampling interval of the system clock tick. % Priority Time can therefore underestimate the processor utilization as the processor may be spending a lot of time servicing threads between the system clock sampling interval. Workload based timer applications are one example of applications which are more likely to be measured inaccurately as timers are signaled just after the sample is taken. |
69 | Stato disattivazione |
Parking Status |
70 | Parking Status |
Parking Status |
71 | Stato disattivazione indica se un processore è disattivato o meno. |
Parking Status represents whether a processor is parked or not. |
73 | Frequenza processore |
Processor Frequency |
74 | Processor Frequency |
Processor Frequency |
75 | Frequenza processore indica la frequenza del processore corrente in megahertz. Alcuni processori sono in grado di regolare la propria frequenza al di fuori del controllo di Windows. Frequenza processore non rifletterà con precisione la frequenza del processore effettiva in questi sistemi. Usa Prestazioni processore % . |
Processor Frequency is the frequency of the current processor in megahertz. Some processors are capable of regulating their frequency outside of the control of Windows. Processor Frequency will not accurately reflect actual processor frequency on these systems. Use % Processor Performance instead. |
77 | % frequenza massima |
% of Maximum Frequency |
78 | % of Maximum Frequency |
% of Maximum Frequency |
79 | % frequenza massima indica la percentuale della frequenza massima del processore corrente. Alcuni processori sono in grado di regolare la propria frequenza al di fuori del controllo di Windows. % frequenza massima non rifletterà con precisione la frequenza del processore effettiva in questi sistemi. Usa Prestazioni processore %. |
% of Maximum Frequency is the percentage of the current processor's maximum frequency. Some processors are capable of regulating their frequency outside of the control of Windows. % of Maximum Frequency will not accurately reflect actual processor frequency on these systems. Use % Processor Performance instead. |
81 | Contrassegni stato processore |
Processor State Flags |
82 | Processor State Flags |
Processor State Flags |
85 | Sincronizzazione |
Synchronization |
86 | Synchronization |
Synchronization |
87 | L'oggetto prestazione Sincronizzazione è costituito da contatori relativi alla sincronizzazione del kernel. L'oggetto Sincronizzazione rappresenta ogni processore come un'istanza dell'oggetto stesso. |
The Synchronization performance object consists of counters for kernel synchronization. The synchronization object represents each processor as an instance of the object. |
89 | Acquisizioni spinlock/sec |
Spinlock Acquires/sec |
90 | Spinlock Acquires/sec |
Spinlock Acquires/sec |
91 | Acquisizioni spinlock/sec indica la frequenza delle acquisizioni di spinlock. Include le acquisizioni di spinlock di base, di spinlock in coda, di spinlock in coda nello stack e di spinlock condivisi. |
Spinlock acquires/sec is the rate of spinlock acquisitions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks acquisitions. |
93 | Conflitti spinlock/sec |
Spinlock Contentions/sec |
94 | Spinlock Contentions/sec |
Spinlock Contentions/sec |
95 | Conflitti spinlock/sec indica la frequenza dei conflitti di spinlock. Include i conflitti di spinlock di base, di spinlock in coda, di spinlock in coda nello stack e di spinlock condivisi. |
Spinlock contentions/sec is the rate of spinlock contentions. It includes the basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks contentions. |
97 | Rotazioni spinlock/sec |
Spinlock Spins/sec |
98 | Spinlock Spins/sec |
Spinlock Spins/sec |
99 | Rotazioni spinlock/sec indica la frequenza delle rotazioni degli spinlock. Include le rotazioni di acquisizione di spinlock di base, di spinlock in coda, di spinlock in coda nello stack e di spinlock condivisi. |
Spinlock spins/sec is the rate of spinlock spins. It includes the spins to acquire basic spinlocks, queued spinlocks, in-stack queued spinlocks, and shared spinlocks. |
101 | Richieste broadcast invio IPI/sec |
IPI Send Broadcast Requests/sec |
102 | IPI Send Broadcast Requests/sec |
IPI Send Broadcast Requests/sec |
103 | Richieste broadcast invio IPI/sec indica la frequenza delle richieste broadcast IPI. |
IPI Send Broadcast Requests/sec is the rate of IPI broadcast requests. |
105 | Richieste routine invio IPI/sec |
IPI Send Routine Requests/sec |
106 | IPI Send Routine Requests/sec |
IPI Send Routine Requests/sec |
107 | Richieste routine invio IPI/sec indica la frequenza delle richieste di routine IPI. |
IPI Send Routine Requests/sec is the rate of IPI routine requests. |
109 | Interrupt software invio IPI/sec |
IPI Send Software Interrupts/sec |
110 | IPI Send Software Interrupts/sec |
IPI Send Software Interrupts/sec |
111 | Interrupt software invio IPI/sec indica la frequenza di interrupt software. |
IPI Send Software Interrrupts/sec is the rate of software interrupts. |
113 | Totale inizializzazioni risorse esec./sec |
Exec. Resource Total Initialize/sec |
114 | Exec. Resource Total Initialize/sec |
Exec. Resource Total Initialize/sec |
115 | Frequenza delle operazioni di inizializzazione per le risorse esecutive. |
Frequency of initialization operations on Executive Resources. |
117 | Totale reinizializzazioni risorse esec./sec |
Exec. Resource Total Re-Initialize/sec |
118 | Exec. Resource Total Re-Initialize/sec |
Exec. Resource Total Re-Initialize/sec |
119 | Frequenza delle operazioni di reinizializzazione per le risorse esecutive. |
Frequency of re-initialization operations on Executive Resources. |
121 | Totale eliminazioni risorse esec./sec |
Exec. Resource Total Delete/sec |
122 | Exec. Resource Total Delete/sec |
Exec. Resource Total Delete/sec |
123 | Frequenza delle operazioni di eliminazione per le risorse esecutive. |
Frequency of delete operations on Executive Resources. |
125 | Totale acquisizioni risorse esec./sec |
Exec. Resource Total Acquires/sec |
126 | Exec. Resource Total Acquires/sec |
Exec. Resource Total Acquires/sec |
127 | Frequenza delle operazioni di acquisizione per le risorse esecutive. |
Frequency of acquire operations on Executive Resources. |
129 | Totale conflitti risorse esec./sec |
Exec. Resource Total Contentions/sec |
130 | Exec. Resource Total Contentions/sec |
Exec. Resource Total Contentions/sec |
131 | Frequenza dei conflitti relativi a risorse esecutive. |
Contention rate on Executive Resources. |
133 | Totale rilasci accesso esclusivo risorse esec./sec |
Exec. Resource Total Exclusive Releases/sec |
134 | Exec. Resource Total Exclusive Releases/sec |
Exec. Resource Total Exclusive Releases/sec |
135 | Frequenza dei rilasci dell'accesso esclusivo a risorse esecutive. |
Frequency of Exclusive releases on Executive Resources. |
137 | Totale rilasci accesso condiviso risorse esec./sec |
Exec. Resource Total Shared Releases/sec |
138 | Exec. Resource Total Shared Releases/sec |
Exec. Resource Total Shared Releases/sec |
139 | Frequenza dei rilasci dell'accesso condiviso a risorse esecutive. |
Frequency of Shared releases on Executive Resources. |
141 | Totale conversioni accesso da esclusivo a condiviso per risorse esec./sec |
Exec. Resource Total Conv. Exclusive To Shared/sec |
142 | Exec. Resource Total Conv. Exclusive To Shared/sec |
Exec. Resource Total Conv. Exclusive To Shared/sec |
143 | Frequenza delle operazioni di conversione in accesso condiviso per le risorse esecutive. |
Frequency of convert to shared operations on Executive Resources. |
145 | Tentativi AcqExclLite risorse esec./sec |
Exec. Resource Attempts AcqExclLite/sec |
146 | Exec. Resource Attempts AcqExclLite/sec |
Exec. Resource Attempts AcqExclLite/sec |
147 | Frequenza dei tentativi di acquisizione dell'accesso esclusivo a risorse esecutive da ExAcquireResourceExclusiveLite. |
Frequency of acquire exclusive attempts on Executive Resources from ExAcquireResourceExclusiveLite. |
149 | Acquisizioni AcqExcILite risorse esec./sec |
Exec. Resource Acquires AcqExclLite/sec |
150 | Exec. Resource Acquires AcqExclLite/sec |
Exec. Resource Acquires AcqExclLite/sec |
151 | Frequenza delle prime acquisizioni dell'accesso esclusivo da ExAcquireResourceExclusiveLite. |
Frequency of first exclusive acquires from ExAcquireResourceExclusiveLite. |
153 | Acquisizioni AcqExclLite accesso esclusivo ricorsivo risorse esec./sec |
Exec. Resource Recursive Excl. Acquires AcqExclLite/sec |
154 | Exec. Resource Recursive Excl. Acquires AcqExclLite/sec |
Exec. Resource Recursive Excl. Acquires AcqExclLite/sec |
155 | Frequenza delle acquisizioni dell'accesso esclusivo ricorsivo da parte di ExAcquireResourceExclusiveLite. |
Frequency of recursive exclusive acquires from ExAcquireResourceExclusiveLite. |
157 | Conflitti risorse esec. AcqExclLite/sec |
Exec. Resource Contention AcqExclLite/sec |
158 | Exec. Resource Contention AcqExclLite/sec |
Exec. Resource Contention AcqExclLite/sec |
159 | Frequenza delle attese durante i tentativi di acquisizione dell'accesso esclusivo da ExAcquireResourceExclusiveLite. |
Frequency of waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite. |
161 | Assenza attese risorse esec. AcqExclLite/sec |
Exec. Resource no-Waits AcqExclLite/sec |
162 | Exec. Resource no-Waits AcqExclLite/sec |
Exec. Resource no-Waits AcqExclLite/sec |
163 | Frequenza dell'assenza di attesa durante i tentativi di acquisizione dell'accesso esclusivo da ExAcquireResourceExclusiveLite. |
Frequency of no-waits during exclusive acquire attempts from ExAcquireResourceExclusiveLite. |
165 | Tentativi AcqShrdLite risorse esec./sec |
Exec. Resource Attempts AcqShrdLite/sec |
166 | Exec. Resource Attempts AcqShrdLite/sec |
Exec. Resource Attempts AcqShrdLite/sec |
167 | Frequenza dei tentativi di acquisizione dell'accesso condiviso a risorse esecutive da ExAcquireResourceSharedLite. |
Frequency of acquire shared attempts on Executive Resources from ExAcquireResourceSharedLite. |
169 | Acquisizioni AcqShrdLite accesso esclusivo ricorsivo risorse esec./sec |
Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec |
170 | Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec |
Exec. Resource Recursive Excl. Acquires AcqShrdLite/sec |
171 | Frequenza delle acquisizioni dell'accesso esclusivo ricorsivo da ExAcquireResourceSharedLite. |
Frequency of recursive exclusive acquires from ExAcquireResourceSharedLite. |
173 | Acquisizioni AcqShrdLite risorse esec./sec |
Exec. Resource Acquires AcqShrdLite/sec |
174 | Exec. Resource Acquires AcqShrdLite/sec |
Exec. Resource Acquires AcqShrdLite/sec |
175 | Frequenza delle prime acquisizioni dell'accesso condiviso da ExAcquireResourceSharedLite. |
Frequency of first shared acquires from ExAcquireResourceSharedLite. |
177 | Acquisizioni AcqShrdLite accesso condiviso ricorsivo risorse esec./sec |
Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec |
178 | Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec |
Exec. Resource Recursive Sh. Acquires AcqShrdLite/sec |
179 | Frequenza delle acquisizioni dell'accesso condiviso ricorsivo da ExAcquireResourceSharedLite. |
Frequency of recursive shared acquires from ExAcquireResourceSharedLite. |
181 | Conflitti risorse esec. AcqShrdLite/sec |
Exec. Resource Contention AcqShrdLite/sec |
182 | Exec. Resource Contention AcqShrdLite/sec |
Exec. Resource Contention AcqShrdLite/sec |
183 | Frequenza delle attese durante i tentativi di acquisizione da ExAcquireResourceSharedLite. |
Frequency of waits during acquire attempts from ExAcquireResourceSharedLite. |
185 | Assenza attese risorse esec. AcqShrdLite/sec |
Exec. Resource no-Waits AcqShrdLite/sec |
186 | Exec. Resource no-Waits AcqShrdLite/sec |
Exec. Resource no-Waits AcqShrdLite/sec |
187 | Frequenza dell'assenza di attesa durante i tentativi di acquisizione da ExAcquireResourceSharedLite. |
Frequency of no-waits during acquire attempts from ExAcquireResourceSharedLite. |
189 | Tentativi AcqShrdStarveExcl risorse esec./sec |
Exec. Resource Attempts AcqShrdStarveExcl/sec |
190 | Exec. Resource Attempts AcqShrdStarveExcl/sec |
Exec. Resource Attempts AcqShrdStarveExcl/sec |
191 | Frequenza dei tentativi di acquisizione dell'accesso condiviso a risorse esecutive da ExAcquireSharedStarveExclusive. |
Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedStarveExclusive. |
193 | Acquisizioni AcqShrdStarveExcl accesso esclusivo ricorsivo risorse esec./sec |
Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec |
194 | Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec |
Exec. Resource Recursive Excl. Acquires AcqShrdStarveExcl/sec |
195 | Frequenza delle acquisizioni dell'accesso esclusivo ricorsivo da ExAcquireSharedStarveExclusive. |
Frequency of recursive exclusive acquires from ExAcquireSharedStarveExclusive. |
197 | Acquisizioni AcqShrdStarveExcl risorse esec./sec |
Exec. Resource Acquires AcqShrdStarveExcl/sec |
198 | Exec. Resource Acquires AcqShrdStarveExcl/sec |
Exec. Resource Acquires AcqShrdStarveExcl/sec |
199 | Frequenza delle prime acquisizioni dell'accesso condiviso da ExAcquireSharedStarveExclusive. |
Frequency of first shared acquires from ExAcquireSharedStarveExclusive. |
201 | Acquisizioni AcqShrdStarveExcl accesso condiviso ricorsivo risorse esec./sec |
Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec |
202 | Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec |
Exec. Resource Recursive Sh. Acquires AcqShrdStarveExcl/sec |
203 | Frequenza delle acquisizioni dell'accesso condiviso ricorsivo da ExAcquireSharedStarveExclusive. |
Frequency of recursive shared acquires from ExAcquireSharedStarveExclusive. |
205 | Conflitti risorse esec. AcqShrdStarveExcl/sec |
Exec. Resource Contention AcqShrdStarveExcl/sec |
206 | Exec. Resource Contention AcqShrdStarveExcl/sec |
Exec. Resource Contention AcqShrdStarveExcl/sec |
207 | Frequenza delle attese durante i tentativi di acquisizione dell'accesso condiviso da ExAcquireSharedStarveExclusive. |
Frequency of waits during shared acquire attempts from ExAcquireSharedStarveExclusive. |
209 | Assenza attese risorse esec. AcqShrdStarveExcl/sec |
Exec. Resource no-Waits AcqShrdStarveExcl/sec |
210 | Exec. Resource no-Waits AcqShrdStarveExcl/sec |
Exec. Resource no-Waits AcqShrdStarveExcl/sec |
211 | Frequenza dell'assenza di attesa durante i tentativi dell'accesso condiviso da ExAcquireSharedStarveExclusive. |
Frequency of no-waits during shared acquire attempts from ExAcquireSharedStarveExclusive. |
213 | Tentativi AcqShrdWaitForExcl risorse esec./sec |
Exec. Resource Attempts AcqShrdWaitForExcl/sec |
214 | Exec. Resource Attempts AcqShrdWaitForExcl/sec |
Exec. Resource Attempts AcqShrdWaitForExcl/sec |
215 | Frequenza dei tentativi di acquisizione dell'accesso condiviso a risorse esecutive da ExAcquireSharedWaitForExclusive. |
Frequency of acquire shared attempts on Executive Resources from ExAcquireSharedWaitForExclusive. |
217 | Acquisizioni AcqShrdWaitForExcl accesso escl. ricorsivo risorse esec./sec |
Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec |
218 | Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec |
Exec. Resource Recursive Excl. Acquires AcqShrdWaitForExcl/sec |
219 | Frequenza delle acquisizioni dell'accesso esclusivo ricorsivo da ExAcquireSharedWaitForExclusive. |
Frequency of recursive exclusive acquires from ExAcquireSharedWaitForExclusive. |
221 | Acquisizioni AcqShrdWaitForExcl risorse esec./sec |
Exec. Resource Acquires AcqShrdWaitForExcl/sec |
222 | Exec. Resource Acquires AcqShrdWaitForExcl/sec |
Exec. Resource Acquires AcqShrdWaitForExcl/sec |
223 | Frequenza delle prime acquisizioni dell'accesso condiviso da ExAcquireSharedWaitForExclusive. |
Frequency of first shared acquires from ExAcquireSharedWaitForExclusive. |
225 | Acquisizioni AcqShrdWaitForExcl accesso condiviso ricorsivo risorse esec./sec |
Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec |
226 | Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec |
Exec. Resource Recursive Sh. Acquires AcqShrdWaitForExcl/sec |
227 | Frequenza delle acquisizione dell'accesso condiviso ricorsivo da ExAcquireSharedWaitForExclusive. |
Frequency of recursive shared acquires from ExAcquireSharedWaitForExclusive. |
229 | Conflitti risorse esec. AcqShrdWaitForExcl/sec |
Exec. Resource Contention AcqShrdWaitForExcl/sec |
230 | Exec. Resource Contention AcqShrdWaitForExcl/sec |
Exec. Resource Contention AcqShrdWaitForExcl/sec |
231 | Frequenza delle attese durante i tentativi di acquisizione dell'accesso condiviso da ExAcquireSharedWaitForExclusive. |
Frequency of waits during shared acquire attempts from ExAcquireSharedWaitForExclusive. |
233 | Assenza attese risorse esec. AcqShrdWaitForExcl/sec |
Exec. Resource no-Waits AcqShrdWaitForExcl/sec |
234 | Exec. Resource no-Waits AcqShrdWaitForExcl/sec |
Exec. Resource no-Waits AcqShrdWaitForExcl/sec |
235 | Frequenza dell'assenza di attesa durante i tentativi di acquisizione dell'accesso esclusivo da ExAcquireSharedWaitForExclusive. |
Frequency of no-waits during exclusive acquire attempts from ExAcquireSharedWaitForExclusive. |
237 | Impostazioni puntatore a proprietario accesso esclusivo risorse esec./sec |
Exec. Resource Set Owner Pointer Exclusive/sec |
238 | Exec. Resource Set Owner Pointer Exclusive/sec |
Exec. Resource Set Owner Pointer Exclusive/sec |
239 | Frequenza della routine ExSetResourceOwnerPointer per un proprietario dell'accesso esclusivo. |
Frequency of ExSetResourceOwnerPointer to an exclusive owner. |
241 | Impostazioni puntatore a proprietario accesso condiviso risorse esec. (nuovo proprietario)/sec |
Exec. Resource Set Owner Pointer Shared (New Owner)/sec |
242 | Exec. Resource Set Owner Pointer Shared (New Owner)/sec |
Exec. Resource Set Owner Pointer Shared (New Owner)/sec |
243 | Frequenza della routine ExSetResourceOwnerPointer per un nuovo proprietario di accesso condiviso. |
Frequency of ExSetResourceOwnerPointer to a new shared owner. |
245 | Impostazioni puntatore a proprietario accesso condiviso risorse esec. (proprietario esistente)/sec |
Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec |
246 | Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec |
Exec. Resource Set Owner Pointer Shared (Existing Owner)/sec |
247 | Frequenza della routine ExSetResourceOwnerPointer per un proprietario di accesso condiviso esistente. |
Frequency of ExSetResourceOwnerPointer to an existing shared owner. |
249 | Elevazione priorità proprietario accesso escl. risorse esec./sec |
Exec. Resource Boost Excl. Owner/sec |
250 | Exec. Resource Boost Excl. Owner/sec |
Exec. Resource Boost Excl. Owner/sec |
251 | Frequenza dell'elevazione della priorità del proprietario dell'accesso esclusivo durante l'attesa della risorsa esecutiva. |
Frequency of boosting exclusive ownwer when waiting for this Executive Resource. |
253 | Elevazione priorità proprietari accesso condiviso risorse esec./sec |
Exec. Resource Boost Shared Owners/sec |
254 | Exec. Resource Boost Shared Owners/sec |
Exec. Resource Boost Shared Owners/sec |
255 | Frequenza dell'elevazione della priorità dei proprietari dell'accesso condiviso durante l'attesa della risorsa esecutiva. |
Frequency of boosting shared ownwer(s) when waiting for this Executive Resource. |
257 | Traccia eventi per Windows |
Event Tracing for Windows |
258 | Event Tracing for Windows |
Event Tracing for Windows |
259 | I contatori inclusi in questo insieme fanno riferimento a metriche dell'ambiente di sistema relative alle prestazioni del sottosistema Traccia eventi per Windows. |
The counters in this collection refer to system-wide metrics about the performance of the Event Tracing for Windows subsystem. |
261 | Numero totale di provider distinti attivati |
Total Number of Distinct Enabled Providers |
262 | Total Number of Distinct Enabled Providers |
Total Number of Distinct Enabled Providers |
263 | Numero di provider di eventi distinti attivati per le sessioni di Traccia eventi per Windows. Più istanze di un provider vengono conteggiate una sola volta. |
Number of distinct event providers that are enabled to ETW sessions; multiple instances of a provider are counted only once. |
265 | Numero totale di provider distinti preattivati |
Total Number of Distinct Pre-Enabled Providers |
266 | Total Number of Distinct Pre-Enabled Providers |
Total Number of Distinct Pre-Enabled Providers |
267 | Numero di provider di traccia univoci attivati per una sessione di traccia ma non ancora registrati in Traccia eventi per Windows. |
Number of unique tracing providers that have been enabled to a trace session but have not yet registered with ETW. |
269 | Numero totale di provider distinti disattivati |
Total Number of Distinct Disabled Providers |
270 | Total Number of Distinct Disabled Providers |
Total Number of Distinct Disabled Providers |
271 | Numero di provider di traccia univoci registrati nel sottosistema di traccia ma non attivati per alcuna sessione di traccia. Più istanze registrate di un provider vengono conteggiate una sola volta. |
Number of unique tracing providers that are registered with the tracing subsystem but are not actively enabled to any trace session; multiple registered instances of a provider are counted only once. |
273 | Numero totale di sessioni attive |
Total Number of Active Sessions |
274 | Total Number of Active Sessions |
Total Number of Active Sessions |
275 | Numero di sessioni di Traccia eventi per Windows attualmente attive. |
Number of ETW tracing sessions currently active. |
277 | Utilizzo totale memoria - Pool di paging |
Total Memory Usage --- Paged Pool |
278 | Total Memory Usage --- Paged Pool |
Total Memory Usage --- Paged Pool |
279 | Dimensioni correnti della memoria di paging allocata per i buffer associati a tutte le sessioni attive (in byte). |
Current size of paged memory allocated for the buffers associated with all active sessions (in bytes). |
281 | Utilizzo totale memoria - Pool non di paging |
Total Memory Usage --- Non-Paged Pool |
282 | Total Memory Usage --- Non-Paged Pool |
Total Memory Usage --- Non-Paged Pool |
283 | Dimensioni correnti della memoria non di paging allocata per i buffer associati a tutte le sessioni attive (in byte). |
Current size of non-paged memory allocated for the buffers associated with all active sessions (in bytes). |
285 | Sessione di Traccia eventi per Windows |
Event Tracing for Windows Session |
286 | Event Tracing for Windows Session |
Event Tracing for Windows Session |
287 | I contatori inclusi in questo insieme fanno riferimento a singole sessioni di Traccia eventi per Windows. |
The counters in this collection are related to individual Event Tracing for Windows sessions. |
289 | Utilizzo memoria buffer - Pool di paging |
Buffer Memory Usage -- Paged Pool |
290 | Buffer Memory Usage -- Paged Pool |
Buffer Memory Usage -- Paged Pool |
291 | Dimensioni correnti della memoria di paging allocata per i buffer associati alla sessione (in byte). |
Current size of paged memory allocated for the buffers associated with this session (in bytes). |
293 | Utilizzo memoria buffer - Pool non di paging |
Buffer Memory Usage -- Non-Paged Pool |
294 | Buffer Memory Usage -- Non-Paged Pool |
Buffer Memory Usage -- Non-Paged Pool |
295 | Dimensioni correnti della memoria non di paging allocata ai buffer associati alla sessione (in byte). |
Current size of non-paged memory allocated for the buffers associated with this session (in bytes). |
297 | Eventi registrati al secondo |
Events Logged per sec |
298 | Events Logged per sec |
Events Logged per sec |
299 | Frequenza con cui gli eventi vengono registrati nella sessione dai provider attivati per essa (eventi/sec). |
Rate at which events are logged to this session by providers that are enabled to this session (events/sec). |
301 | Eventi persi |
Events Lost |
302 | Events Lost |
Events Lost |
303 | Numero totale di eventi non registrati correttamente dall'inizio della sessione di traccia. Gli eventi vengono persi a causa dello spazio limitato nei buffer della sessione. Per evitare la perdita di eventi, considerare la possibilità di aumentare le dimensioni del buffer o il numero di buffer. |
Total number of events that were not successfully logged since the start of the tracing session. Events are lost due to limited space in the session's buffers. To avoid lost events, consider increasing the buffer size or the number of buffers. |
305 | Numero di consumer in tempo reale |
Number of Real-Time Consumers |
306 | Number of Real-Time Consumers |
Number of Real-Time Consumers |
307 | Numero di consumer attualmente utilizzati per la lettura degli eventi della sessione in modalità tempo reale. |
Number of consumers currently reading events from this session in real-time mode. |
309 | SynchronizationNuma |
SynchronizationNuma |
311 | L'oggetto prestazione Sincronizzazione è costituito da contatori relativi alla sincronizzazione del kernel. L'oggetto Sincronizzazione rappresenta ogni processore come un'istanza dell'oggetto stesso. I contatori vengono aggregati in base alla topologia NUMA del sistema. |
The Synchronization performance object consists of counters for kernel synchronization. The synchronization object represents each processor as an instance of the object. The counters are aggregated based on the system NUMA topology. |
327 | Richieste broadcast invio IPI/sec indica la frequenza delle richieste di broadcast IPI. |
IPI Send Broadcast Requests/sec is the rate of IPI broadcast requests. |
451 | Frequenza delle acquisizioni dell'accesso condiviso ricorsivo da ExAcquireSharedWaitForExclusive. |
Frequency of recursive shared acquires from ExAcquireSharedWaitForExclusive. |
481 | Il set di contatori delle prestazioni Attività disco file system comprende i contatori che misurano l'aspetto dell'attività di I/O del file system. Questo set di contatori misura il numero di byte letti dal file system e scritti sull'unità disco. |
The FileSystem Disk Activity performance counter set consists of counters that measure the aspect of filesystem's IO Activity. This counter set measures the number of bytes filesystem read from and wrote to the disk drive. |
483 | Attività disco file system |
FileSystem Disk Activity |
484 | FileSystem Disk Activity |
FileSystem Disk Activity |
485 | Totale byte dell'unità disco letti dal file system |
Total Bytes Read by the FileSystem from disk drive |
487 | Byte letti dal file system |
FileSystem Bytes Read |
488 | FileSystem Bytes Read |
FileSystem Bytes Read |
489 | Totale byte dell'unità disco scritti dal file system |
Total Bytes Written by the FileSystem from disk drive |
491 | Byte scritti dal file system |
FileSystem Bytes Written |
492 | FileSystem Bytes Written |
FileSystem Bytes Written |
501 | L'insieme di contatori delle prestazioni per le informazioni sulla zona termica è costituito da contatori che misurano i parametri di ogni singola zona termica nel sistema. |
The Thermal Zone Information performance counter set consists of counters that measure aspects of each thermal zone in the system. |
503 | Informazioni zona termica |
Thermal Zone Information |
504 | Thermal Zone Information |
Thermal Zone Information |
505 | Temperatura della zona termica in gradi Kelvin. |
Temperature of the thermal zone, in degrees Kelvin. |
507 | Temperatura |
Temperature |
508 | Temperature |
Temperature |
509 | % limite passivo è il limite attualmente imposto dalla zona termica ai dispositivi che controlla. Un limite del 100% indica che i dispositivi non sono vincolati. Un limite dello 0% indica che i dispositivi sono completamente vincolati. |
% Passive Limit is the current limit this thermal zone is placing on the devices it controls. A limit of 100% indicates the devices are unconstrained. A limit of 0% indicates the devices are fully constrained. |
511 | % limite passivo |
% Passive Limit |
512 | % Passive Limit |
% Passive Limit |
513 | Motivi limitazione indica i motivi per cui la zona termica limita le prestazioni dei dispositivi che controlla. |
Throttle Reasons indicate reasons why the thermal zone is limiting performance of the devices it controls. |
515 | Motivi limitazione |
Throttle Reasons |
516 | Throttle Reasons |
Throttle Reasons |
517 | Temperatura della zona termica, in decimi di gradi Kelvin. |
Temperature of the thermal zone, in tenths of degrees Kelvin. |
519 | Temperatura ad alta precisione |
High Precision Temperature |
520 | High Precision Temperature |
High Precision Temperature |
777 | Il rapporto interrupt del clock/secondo indica la frequenza media, in eventi al secondo, con cui il processore ha ricevuto e servito gli interrupt dei tick del clock. In questo contatore viene visualizzata la differenza tra i valori osservati negli ultimi due campioni, diviso la durata dell'intervallo dei campioni. |
Clock Interrupts/sec is the average rate, in incidents per second, at which the processor received and serviced clock tick interrupts. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
779 | Il tempo medio di inattività indica la durata media dell'inattività in unità di 100 ns osservata tra gli ultimi due campioni. |
Average Idle Time is the average idle duration in 100ns units observed between the last two samples. |
781 | Il rapporto eventi interruzione inattività/secondo indica la frequenza media, in eventi al secondo, con cui il processore si riattiva da uno stato di inattività. Questo contatore visualizza la differenza tra i valori osservati negli ultimi due campioni, diviso la durata dell'intervallo dei campioni. |
Idle Break Events/sec is the average rate, in incidents per second, at which the processor wakes from idle. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. |
783 | Le prestazioni del processore indicano le prestazioni medie del processore mentre esegue le istruzioni, espresse come percentuale delle prestazioni nominali del processore. In alcuni processori questo valore può superare il 100%. Alcuni processori sono in grado di regolare la propria frequenza al di fuori del controllo di Windows. Le prestazioni del processore rifletteranno con precisione le prestazioni di questi processori. |
Processor Performance is the average performance of the processor while it is executing instructions, as a percentage of the nominal performance of the processor. On some processors, Processor Performance may exceed 100%. Some processors are capable of regulating their frequency outside of the control of Windows. Processor Performance will accurately reflect the performance of these processors. |
785 | L'utilità del processore indica la quantità di lavoro completato da un processore, espressa come percentuale della quantità di lavoro che il processore può completare con prestazioni nominali e senza periodi di inattività. In alcuni processori questo valore può superare il 100%. |
Processor Utility is the amount of work a processor is completing, as a percentage of the amount of work the processor could complete if it were running at its nominal performance and never idle. On some processors, Processor Utility may exceed 100%. |
787 | L'utilità con privilegi indica la quantità di lavoro completato da un processore in esecuzione in modalità privilegiata, espressa come percentuale della quantità di lavoro che il processore può completare con prestazioni nominali e senza periodi di inattività. In alcuni processori questo valore può superare il 100%. |
Privileged Utility is the amount of work a processor is completing while executing in privileged mode, as a percentage of the amount of work the processor could complete if it were running at its nominal performance and never idle. On some processors, Privileged Utility may exceed 100%. |
789 | % limite prestazioni indica le prestazioni garantite dal processore come percentuale delle relative prestazioni nominali. Le prestazioni possono essere limitate dai Criteri risparmio energia di Windows o dalla piattaforma a causa di allocazione energia elettrica, surriscaldamento o altri problemi hardware. |
% Performance Limit is the performance the processor guarantees it can provide, as a percentage of the nominal performance of the processor. Performance can be limited by Windows power policy, or by the platform as a result of a power budget, overheating, or other hardware issues. |
791 | Flag limiti prestazioni indica i motivi della limitazione delle prestazioni del processore. |
Performance Limit Flags indicate reasons why the processor performance was limited. |
999 | Interrupt clock/sec |
Clock Interrupts/sec |
1000 | Clock Interrupts/sec |
Clock Interrupts/sec |
1001 | Tempo medio inattività |
Average Idle Time |
1002 | Average Idle Time |
Average Idle Time |
1003 | Eventi interruzione inattività/sec |
Idle Break Events/sec |
1004 | Idle Break Events/sec |
Idle Break Events/sec |
1005 | Prestazioni processore % |
% Processor Performance |
1006 | % Processor Performance |
% Processor Performance |
1007 | % utilità processore |
% Processor Utility |
1008 | % Processor Utility |
% Processor Utility |
1009 | % utilità con privilegi |
% Privileged Utility |
1010 | % Privileged Utility |
% Privileged Utility |
1011 | % limite prestazioni |
% Performance Limit |
1012 | % Performance Limit |
% Performance Limit |
1013 | Flag limiti prestazioni |
Performance Limit Flags |
1014 | Performance Limit Flags |
Performance Limit Flags |