Use Processor attributes to create situations that monitor information about each processor on the computer. Processor is a multiple-instance attribute group. You cannot mix these attributes with those of any other multiple-instance group.
% DPC Time The percentage of processor time spent processing Deferred Procedure Calls (DPCs) during the sample interval. Valid values are positive integers.
% Interrupt Time The percentage of processor time spent processing hardware interrupts during the sample interval.
% Privileged Time The percentage of elapsed time that a processor has been busy executing instructions in non-idle privileged mode. Valid values are positive integers in the range 0 to 100 (expressing a percentage) and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 85% of elapsed time, enter 85.
% Processor Time The percentage of elapsed time that a processor has been busy executing non-idle threads. Valid values are positive integers in the range 0 to 100 (expressing a percentage) and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 23%, enter 23.
% User Time The percentage of elapsed time a processor has been busy executing instructions in non-idle user mode. Valid values are positive integers in the range 0 to 100 (expressing a percentage) and can include the use of the *AVG, *MIN, *MAX, or *SUM functions. For example, to express 12% user time, enter 12.
APC Bypasses/sec The rate at which Kernel APC interrupts were avoided. This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. Valid values are positive integers.
DPC Bypasses/sec The rate at which Deferred Procedure Calls (DPCs) on all processors were avoided. (DPCs are interrupts that run at a lower priority than standard interrupts). This counter displays the difference between the values observed in the last two samples, divided by the duration of the sample interval. Valid values are positive integers.
DPC Rate The rate at which Deferred Procedure Calls (DPCs) are added to the processor's DPC queue between the timer ticks of the processor clock. This is not the number of DPCs in the queue. Valid values are positive integers.
DPC Queued/sec The overall rate at which Deferred Procedure Calls (DPCs) are added to the processor's DPC queue. This is 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. Valid values are positive integers.
Interrupts/Sec The average number of interrupts a processor has processed per second. Valid values are positive integers in the range 0 to 2147483647 and can include the use of the *MIN, *MAX, or *SUM functions. For example, to express 512 for the average number of interrupts per second, enter 512.
Processor Name The name of a processor. Valid format is a text string of up to 64 characters. For example, SYS1.
Server Name The name of the managed system. Valid format is a text string of up to 64 characters.
Timestamp The date and time the Tivoli Enterprise Monitoring Server samples the data. Standard 16-character date/time format (CYYMMDDHHMMSSmmm), where:
C |
Century (0 for 20th, 1 for 21st) |
YY |
Year |
MM |
Month |
DD |
Day |
HH |
Hour |
MM |
Minute |
SS |
Second |
mmm |
Millisecond |
Use simple text strings as described above. For example, enter 0971009130500000 to express October 9, 1997, 1:05:00 pm.