<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tuned.git/monitorplugins, branch v0.1.2</title>
<subtitle>Power/performance tuning daemon and monitoring utilities</subtitle>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/'/>
<entry>
<title>- Added config file option to enable/disable plugins</title>
<updated>2009-02-26T17:38:39+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-26T17:38:39+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=82e5d550f1f1da442f4844986477c4a7c0bafa55'/>
<id>82e5d550f1f1da442f4844986477c4a7c0bafa55</id>
<content type='text'>
- Switched from ConfigParser to RawConfigParser
- Renamed doc/README.txt to doc/DESIGN.txt
- Added tuned.conf man page
- Updated tuned man page
- Updated package descriptions (#487312)
- Added documentation for utils scripts (#487312)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Switched from ConfigParser to RawConfigParser
- Renamed doc/README.txt to doc/DESIGN.txt
- Added tuned.conf man page
- Updated tuned man page
- Updated package descriptions (#487312)
- Added documentation for utils scripts (#487312)
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added comment in empty __init__.py files</title>
<updated>2009-02-26T12:47:01+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-26T12:47:01+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=6b79fa915df800feeadbeab68e6a36a1a958bc2e'/>
<id>6b79fa915df800feeadbeab68e6a36a1a958bc2e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>- Lots of whitespace changes</title>
<updated>2009-02-25T18:22:54+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-25T18:22:54+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=62debaff1a107a2a8229f4a8a804762cec142071'/>
<id>62debaff1a107a2a8229f4a8a804762cec142071</id>
<content type='text'>
- Bump release
- Some minor README changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Bump release
- Some minor README changes
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added complete cleanup code in case of tuned exiting and/or</title>
<updated>2009-02-25T10:45:48+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-25T10:45:48+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=ca552606191920c1f6d02c28b80273d2e9d4349a'/>
<id>ca552606191920c1f6d02c28b80273d2e9d4349a</id>
<content type='text'>
  getting a SIGTERM to restore default values
- Made the disk tuning pluging less nosy if started as non-daemon
- Fixed missing self. in the tuned.py config handling
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  getting a SIGTERM to restore default values
- Made the disk tuning pluging less nosy if started as non-daemon
- Fixed missing self. in the tuned.py config handling
</pre>
</div>
</content>
</entry>
<entry>
<title>- Add init() methods to each plugin</title>
<updated>2009-02-25T10:28:06+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-25T10:28:06+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=1fa57228447abc46d58bcc377ab373c026ccd008'/>
<id>1fa57228447abc46d58bcc377ab373c026ccd008</id>
<content type='text'>
- Call plugin init() methods during tuned's init()
- Add support for command line parameters
  o -c conffile|--config==conffile to specify the location of the config file
  o -d to start tuned as a daemon (instead of as normal app)
- Readded the debug output in case tuned isn't started as as daemon
- Fixed initialization of max transfer values for net tuning plugin
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Call plugin init() methods during tuned's init()
- Add support for command line parameters
  o -c conffile|--config==conffile to specify the location of the config file
  o -d to start tuned as a daemon (instead of as normal app)
- Readded the debug output in case tuned isn't started as as daemon
- Fixed initialization of max transfer values for net tuning plugin
</pre>
</div>
</content>
</entry>
<entry>
<title>- Real first complete version with initscript, config file and</title>
<updated>2009-02-23T17:03:35+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-23T17:03:35+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=80093be74fbed8d4459938e19ff00920a41a9712'/>
<id>80093be74fbed8d4459938e19ff00920a41a9712</id>
<content type='text'>
  proper Makefile and packaging.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
  proper Makefile and packaging.
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added full network support</title>
<updated>2009-02-10T17:45:38+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-10T17:45:38+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=5818e327421ff22f41618c7b9fa74be8d23d4fd5'/>
<id>5818e327421ff22f41618c7b9fa74be8d23d4fd5</id>
<content type='text'>
- Moved docs around a bit
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Moved docs around a bit
</pre>
</div>
</content>
</entry>
<entry>
<title>- Added copyright notices to files</title>
<updated>2009-02-02T13:55:24+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-02T13:55:24+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=28bd83e0d262ba1164d52fa1d9a551caab2e31e6'/>
<id>28bd83e0d262ba1164d52fa1d9a551caab2e31e6</id>
<content type='text'>
- Added GPL COPYING license file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Added GPL COPYING license file
</pre>
</div>
</content>
</entry>
<entry>
<title>- Initial stuff</title>
<updated>2009-02-02T11:33:41+00:00</updated>
<author>
<name>Philip Knirsch</name>
<email>pknirsch@hamburg.stuttgart.redhat.com</email>
</author>
<published>2009-02-02T11:33:41+00:00</published>
<link rel='alternate' type='text/html' href='https://fedorapeople.org/cgit/pknirsch/public_git/tuned.git/commit/?id=796739577264cd143b50dc7cd5302cd8ab49ca08'/>
<id>796739577264cd143b50dc7cd5302cd8ab49ca08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
