view processes that are running

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

view processes that are running

Cole, Richard W (HEALTH)
Dear imagers,

Is there any way to view what processes are running w/in Fiji?   I am trying to determine if one of the plug-ins is hanging up or just taking a really long time.

Thanks in advance.

Rich


Richard Cole
Research Scientist V
Director: Advanced Light Microscopy & Image Analysis Core
Wadsworth Center
 
Research Assistant Professor
Dept. of Biomedical Sciences
School of Public Health State University of New York

120 New Scotland Avenue, Albany N.Y. 12208
518-474-7048 Phone
518-408-1730 Fax

Website http://www.wadsworth.org/research/cores/alm
 twitter.com/microscopejock

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html
Reply | Threaded
Open this post in threaded view
|

Re: view processes that are running

Michael Schmid
On 2016-07-13 13:50, Cole, Richard W (HEALTH) wrote:
 > Is there any way to view what processes are running w/in Fiji?   I am
 > trying to determine if one of the plug-ins is hanging up or just
 > taking a really long time.

Hi Rich,

you can use Plugins>Utilities>Threads

Ignore the first Thread group (system threads) and everything with AWT
as well as the DestroyJavaVM thread.

You may see also several ImageJ threads for user input, such as
zSelector and ThresholdAdjuster, and you will see a plugin named
"Threads", which lists the threads.

For processes that run in parallel threads on multiprocessor machines
(e.g. most of the ImageJ built-in filters in Process>Filters), there
will be several threads.

Michael

--
ImageJ mailing list: http://imagej.nih.gov/ij/list.html