This utility regularly posts events on the event thread, and measures processing time. This should never be more than 500ms (warnLevel below). See org.das2.util.awt.LoggingEventQueue, which was a similar experiment from 2005. This now monitors the event thread for hung events. Bugs found: https://sourceforge.net/p/autoplot/bugs/863/ If the file HOME/autoplot_data/log/request_dump.txt is found, this will trigger a heap dump and the file will be deleted.
add to the information.
show all the events on the event thread by unqueuing and requeuing them. This should not be used in production use.
set to the name of a file where event thread response times will be logged. This should be a folder local to the machine.