Skip to main content

Start

Start

Turns on collection of the statistics.

Format:

    status = $$Start^PERFMON(process,routine,global,database,network)

Parameters:

  • process — number of process slots to reserve (default = $$pcount (the number of processes in the process table))

  • routine — number of routine slots to reserve (default = 200)

  • global — number of global slots to reserve (default = 100)

  • database — number of database slots to reserve (default = 10)

  • network — number of network node slots to reserve (default = 5)

If you are running ^PERFMON interactively, it prompts you for each parameter value.

Status Codes:

Status code Description
1 Successful
-1 Somebody else is using Monitor
-2 Monitor is already running
-3 Memory allocation failed
-4 Could not enable statistics collection
FeedbackOpens in a new tab