Console - PROFILER

Controls the Profiler.

Syntax

  1. PROFILER ON|OFF|DUMP|RESET
  • ON Turn on the Profiler and begin recording.
  • OFF Turn off the Profiler and stop recording.
  • DUMP Dump the Profiler data.
  • RESET Reset the Profiler data.

Example

  • Turn the Profiler on:

    1. orientdb> PROFILER ON
    2.  
    3. Profiler is ON now, use 'profiler off' to turn off.
  • Dump Profiler data:

    1. orientdb> PROFILER DUMP

For more information on other commands, see Console Commands.