Today at Geek School we will teach you how to control your computer with the built-in tools provided by Windows, Task Manager and Resource Monitor.

NAVIGATION

  1. Using Task Scheduler to Run Processes Later
  2. Using the Event Viewer to Troubleshoot Issues
  3. Understanding Hard Drive Partitioning with Disk Management
  4. Learn to Use Registry Editor Like a Pro
  5. Monitoring Your PC with Resource Monitor and Task Manager
  6. Understanding the Advanced System Properties Panel
  7. Understanding and Managing Windows Services
  8. Using the Group Policy Editor to Customize Your PC
  9. Understanding Windows Administration Tools

Keeping track of resources on your computer is one of the proud geek traditions that will probably never die — instead it has spread to smartphones and tablets, with task manager utilities being among the most popular apps for a long time.

The biggest problem with Windows is that when you’re trying to monitor resources, there are too many utilities to choose from. So, today we are going to look at some of the useful features of Task Manager and Resource Monitor.

It’s worth noting that if you haven’t already read our series on using SysInternals tools, this would be a great time to do so. Process Explorer is an extremely powerful tool that can help you manage tasks and see what’s going on.

Task Manager

Everyone knows how to use the Task Manager, including people who know next to nothing about Windows. They press CTRL + ALT + DEL and then select Task Manager from the list because they don’t know that you should use CTRL + SHIFT + ESC instead to launch it immediately. And then they close any process that Windows says is hanging.

Luckily, Microsoft has greatly expanded the Task Manager with many new and useful features to help you take better control of your PC.

clip_image003

If you double-click on the left side of the window, where all the little graphs are, the task manager will turn into a great little system monitor that you can install on one of your monitors to keep an eye on what’s going on.

clip_image004

If you double-click on the right side of the screen instead, you can expand the particular graph you were looking at and use it as a monitor. In this case, we have selected the CPU Monitor, which shows a graph like this.

clip_image005

Tip: You can use the Options -> Always on Top option to keep the Task Manager on top of all other windows, which is very useful when displayed as a mini graph.

Application History

The Application History tab shows the resource usage of applications over time, whether they are currently running or not. This can be very useful for troubleshooting problems that may have occurred while you were not in front of your computer.

clip_image006

The only problem is that by default, the Application Log tab only shows processes related to Windows Metro apps, which doesn’t make sense when you consider that you have to use the Task Manager on your desktop to see this tab in the first place. .

Luckily, you can go to Settings -> Show history of all processes and then you will see everything listed, including regular Windows apps.

clip_image007

run

Much has been written about how Microsoft has added the ability to manage their startup apps in Task Manager, and the Startup tab is pretty easy to use. So today we’ll just note that the «Startup Impact» column is important for understanding what’s slowing your system to boot, and when you’re watching your PC or anyone else, you should take a look at that.

clip_image008

Analyze the wait chain

One of the new options added to the Task Manager in recent versions was the «Analyze Wait Chain» option when right-clicking on a task in the Details view. This allows you to see which processes are waiting for a resource that is being used by another process.

This means that if you have an application hanging for some reason, you can analyze the wait chain to see if it is waiting for something that is being used.

clip_image009

For example, we printed from Word and then used this option during the printing process to see what would happen. In this case, Word was waiting for splwow64.exe, which handles printing from 32-bit applications.

clip_image010

It’s worth noting that because Word is written correctly, the GUI doesn’t actually hang while another process is waiting.

Resource Monitor

When Task Manager just isn’t enough to keep track of CPU, memory, disk or network usage, you’ll probably want to turn to Resource Monitor, which is the best tool to keep track of all these things in a simple and concise way.

The initial view shows an overview with separate sections for CPU, Memory, Disk, Network, with sortable columns so you can see very quickly what is using your resources. You can also use the tabs to drill down into one of the resources if you need to.

While the charts on the right side are fun, they’re often a waste of space on a smaller screen, so you can hide them with the round arrow button if needed.

clip_image011

If you want to really dive in, you can use the checkboxes to the left of the list to select a process, and then everything else in the interface will display resource usage for that process only. So if you are running a heavy process on the command line and have cmd.exe selected as the process, the other panels will only show the resource usage for that process.

clip_image012

The CPU tab gives you a better idea of ​​the CPU usage and contains a really useful feature — handle search.

Basically, if a process has locked a file or folder and you’re not sure which process it is, you can paste the file’s name into the search box and quickly figure it out. You can also end the process from here if you wish, although we recommend that you close this application in the usual way so as not to lose data.

clip_image013

The Memory tab gives you an additional view that shows you a histogram of memory usage. It also gives you a little graph that shows the physical memory used as a percentage, which can also be handy.

clip_image014

When you look at the histogram, one of the things you’ll probably notice, and be a little surprised by, is that the «Free» memory column is there with 0 MB of free space. But it’s good!

Memory that is not being used for something is a waste of resources, so Windows tries to always ensure that your memory is completely filled with useful stuff (so you don’t have to load things from a much slower hard drive)… but it can remove low priority DLLs or processes from RAM whenever your application needs more memory.

So, ideally, if you’re running an application that requires a function from a shared DLL, the main executable and function can already be in backing memory and shouldn’t be read from disk at all.

Bottom line: if the graph is green most of the time, you probably need to upgrade your RAM or run fewer things at the same time.

clip_image015

Something that needs a bit more explanation are terms related to memory usage. Over the years, the confusion has left many people with the wrong idea about how Windows manages memory, especially since modern versions of Windows perform much better. Based on the screenshot above, here’s what each of the columns actually means:

The Network tab is very useful because it has features that are usually required for the command line or third-party utilities: you can view a list of current TCP connections and even see what processes on the computer are currently listening on a port, and whether Windows Firewall will allow connect other computers or not.

clip_image016

Saving multiple configuration settings

You can use Resource Monitor for different purposes at different times, for example, if you want to quickly see which applications have open ports, open Resource Monitor, select Network, and then open the listening ports panel and collapse. others so you can see it.

Or you might want to do something completely different, like look up handles, or see what application is using the hard drive the most.

One of the great features of Resource Monitor is the ability to arrange panels the way you want and then save them as a configuration set. Just go to File -> Save Settings As.

clip_image017

Instead of using Load Settings, you can create a shortcut to the settings file to open that particular configuration set. Or you can use the Jump Lists feature by right clicking on the icon and selecting one of the last items in the list.

clip_image018

And, since you can have multiple instances of Resource Monitor open, this is especially useful.

Похожие записи