man: minor formatting/typos fixes
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
f9486bc08d
commit
21915d1b19
13 changed files with 41 additions and 41 deletions
|
|
@ -1,6 +1,6 @@
|
|||
.TH "diskdevstat" "8" "13 Jan 2011" "Phil Knirsch" "Tool for recording harddisk activity"
|
||||
.SH NAME
|
||||
diskdevstat \- tool for recording harddisk activity
|
||||
diskdevstat - tool for recording harddisk activity
|
||||
.SH SYNOPSIS
|
||||
\fBdiskdevstat\fP [\fIupdate interval\fP] [\fItotal duration\fP] [\fIdisplay histogram\fP]
|
||||
.SH DESCRIPTION
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.TH "netdevstat" "8" "13 Jan 2011" "Phil Knirsch" "Tool for recording network activity"
|
||||
.SH NAME
|
||||
netdevstat \- tool for recording network activity
|
||||
netdevstat - tool for recording network activity
|
||||
.SH SYNOPSIS
|
||||
\fBnetdevstat\fP [\fIupdate interval\fP] [\fItotal duration\fP] [\fIdisplay histogram\fP]
|
||||
.SH DESCRIPTION
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH "scomes" "8" "13 Jan 2011" "Phil Knirsch" "Tool for watching system resources"
|
||||
.SH NAME
|
||||
scomes \- tool for watching system resources
|
||||
scomes - tool for watching system resources
|
||||
.SH SYNOPSIS
|
||||
\fBscomes\fP -c "binary [binary arguments ...]" [timer]
|
||||
\fBscomes\fP \-c "binary [binary arguments ...]" [timer]
|
||||
.SH DESCRIPTION
|
||||
\fBscomes\fR is a simple systemtap script for watching activity of one process. Syscalls count,
|
||||
userspace and kernelspace ticks, read and written bytes, transitted and received bytes and polling
|
||||
|
|
|
|||
|
|
@ -21,12 +21,12 @@
|
|||
.\"
|
||||
.TH TUNED_ADM "8" "23 Sep 2014" "Fedora Power Management SIG" "tuned"
|
||||
.SH NAME
|
||||
tuned-adm \- commandline tool for switching between different tuning profiles
|
||||
tuned\-adm - commandline tool for switching between different tuning profiles
|
||||
.SH SYNOPSIS
|
||||
.B tuned-adm
|
||||
.B tuned\-adm
|
||||
.B
|
||||
.BR [ " list ", " active ", " profile <profile> ", " off " ]
|
||||
.br
|
||||
.BR
|
||||
.SH DESCRIPTION
|
||||
This command line utility allows you to switch between user definable tuning
|
||||
profiles. Several predefined profiles are already included. You can even
|
||||
|
|
@ -66,18 +66,18 @@ performance or balanced profile if unsure.
|
|||
Switch off tuned.
|
||||
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.NF
|
||||
/etc/tuned/*
|
||||
/usr/lib/tuned/*
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR tuned (8)
|
||||
.BR tuned\-conf (5)
|
||||
.BR tuned-profiles (7)
|
||||
.BR tuned-profiles-atomic (7)
|
||||
.BR tuned-profiles-sap (7)
|
||||
.BR tuned-profiles-sap-hana (7)
|
||||
.BR tuned-profiles-compat (7)
|
||||
.BR tuned\-profiles (7)
|
||||
.BR tuned\-profiles\-atomic (7)
|
||||
.BR tuned\-profiles\-sap (7)
|
||||
.BR tuned\-profiles\-sap\-hana (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
.NF
|
||||
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
.TH "tuned-main.conf" "5" "15 Oct 2013" "Jaroslav Škarvada" "tuned-main.conf file format description"
|
||||
.SH NAME
|
||||
tuned-main.conf \- Tuned global configuration file
|
||||
tuned\-main.conf - Tuned global configuration file
|
||||
.SH SYNOPSIS
|
||||
.B /etc/tuned/tuned-main.conf
|
||||
.B /etc/tuned/tuned\-main.conf
|
||||
.SH DESCRIPTION
|
||||
This man page documents format of the Tuned global configuration file.
|
||||
The \fItuned-main.conf\fR file uses the ini-file format.
|
||||
The \fItuned\-main.conf\fR file uses the ini\-file format.
|
||||
|
||||
.TP
|
||||
.BI dynamic_tuning= BOOL
|
||||
|
|
@ -38,14 +38,14 @@ globally disabled (see \fBdynamic_tuning\fR) or this setting set to 0.
|
|||
This must be multiple of \fBsleep_interval\fR.
|
||||
|
||||
.SH EXAMPLE
|
||||
.nf
|
||||
.NF
|
||||
dynamic_tuning = 1
|
||||
sleep_interval = 1
|
||||
update_interval = 10
|
||||
.fi
|
||||
.FI
|
||||
|
||||
.SH FILES
|
||||
.I /etc/tuned/tuned-main.conf
|
||||
.I /etc/tuned/tuned\-main.conf
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.LP
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ profile. It additionally increases SELinux AVC cache, PID limit and tunes
|
|||
netfilter connections tracking.
|
||||
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.NF
|
||||
.I /etc/tuned/*
|
||||
.I /usr/lib/tuned/*
|
||||
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@ disables disk barriers. Disk readahead values are increased. CPU governor is
|
|||
set to performance.
|
||||
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.NF
|
||||
.I /etc/tuned/*
|
||||
.I /usr/lib/tuned/*
|
||||
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@ regarding semaphores. It decreases virtual memory swappiness and disables large
|
|||
recieve offload for the network adapter.
|
||||
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.NF
|
||||
.I /etc/tuned/*
|
||||
.I /usr/lib/tuned/*
|
||||
|
||||
|
|
@ -54,7 +54,7 @@ recieve offload for the network adapter.
|
|||
.BR tuned\-profiles (7)
|
||||
.BR tuned\-profiles\-atomic (7)
|
||||
.BR tuned\-profiles\-sap (7)
|
||||
.BR tuned\-profiles\-sap\-compat (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
.NF
|
||||
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@ settings regarding shared memory, semaphores and maximum number of memory map
|
|||
areas a process may have.
|
||||
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.NF
|
||||
.I /etc/tuned/*
|
||||
.I /usr/lib/tuned/*
|
||||
|
||||
|
|
@ -46,7 +46,7 @@ areas a process may have.
|
|||
.BR tuned\-profiles (7)
|
||||
.BR tuned\-profiles\-atomic (7)
|
||||
.BR tuned\-profiles\-sap\-hana (7)
|
||||
.BR tuned\-profiles\-sap\-compat (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
.NF
|
||||
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@ other hand the performance profiles disable the additional power saving
|
|||
mechanisms of tuned as they would negatively impact throughput or latency.
|
||||
|
||||
.SH PROFILES
|
||||
At the moment we're providing the following pre-defined profiles:
|
||||
At the moment we're providing the following pre\-defined profiles:
|
||||
|
||||
.TP
|
||||
.BI "balanced"
|
||||
|
|
@ -72,25 +72,25 @@ configures it to automatic power saving. On Asus Eee PCs dynamic Super
|
|||
Hybrid Engine is enabled.
|
||||
|
||||
.TP
|
||||
.BI throughput\-performance
|
||||
.BI "throughput\-performance"
|
||||
Profile for typical throughput performance tuning. Disables power saving
|
||||
mechanisms and enables sysctl settings that improve the throughput performance
|
||||
of your disk and network IO. CPU governor is set to performance and CPU energy
|
||||
performance bias is set to performance. Disk readahead values are increased.
|
||||
|
||||
.TP
|
||||
.BI latency\-performance
|
||||
.BI "latency\-performance"
|
||||
Profile for low latency performance tuning. Disables power saving mechanisms.
|
||||
CPU governor is set to performance andlocked to the low C states (by PM QoS).
|
||||
CPU energy performance bias to performance.
|
||||
|
||||
.TP
|
||||
.BI network\-throughput
|
||||
.BI "network\-throughput"
|
||||
Profile for throughput network tuning. It is based on the throughput\-performance
|
||||
profile. It additionaly increases kernel network buffers.
|
||||
|
||||
.TP
|
||||
.BI network\-latency
|
||||
.BI "network\-latency"
|
||||
Profile for low latency network tuning. It is based on the latency\-performance
|
||||
profile. It additionaly disables transparent hugepages, NUMA balancing and
|
||||
tunes several other network related sysctl parameters.
|
||||
|
|
@ -112,7 +112,7 @@ Profile optimized for virtual hosts based on throughput\-performance profile.
|
|||
It additionally enables more aggresive writeback of dirty pages.
|
||||
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.NF
|
||||
.I /etc/tuned/*
|
||||
.I /usr/lib/tuned/*
|
||||
|
||||
|
|
|
|||
10
man/tuned.8
10
man/tuned.8
|
|
@ -21,7 +21,7 @@
|
|||
.\".
|
||||
.TH "tuned" "8" "28 Mar 2012" "Fedora Power Management SIG" "Adaptive system tuning daemon"
|
||||
.SH NAME
|
||||
tuned \- dynamic adaptive system tuning daemon
|
||||
tuned - dynamic adaptive system tuning daemon
|
||||
.SH SYNOPSIS
|
||||
\fBtuned\fP [\fIoptions\fP]
|
||||
.SH DESCRIPTION
|
||||
|
|
@ -60,15 +60,15 @@ This is intended for debugging purposes.
|
|||
.BI \-v "\fR, \fP" \-\-version
|
||||
Show version information.
|
||||
.SH "FILES"
|
||||
.nf
|
||||
.NF
|
||||
/etc/tuned
|
||||
/usr/share/doc/tuned-*/README
|
||||
/usr/share/doc/tuned/README
|
||||
.SH "SEE ALSO"
|
||||
.LP
|
||||
tuned.conf(5)
|
||||
tuned-adm(8)
|
||||
tuned\-adm(8)
|
||||
.SH AUTHOR
|
||||
.nf
|
||||
.NF
|
||||
Jan Kaluža <jkaluza@redhat.com>
|
||||
Jan Včelák <jvcelak@redhat.com>
|
||||
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
.TH "tuned.conf" "5" "13 Mar 2012" "Jan Kaluza" "tuned.conf file format description"
|
||||
.SH NAME
|
||||
tuned.conf \- Tuned profile definition
|
||||
tuned.conf - Tuned profile definition
|
||||
.SH DESCRIPTION
|
||||
This man page documents format of Tuned 2.0 profile definition files. Profile is
|
||||
stored in /etc/tuned/<profile_name>/tuned.conf or in
|
||||
|
|
@ -43,7 +43,7 @@ last replaces all options defined by the previosly defined plugin.
|
|||
Plugins can also have plugin related options.
|
||||
|
||||
.SH "EXAMPLE"
|
||||
.nf
|
||||
.NF
|
||||
[main]
|
||||
# Includes plugins defined in "included" profile.
|
||||
include=included
|
||||
|
|
@ -64,7 +64,7 @@ net.core.wmem_default = 262144
|
|||
[my_script]
|
||||
type=script
|
||||
script=profile.sh
|
||||
.fi
|
||||
.FI
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.LP
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
.TH "varnetload" "8" "13 Jan 2011" "Phil Knirsch" "Tool to create reproducable network traffic"
|
||||
.SH NAME
|
||||
varnetload \- tool to create reproducable network traffic
|
||||
varnetload - tool to create reproducable network traffic
|
||||
.SH SYNOPSIS
|
||||
\fBvarnetload\fP [\fI-d delay\fP] [\fI-t time to run\fP] [\fI-u url\fP]
|
||||
\fBvarnetload\fP [\fI\-d delay\fP] [\fI\-t time to run\fP] [\fI\-u url\fP]
|
||||
.SH DESCRIPTION
|
||||
\fBvarnetload\fR is a simple python script to create reproducable sustained network traffic.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue