Green color means that the thread is runnable and eligible for
receiving CPU time by the scheduler. This does not mean that the thread has
in fact consumed CPU time, only that the thread was ready to run and was not
blocking or sleeping. How much CPU time a thread is allotted, depends on various
other factors such as general system load, the thread's priority and the scheduling
algorithm.
Orange color means that the thread is waiting.
The thread is sleeping and will be woken up either by a timer or by another thread.
Red color means that the thread is blocking.
The thread has is trying to enter a synchronized code section
or a synchronized method whose monitor is currently held
by another thread.
Light blue color means that the thread is in Net I/O.
The thread is waiting for a network operation of the java library
to complete. This thread state occurs if a thread is listening for socket connections
or if it is waiting to read or write data to a socket.
The selection is performed once you press the enter key. The combo box contains all entries performed during the current session. The [Reset filters] button can be used to remove all filters.
scale mode selector button in the lower right corner of the view.In this mode, the time scale on the time axis does not change with time and the time axis can be scrolled with the scrollbar on the bottom which appears if the total time span does not fit into the current view size. If the current time is visible, the view is in auto-follow mode where the time axis is scrolled automatically when new data arrives to always show the current time. If you are not in auto-follow mode, because you scrolled back in time, just move the scrollbar to the right end of the time scale to re-enable auto-following.
You can adjust the scale of the time axis by zooming in or out.
Zooming in increases
the level of detail while
zooming out decreases
it. You change the zoom level by
scale mode selector button in the lower right corner of the view.The time scale on the time axis is adjusted continuously in order to show the total time span in the current size of the view. Zooming is not possible in this mode.