Днешната сесия за въпроси и отговори ни идва с любезното съдействие на SuperUser - подразделение на Stack Exchange - обединяване на уеб сайтове с въпроси и отговори.
Въпроса
Reader на SuperUser KCArpe иска да разбере как може да види кой Chrome раздел използва какви системни ресурси:
How do I identify which process belongs to which tab in Google Chrome?
Normally, I have a (ridiculously) large number of tabs open. If I need to free memory on my box, I would like to choose based on tab/process memory footprint.
Тъй като гледането в Task Manager просто дава десетки идентични записи chrome.exe, как може да го каже?
Отговорите
In chrome://memory-redirect/, you can see all open processes (tabs, plugins, extensions, etc.), including their private memory usage and their PID.
Using the PID, you can kill the corresponding process from a Command Prompt / Terminal:
Windows: taskkill /PID
Linux: kill
Chrome has it’s own in-built task manager which makes it easy to identify which process belongs to which tab(s). You can access it by the hotkey Shift+Esc or by right clicking on the title bar and selecting “Task Manager”.
Chrome also has a more detailed memory page which can be accessed by opening a new tab and entering chrome://memory-redirect/ into the omnibox. It can also be accessed via the “Stats for nerds” link in the Task Manager.
Имате ли нещо, което да добавите към обяснението? Звучи в коментарите. Искате ли да прочетете повече отговори от други потребители на Stack Exchange? Вижте цялата тема на дискусията тук.