Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 742 Bytes

Console-Command-Profiler.md

File metadata and controls

37 lines (25 loc) · 742 Bytes
search
keywords
console
command
profile
PROFILER

Console - PROFILER

Controls the Profiler.

Syntax

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:

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

    orientdb> PROFILER DUMP
    

For more information on other commands, see Console Commands.