man: oracle profile documented in individual manual page
Related: rhbz#1196294 Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
febf783a3a
commit
89ba184f70
6 changed files with 55 additions and 5 deletions
3
Makefile
3
Makefile
|
|
@ -9,7 +9,7 @@ GITTAG = v$(VERSION)
|
||||||
|
|
||||||
DIRS = doc doc/examples contrib tuningplugins monitorplugins ktune udev libexec
|
DIRS = doc doc/examples contrib tuningplugins monitorplugins ktune udev libexec
|
||||||
FILES = tuned tuned.spec Makefile tuned.py tuned.initscript tuned.conf tuned-adm tuned_adm.py tuned-adm.pam tuned-adm.consolehelper tuned_nettool.py tuned_logging.py tuned.bash tuned.tmpfiles tuned.service
|
FILES = tuned tuned.spec Makefile tuned.py tuned.initscript tuned.conf tuned-adm tuned_adm.py tuned-adm.pam tuned-adm.consolehelper tuned_nettool.py tuned_logging.py tuned.bash tuned.tmpfiles tuned.service
|
||||||
FILES_doc = doc/DESIGN.txt doc/README.utils doc/TIPS.txt doc/tuned.8 doc/tuned.conf.5 doc/tuned-adm.1 doc/README.scomes doc/diskdevstat.8 doc/netdevstat.8 doc/scomes.8 doc/varnetload.8 doc/tuned-profiles.7 doc/tuned-profiles-sap.7 doc/tuned-profiles-sap-hana.7
|
FILES_doc = doc/DESIGN.txt doc/README.utils doc/TIPS.txt doc/tuned.8 doc/tuned.conf.5 doc/tuned-adm.1 doc/README.scomes doc/diskdevstat.8 doc/netdevstat.8 doc/scomes.8 doc/varnetload.8 doc/tuned-profiles.7 doc/tuned-profiles-sap.7 doc/tuned-profiles-sap-hana.7 doc/tuned-profiles-oracle.7
|
||||||
FILES_examples = ktune/sysctl.ktune
|
FILES_examples = ktune/sysctl.ktune
|
||||||
FILES_contrib = contrib/diskdevstat contrib/netdevstat contrib/scomes contrib/varnetload
|
FILES_contrib = contrib/diskdevstat contrib/netdevstat contrib/scomes contrib/varnetload
|
||||||
FILES_tuningplugins = tuningplugins/cpu.py tuningplugins/disk.py tuningplugins/net.py tuningplugins/__init__.py
|
FILES_tuningplugins = tuningplugins/cpu.py tuningplugins/disk.py tuningplugins/net.py tuningplugins/__init__.py
|
||||||
|
|
@ -119,6 +119,7 @@ install-base:
|
||||||
install -m 0644 doc/tuned-profiles.7 $(DESTDIR)/usr/share/man/man7
|
install -m 0644 doc/tuned-profiles.7 $(DESTDIR)/usr/share/man/man7
|
||||||
install -m 0644 doc/tuned-profiles-sap.7 $(DESTDIR)/usr/share/man/man7
|
install -m 0644 doc/tuned-profiles-sap.7 $(DESTDIR)/usr/share/man/man7
|
||||||
install -m 0644 doc/tuned-profiles-sap-hana.7 $(DESTDIR)/usr/share/man/man7
|
install -m 0644 doc/tuned-profiles-sap-hana.7 $(DESTDIR)/usr/share/man/man7
|
||||||
|
install -m 0644 doc/tuned-profiles-oracle.7 $(DESTDIR)/usr/share/man/man7
|
||||||
|
|
||||||
# Install ktune configuration
|
# Install ktune configuration
|
||||||
install -m 755 -d $(DESTDIR)/etc
|
install -m 755 -d $(DESTDIR)/etc
|
||||||
|
|
|
||||||
49
doc/tuned-profiles-oracle.7
Normal file
49
doc/tuned-profiles-oracle.7
Normal file
|
|
@ -0,0 +1,49 @@
|
||||||
|
.\"/*
|
||||||
|
.\" * All rights reserved
|
||||||
|
.\" * Copyright (C) 2009-2015 Red Hat, Inc.
|
||||||
|
.\" * Authors: Jaroslav Škarvada
|
||||||
|
.\" *
|
||||||
|
.\" * This program is free software; you can redistribute it and/or
|
||||||
|
.\" * modify it under the terms of the GNU General Public License
|
||||||
|
.\" * as published by the Free Software Foundation; either version 2
|
||||||
|
.\" * of the License, or (at your option) any later version.
|
||||||
|
.\" *
|
||||||
|
.\" * This program is distributed in the hope that it will be useful,
|
||||||
|
.\" * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||||
|
.\" * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||||
|
.\" * GNU General Public License for more details.
|
||||||
|
.\" *
|
||||||
|
.\" * You should have received a copy of the GNU General Public License
|
||||||
|
.\" * along with this program; if not, write to the Free Software
|
||||||
|
.\" * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
|
.\" */
|
||||||
|
.\"
|
||||||
|
.TH TUNED_PROFILES_ORACLE "7" "24 Nov 2015" "Fedora Power Management SIG" "tuned"
|
||||||
|
.SH NAME
|
||||||
|
tuned\-profiles\-oracle - description of profiles provided for the Oracle
|
||||||
|
|
||||||
|
.SH DESCRIPTION
|
||||||
|
These profiles provides performance optimizations for the Oracle loads.
|
||||||
|
|
||||||
|
.SH PROFILES
|
||||||
|
The following profiles are provided:
|
||||||
|
|
||||||
|
.TP
|
||||||
|
.BI "oracle"
|
||||||
|
Profile optimized for Oracle databases based on throughput\-performance profile.
|
||||||
|
It additionaly disables transparent huge pages and modifies some other
|
||||||
|
performance related kernel parameters.
|
||||||
|
|
||||||
|
.SH "FILES"
|
||||||
|
.NF
|
||||||
|
/etc/tune\-profiles/*
|
||||||
|
|
||||||
|
.SH "SEE ALSO"
|
||||||
|
.BR tuned (8)
|
||||||
|
.BR tuned\-adm (1)
|
||||||
|
.BR tuned\-profiles (7)
|
||||||
|
.BR tuned\-profiles\-sap (7)
|
||||||
|
.BR tuned\-profiles\-sap\-hana (7)
|
||||||
|
.SH AUTHOR
|
||||||
|
.NF
|
||||||
|
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||||
|
|
@ -52,6 +52,7 @@ recieve offload for the network adapter.
|
||||||
.BR tuned\-adm (1)
|
.BR tuned\-adm (1)
|
||||||
.BR tuned\-profiles (7)
|
.BR tuned\-profiles (7)
|
||||||
.BR tuned\-profiles\-sap (7)
|
.BR tuned\-profiles\-sap (7)
|
||||||
|
.BR tuned\-profiles\-oracle (7)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.NF
|
.NF
|
||||||
Jaroslav Škarvada <jskarvad@redhat.com>
|
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||||
|
|
|
||||||
|
|
@ -44,6 +44,7 @@ areas a process may have.
|
||||||
.BR tuned\-adm (1)
|
.BR tuned\-adm (1)
|
||||||
.BR tuned\-profiles (7)
|
.BR tuned\-profiles (7)
|
||||||
.BR tuned\-profiles\-sap\-hana (7)
|
.BR tuned\-profiles\-sap\-hana (7)
|
||||||
|
.BR tuned\-profiles\-oracle (7)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.NF
|
.NF
|
||||||
Jaroslav Škarvada <jskarvad@redhat.com>
|
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||||
|
|
|
||||||
|
|
@ -78,10 +78,6 @@ Profile optimized for virtual guests based on enterprise-storage profile. It add
|
||||||
.BI "virtual\-host"
|
.BI "virtual\-host"
|
||||||
Profile optimized for virtual hosts based on enterprise-storage profile. It additionally decreases virtual memory swapiness and enables more aggresive writeback of dirty pages.
|
Profile optimized for virtual hosts based on enterprise-storage profile. It additionally decreases virtual memory swapiness and enables more aggresive writeback of dirty pages.
|
||||||
|
|
||||||
.TP
|
|
||||||
.BI "oracle"
|
|
||||||
Profile optimized for Oracle databases based on throughput\-performance profile. It additionaly disables transparent huge pages and modifies some other performance related kernel parameters.
|
|
||||||
|
|
||||||
.SH "FILES"
|
.SH "FILES"
|
||||||
.NF
|
.NF
|
||||||
/etc/tune-profiles/*
|
/etc/tune-profiles/*
|
||||||
|
|
@ -91,6 +87,7 @@ Profile optimized for Oracle databases based on throughput\-performance profile.
|
||||||
.BR tuned\-adm (1)
|
.BR tuned\-adm (1)
|
||||||
.BR tuned\-profiles\-sap (7)
|
.BR tuned\-profiles\-sap (7)
|
||||||
.BR tuned\-profiles\-sap\-hana (7)
|
.BR tuned\-profiles\-sap\-hana (7)
|
||||||
|
.BR tuned\-profiles\-oracle (7)
|
||||||
.SH AUTHOR
|
.SH AUTHOR
|
||||||
.NF
|
.NF
|
||||||
Marcela Mašláňová <mmaslano@redhat.com>
|
Marcela Mašláňová <mmaslano@redhat.com>
|
||||||
|
|
|
||||||
|
|
@ -182,6 +182,7 @@ fi
|
||||||
%files profiles-oracle
|
%files profiles-oracle
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{_sysconfdir}/tune-profiles/oracle
|
%{_sysconfdir}/tune-profiles/oracle
|
||||||
|
%{_mandir}/man7/tuned-profiles-oracle.7*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Thu Oct 10 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 0.2.24-1
|
* Thu Oct 10 2013 Jaroslav Škarvada <jskarvad@redhat.com> - 0.2.24-1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue