PC NTMMTA: Using Performance Monitor with MMTALast reviewed: May 28, 1996Article ID: Q130288 |
The information in this article applies to:
SUMMARYThis article describes how to monitor CPU utilization in Microsoft Windows NT when you run either the Microsoft Mail Multitasking MTA for Windows NT (NT MMTA) or the Microsoft Mail Multitasking MTA for OS/2 (MMTA).
MORE INFORMATIONIf you run multiple instances of the MMTA, it may create a situation where the CPU cannot adequately service all processes running on that machine. You can detect this situation by using the Windows NT application Performance Monitor (found in the Administrative Tools group). To detect this situation, first check the %Processor Time counter. %Processor Time is expressed as a percentage of the elapsed time that a processor is busy executing a non-Idle thread. It can be viewed as the fraction of the time spent doing useful work. Each processor is assigned an Idle thread in the Idle process that consumes those unproductive processor cycles not used by any other threads.
To monitor %Processor Time
To further analyze this situation, it is possible to monitor an individual process' %Processor Time. Process - %Processor Time is the percentage of elapsed time that all of the threads of this process used in order for the processor to execute instructions. An instruction is the basic unit of execution in a computer; a thread is the object that executes instructions, and a process is the object created when a program is run. Code executed to handle certain hardware interrupts or trap conditions may be counted for this process.
To monitor individual External and Dispatch processes
Also, if the machine running External and Dispatch is also running other network applications, then monitor these processes. If any one process is taking an inordinate amount of CPU time, move that process to another Windows NT machine to improve External's performance. Performance monitor might show 100 percent CPU utilization when SCHDIST.EXE is running. Schdist is running normally under Windows NT, and the Performance Monitor is giving an incorrect reading on CPU utilization.
|
Additional reference words: 3.50 process
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |