Finding which firefox thread is misbehaving


 
Thread Tools Search this Thread
Top Forums Web Development Finding which firefox thread is misbehaving
# 1  
Old 06-15-2009
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
# 2  
Old 06-23-2009
You can middle click the tab that does not respond to close it, even if it's not the active one.

Also you can use ps axum to see CPU usage by threads.

It is expected that full thead management will be implemented in 3.5 version.

--

Last edited by vbe; 06-23-2009 at 05:48 AM.. Reason: rm URL
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Red Hat

Finding version of firefox in directory

I have a unique situation, I have a RHEL OS but also a file path that has a OS image (it is not the image running on the machine) if I run fire fox -version it will give me the version of the actively installed FF however I need to know if the version of FF sitting in the non active path is the... (4 Replies)
Discussion started by: cybersecEG
4 Replies

2. Shell Programming and Scripting

curl misbehaving

Hi friends, I have a text file of the following kind input.txt -o abc.pdf "pdfmyurl.com?url=http://www.abc.com" I am using this command for i in `cat input.txt`; do curl $i; done It is giving the error try 'curl --help' or 'curl --manual' for more information Any... (5 Replies)
Discussion started by: jacobs.smith
5 Replies

3. Shell Programming and Scripting

Shell Command for finding out Firefox version

Hi I need a shell command for finding out Firefox browser verion on linux machine. Waiting for your reply. Thanks and Regards, Kammy. (0 Replies)
Discussion started by: kjannu
0 Replies

4. Programming

How to cancel a thread safely from the initial thread?

how about asynchronous canceling? or with signal? if with signal whether it effects the process? my english so badly :( :( (1 Reply)
Discussion started by: alan.zhao
1 Replies
Login or Register to Ask a Question