Turn profiling on or off
mps-profile [-C [path
/]instance_name
] {on|off} [object
...]
mps-profile
turns profiling on or off for
specified objects.
-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.
—
The list of objects whose profiling behavior is changed.object
Valid object values are:
requests
worker_pool
If no object is specified the command changes all objects.
Turn profiling on.
mps-profile on
Turn request profiling on without turning on worker pool profiling.
mps-profile on requests