Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The Debugging section of the admin console at Debugging > Debugging can be found by following. Debugging > Debugging. This section of the console controls debugging options as well as the execution of Java scripts. 

...

For small operations, the table of activities is usually empty at any instant in time. If you need to create an ongoing activity for testing purposes, you can import a large group of records, or schedule a mass edit or mass delete action.

Show Database Statistics

This monitoring tool makes it easy to monitor SQL queries and find potential areas to optimize, such as inefficient searches or missing indexes. To use it, click Show database statistics. This tool shows the 100 slowest-running queries, where the average time is more than 10 milliseconds.

You can show database statistics for all KBs on the server, or run it on a selected KB.

Start or Stop Debugging

Standard server logs contain many standard output messages like Info, Warning, or Errors. When debugging starts, the server outputs more messages, prepended with Debug. In most cases, the standard server outputs are enough to identify issues that arise. Debugging is useful only if standard server outputs do not give the cause of the problem.

...