On my post yesterday on Google Chrome I mentioned that one of my kvetches about it was that there was no way to tell which chrome.exe process is associated with what tab. It turns out that this is incorrect. I’ll overview how to do this in this post.
There are actually two different ways to determine this, one’s more user friendly, and one’s for people who want more control than what the first method offers.
Using Google Chrome Task Manager
Google Chrome actually includes its own mini-Task Manager that shows all your tabs and plugins. This Task Manager is similar to Windows’ in that you can see memory and CPU usage and can end tab or plugin processes, but that’s about it. So, this is useful for those who just want a quick overview of resource usage and be able to terminate a tab or plugin. Here’s a little walk through on how to access Google Chrome’s Task Manager:
Step 1: Right click on the browser right above where the tabs are located. Then click on Task Manager.
The Google Chrome Task Manager appears. From here you can view which tab or plugin is using how much resources, and terminate them if needed.
Using Windows Task Manager
For users that want a bit more control than what Chrome’s Task Manager allows, there is an alternative manner of going about this. This method involves finding out the tab’s PID (Process Identier) number and then using Windows Task Manager to find that process. Again, here’s a little visual walkthrough:
Step 1: In Chrome, type about:memory into the Address Bar. This will take you to an overview of the processes Chrome is currently running. Here you can see an in-depth overview of the amount of memory and type of memory (physical or virtual) the browser and specific tabs are using. Take particular note of the PID column on the left-side of the screen.
Step 2: Open the Windows Task Manager. You can do this by simultaneously pressing Control-Shift-Escape on your keyboard, or by going to Start > Run (or just Start in Vista) and typing in taskmgr.exe and pressing Enter.
Step 3: In the Windows Task Manager, click View and select Select Columns….
Step 4: In the Select Columns dialog box, click the checkbox beside PID (Process Identifier) and then click the ok button.
You will now see that Windows Task Manager has a PID column. You can reference these numbers to the numbers on about:memory to determine which tab is connected to which process.
Hopefully this guide helped you understand that in just a few simple steps you can manage your Google Chrome tab processes.