[Previous] [Contents] [Next]

monitor

Generate kernel event log (QNX)

Syntax:

monitor [-b numbufs] [-f file]
        [-i intr] [-n] [-p priority]

Options:

-b numbufs
Number of buffers (4096 bytes/buffer, default: 8 buffers).
-f file
Save data to this file (default: default.mon).
-i intr
Log events for this interrupt (multiple -i options may be specified).
-n
Log all interrupts (default is none)
-p priority
Run at this priority.

Description:

The monitor utility writes a log of kernel events to a logfile which may then be interpreted for display by the msgprint utility.

Examples:

Generate a kernel event log in the default file default.mon:

monitor

Stop the event logging by terminating monitor (e.g. you could type Ctrl-C).

See also:

msgprint


[Previous] [Contents] [Next]