Sesi Tanya & Jawab Hari ini hadir untuk memberi kami SuperUser - subdivisi Stack Exchange, pengelompokan situs web Q & A berbasis komunitas.
Pertanyaan
Pembaca SuperUser KCArpe ingin tahu bagaimana dia dapat melihat tab Chrome mana yang menggunakan sumber daya sistem apa:
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.
Karena mencari di Task Manager hanya menghasilkan puluhan entri chrome.exe yang identik, bagaimana dia bisa tahu?
Jawaban
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.
Memiliki sesuatu untuk ditambahkan ke penjelasan? Bicaralah di komentar. Ingin membaca lebih banyak jawaban dari pengguna Stack Exchange yang paham teknologi lainnya? Lihat diskusi lengkap di sini.