Various diagnostic tools are available to identify multi-user operating system. We shall look at some of them below;
Task Manager
The information in the Task Manager can be misleading if you don’t have a good understanding of the Windows memory architecture. A more accurate assessment of the desktop’s memory is at the bottom of the window, which in this example says Physical Memory: 65%. This means the computer is using 65% of physical memory, a fact verified in the Memory bar chart.
But what about the Physical Memory being Free = 0? Well, in this case, free refers to free memory pages that are not in cache and have not been written to.
The CPU usage data is more straightforward. In Figure 1 above, there are two graphs in the CPU Usage History. This indicates two processors — or cores. The bar chart matches the CPU Usage: 31% in the bottom of the Task Manager window.
To determine which processes are the top hitters for memory, CPU and other resources, click the Processes tab. Or you can click Resource Monitor in Performance tab. The resulting console shows dynamic CPU, disk, network and memory graphs, as well as top processes in the drop-down bars, as shown in Figure
this example, the memory information has been expanded. Each column can be sorted for additional troubleshooting data. Note that svchost.exe is a generic process that many system resources and applications can run under. In the Processes tab, we see only svchost.exe and a process ID to look up. But in Resource Monitor, we see the actual service or app in parentheses (see the red circles in Figure comparing the two).
PerfMon
If you want to use Performance Monitor (PerfMon), you can launch it from Monitoring System Activity with Performance Monitor, which is under Learn More on this screen. Additional data can be extracted for experienced personnel by setting specific counters and then analyzing the data in PerfMon.
PerfMon is beyond the scope of this article, but for those familiar with Performance Monitor in earlier versions of Windows, note that Windows Vista and Windows Server 2008’s Resource Monitor have very powerful and convenient options. Fortunately, performance logs taken on Windows XP or Windows Server 2003 can be fed into Resource Monitor on Vista or 2008, and they can use many of the features in the new user interface.