Files
s390-tools/cpumf/man/chcpumf.8
Jan Polensky 2f49025d49 cpumf/man: Unify parameter case
Normalize parameter casing in man pages to improve consistency.

Reviewed-by:  Thomas Richter <tmricht@linux.ibm.com>
Reviewed-by: Jan Höppner <hoeppner@linux.ibm.com>
Signed-off-by: Jan Polensky <japo@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
2025-10-14 09:57:06 +02:00

68 lines
1.5 KiB
Groff

.\" chcpumf.8
.\"
.\"
.\" Copyright IBM Corp. 2014, 2017
.\" s390-tools is free software; you can redistribute it and/or modify
.\" it under the terms of the MIT license. See LICENSE for details.
.\" ----------------------------------------------------------------------
.TH chcpumf "8" "February 2014" "s390-tools" "CPU-MF management programs"
.
.ds c \fBchcpumf\fP
.
.
.SH NAME
chcpumf \- manage the CPU-measurement facilities support
.
.
.SH SYNOPSIS
.B chcpumf
.RB [ \-m | \-\-min
.IR NUM_SDB ]
.RB [ \-x | \-\-max
.IR NUM_SDB ]
.RB [ \-V | \-\-verbose ]
.br
.B chcpumf
.BR \-h | \-\-help
.br
.B chcpumf
.BR \-v | \-\-version
.
.
.SH DESCRIPTION
The chcpumf program helps you to manage settings for the CPU-measurement
facilities for Linux on System z.
.
.
.SH OPTIONS
.TP
.BR \-m ", " \-\-min " \fINUM_SDB\fP"
Specifies the minimum sampling facility buffer size in sample-data-blocks
(SDB). A sample-data-block consumes about 4 kilobytes.
This is the initial buffer size when you start the sampling facility.
.
.TP
.BR \-x ", " \-\-max " \fINUM_SDB\fP"
Specifies the maximum sampling facility buffer size in sample-data-blocks
(SDB). A sample-data-block consumes about 4 kilobytes.
This is the maximum size to which the buffer is dynamically adjusted during
sampling.
.
.TP
.BR \-V ", " \-\-verbose
Displays verbose messages.
.
.TP
.BR \-h ", " \-\-help
Displays help information, then exits.
.
.TP
.BR \-v ", " \-\-version
Displays version information, then exits.
.
.
.SH "SEE ALSO"
.BR lscpumf (1)