profiles: oracle profile delivered in tuned-profiles-oracle subpackage
Signed-off-by: Jaroslav Škarvada <jskarvad@redhat.com>
This commit is contained in:
parent
645ede75b9
commit
c53b8173c3
8 changed files with 76 additions and 10 deletions
|
|
@ -52,6 +52,7 @@ netfilter connections tracking.
|
|||
.BR tuned\-profiles (7)
|
||||
.BR tuned\-profiles\-sap (7)
|
||||
.BR tuned\-profiles\-sap\-hana (7)
|
||||
.BR tuned\-profiles\-oracle (7)
|
||||
.BR tuned\-profiles\-realtime (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@ set to performance.
|
|||
.BR tuned\-profiles\-atomic (7)
|
||||
.BR tuned\-profiles\-sap (7)
|
||||
.BR tuned\-profiles\-sap\-hana (7)
|
||||
.BR tuned\-profiles\-oracle (7)
|
||||
.BR tuned\-profiles\-realtime (7)
|
||||
.SH AUTHOR
|
||||
.NF
|
||||
|
|
|
|||
53
man/tuned-profiles-oracle.7
Normal file
53
man/tuned-profiles-oracle.7
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
.\"/*
|
||||
.\" * All rights reserved
|
||||
.\" * Copyright (C) 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" "26 Jun 2015" "Fedora Power Management SIG" "tuned"
|
||||
.SH NAME
|
||||
tuned\-profiles\-oracle - description of profiles provided for the Oracle
|
||||
|
||||
.SH DESCRIPTION
|
||||
These profiles are provided 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
|
||||
.I /etc/tuned/*
|
||||
.I /usr/lib/tuned/*
|
||||
|
||||
.SH "SEE ALSO"
|
||||
.BR tuned (8)
|
||||
.BR tuned\-adm (8)
|
||||
.BR tuned\-profiles (7)
|
||||
.BR tuned\-profiles\-sap (7)
|
||||
.BR tuned\-profiles\-sap\-hana (7)
|
||||
.BR tuned\-profiles\-atomic (7)
|
||||
.BR tuned\-profiles\-realtime (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
.NF
|
||||
Jaroslav Škarvada <jskarvad@redhat.com>
|
||||
|
|
@ -43,6 +43,7 @@ Profile optimized for realtime.
|
|||
.BR tuned\-profiles (7)
|
||||
.BR tuned\-profiles\-sap (7)
|
||||
.BR tuned\-profiles\-sap\-hana (7)
|
||||
.BR tuned\-profiles\-oracle (7)
|
||||
.BR tuned\-profiles\-atomic (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
|
|
|
|||
|
|
@ -54,6 +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\-oracle (7)
|
||||
.BR tuned\-profiles\-realtime (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
|
|
|
|||
|
|
@ -46,6 +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\-oracle (7)
|
||||
.BR tuned\-profiles\-realtime (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
|
|
|
|||
|
|
@ -111,12 +111,6 @@ settings.
|
|||
Profile optimized for virtual hosts based on throughput\-performance profile.
|
||||
It additionally 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"
|
||||
.NF
|
||||
.I /etc/tuned/*
|
||||
|
|
@ -128,6 +122,7 @@ performance related kernel parameters.
|
|||
.BR tuned\-profiles\-atomic (7)
|
||||
.BR tuned\-profiles\-sap (7)
|
||||
.BR tuned\-profiles\-sap-hana (7)
|
||||
.BR tuned\-profiles\-oracle (7)
|
||||
.BR tuned\-profiles\-realtime (7)
|
||||
.BR tuned\-profiles\-compat (7)
|
||||
.SH AUTHOR
|
||||
|
|
|
|||
21
tuned.spec
21
tuned.spec
|
|
@ -73,6 +73,13 @@ Requires: %{name} = %{version}-%{release}
|
|||
%description profiles-sap
|
||||
Additional tuned profile(s) targeted to SAP NetWeaver loads.
|
||||
|
||||
%package profiles-oracle
|
||||
Summary: Additional tuned profile(s) targeted to Oracle loads
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description profiles-oracle
|
||||
Additional tuned profile(s) targeted to Oracle loads.
|
||||
|
||||
%package profiles-sap-hana
|
||||
Summary: Additional tuned profile(s) targeted to SAP HANA loads
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
|
@ -81,18 +88,18 @@ Requires: %{name} = %{version}-%{release}
|
|||
Additional tuned profile(s) targeted to SAP HANA loads.
|
||||
|
||||
%package profiles-atomic
|
||||
Summary: Additional tuned profiles targeted to Atomic
|
||||
Summary: Additional tuned profile(s) targeted to Atomic
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description profiles-atomic
|
||||
Additional tuned profiles targeted to Atomic host and guest.
|
||||
Additional tuned profile(s) targeted to Atomic host and guest.
|
||||
|
||||
%package profiles-realtime
|
||||
Summary: Additional tuned profiles targeted to realtime
|
||||
Summary: Additional tuned profile(s) targeted to realtime
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
|
||||
%description profiles-realtime
|
||||
Additional tuned profiles targeted to realtime.
|
||||
Additional tuned profile(s) targeted to realtime.
|
||||
|
||||
%package profiles-compat
|
||||
Summary: Additional tuned profiles mainly for backward compatibility with tuned 1.0
|
||||
|
|
@ -184,6 +191,7 @@ fi
|
|||
%exclude %{_prefix}/lib/tuned/sap-netweaver
|
||||
%exclude %{_prefix}/lib/tuned/sap-hana
|
||||
%exclude %{_prefix}/lib/tuned/sap-hana-vmware
|
||||
%exclude %{_prefix}/lib/tuned/oracle
|
||||
%exclude %{_prefix}/lib/tuned/atomic-host
|
||||
%exclude %{_prefix}/lib/tuned/atomic-guest
|
||||
%exclude %{_prefix}/lib/tuned/realtime
|
||||
|
|
@ -240,6 +248,11 @@ fi
|
|||
%{_prefix}/lib/tuned/sap-hana-vmware
|
||||
%{_mandir}/man7/tuned-profiles-sap-hana.7*
|
||||
|
||||
%files profiles-oracle
|
||||
%defattr(-,root,root,-)
|
||||
%{_prefix}/lib/tuned/oracle
|
||||
%{_mandir}/man7/tuned-profiles-oracle.7*
|
||||
|
||||
%files profiles-atomic
|
||||
%defattr(-,root,root,-)
|
||||
%{_prefix}/lib/tuned/atomic-host
|
||||
|
|
|
|||
Loading…
Reference in a new issue