mps-profile

Turn profiling on or off

Synopsis

mps-profile [-C [path/]instance_name] {on | off} [object...]

Description

mps-profile turns profiling on or off for specified objects.

Input Arguments

  • -C — Specify a path to the server instance. If this option is omitted, the current working folder and its parents are searched to find the server instance.

  • on — Activate profiling.

  • off — Deactivate profiling.

  • object — The list of objects whose profiling behavior is changed.

    Valid object values are:

    • requests

    • worker_pool

    If no object is specified the command changes all objects.

Examples

Turn profiling on.

mps-profile on 

Turn request profiling on without turning on worker pool profiling.

mps-profile on requests

Introduced in R2015b

Was this topic helpful?