Admin Console - Debug tab

In the Debug tab is a list of Daemon threads, which when expanded displays detailed information on all of the threads the clock uses to communicate with the application. This information is provided:

  • When the thread is running, (Running) is displayed next to the thread name. If (Stopped) is displayed, the thread is not running. This can mean an error has occurred or the thread was intentionally stopped. The tasks and processes this thread controls is not being performed. For more information on the types of threads and the processes they control, see Clock Process Threads.
  • When the thread will run next is displayed under Schedule. Expand Schedule to view the thread’s schedule details. This is useful in determining if a thread is running too often or not often enough.
  • When the thread ran last. The Last Run Time is displayed under Schedule and then Time Task. If the last run time is beyond the expected time, examine the Log tab for possible errors. If the thread is running infrequently, the actions that the process executes may not be running as expected. For example, if the DBUpdate thread, which retrieves data from the application, is running infrequently, the clock’s database may have stale data.