Module parameters

Red Hat Enterprise Linux 9.2 z/VM guest

You can configure the monitor stream application device driver when you are loading the device driver module, monwriter.

Monitor stream application device driver module parameter syntax

Read syntax diagramSkip visual syntax diagrammodprobe  monwriter  max_bufs=255 max_bufs= <numbufs>

where <numbufs> is the maximum number of monitor sample and configuration data buffers that can exist in the Linux® guest at one time. The default is 255.

Example

To load the monwriter module and set the maximum number of buffers to 400, use the following command:
# modprobe monwriter max_bufs=400