1
0
Fork 0
Tuning Profile Delivery Mechanism for Linux
Find a file
2009-02-26 13:47:01 +01:00
contrib - Lots of whitespace changes 2009-02-25 19:22:54 +01:00
doc - Added a manpage and updated the readme with it (as a start). 2009-02-25 12:30:07 +01:00
monitorplugins - Added comment in empty __init__.py files 2009-02-26 13:47:01 +01:00
tuningplugins - Added comment in empty __init__.py files 2009-02-26 13:47:01 +01:00
AUTHORS - Lots of updates to packaging and installation (specfile, makefile) 2009-02-20 18:29:35 +01:00
ChangeLog - Fixed BuildRoot tag to use latest recommendation of FPG 2009-02-25 19:32:31 +01:00
COPYING - Added copyright notices to files 2009-02-02 14:55:24 +01:00
git-daemon-export-ok - Initial stuff 2009-02-02 12:33:41 +01:00
INSTALL - Lots of whitespace changes 2009-02-25 19:22:54 +01:00
Makefile - Added a distarchive target for the Makefile for proper tagging in git 2009-02-25 18:23:15 +01:00
NEWS - Lots of updates to packaging and installation (specfile, makefile) 2009-02-20 18:29:35 +01:00
README - Lots of whitespace changes 2009-02-25 19:22:54 +01:00
tuned - Lots of whitespace changes 2009-02-25 19:22:54 +01:00
tuned.conf - Real first complete version with initscript, config file and 2009-02-23 18:03:35 +01:00
tuned.initscript - Add init() methods to each plugin 2009-02-25 11:28:06 +01:00
tuned.py - Lots of whitespace changes 2009-02-25 19:22:54 +01:00
tuned.spec - Added comment in empty __init__.py files 2009-02-26 13:47:01 +01:00

tuned: A simple daemon that performs monitoring and adaptive configuration
       of devices in the system

Copyright (C) 2008, 2009 Red Hat, Inc.
Authors: Phil Knirsch

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.


SYNOPSIS
       tuned [options]

DESCRIPTION
       tuned is a dynamic adaptive system tuning daemon that tunes system settings dynamically depending on usage.

OPTIONS
       -d, --daemon
                   This options starts tuned as a daemon as opposed to in the foreground without forking at startup.

       -c, --conffile="conffile"
                   Specify the name and path of the configuration file, default is /etc/tuned.conf.

BUGS
       There are no known bugs.  To file bug reports, see AUTHORS below.

AUTHOR
       Written by Phil Knirsch <pknirsch@redhat.com>.