The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Special Forums > Web Programming, Web 2.0 and Mashups
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 06-15-2009
mgb mgb is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 20
Question Finding which firefox thread is misbehaving

Hello,

I am trying to find out how to determine which firefox thread is connected to what site. Using:


Code:
top -H

shows the threads but not what they are connected to. The purpose of this is that some sites run nasty cpu eating programs and trying to figure out which ones.

Thanks,

mgb