188 lines
6.7 KiB
Text
188 lines
6.7 KiB
Text
commit fde8c26f215ea7a20a3da88a7f91d2156288dd3d
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Mar 25 17:49:48 2009 +0100
|
|
|
|
- Updated documentation, thanks to Marcela Maslanova!
|
|
|
|
commit 019e5d08cc04c5bbe5a16edb2fe8d2b3023a00a1
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Mar 25 17:42:43 2009 +0100
|
|
|
|
- Updated diskdevstat and netdevstat to have command line arguments
|
|
- Added the possibility to output a histogram at the end of the
|
|
run for detailed information about the collected data
|
|
|
|
commit ccd7b1e2608520610e34feed95931f41c233f459
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Fri Mar 6 10:42:52 2009 +0100
|
|
|
|
- Dropped unecessary kernel-debuginfo requires from tuned-utils
|
|
|
|
commit 6aa10a2b46d6d1f292fa8e55978dac352fd4a284
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Mar 2 12:33:09 2009 +0100
|
|
|
|
- Fixed placement of doc entry at tuned-utils package
|
|
|
|
commit 82e5d550f1f1da442f4844986477c4a7c0bafa55
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Thu Feb 26 18:38:39 2009 +0100
|
|
|
|
- Added config file option to enable/disable plugins
|
|
- 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)
|
|
|
|
commit 6b79fa915df800feeadbeab68e6a36a1a958bc2e
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Thu Feb 26 13:47:01 2009 +0100
|
|
|
|
- Added comment in empty __init__.py files
|
|
|
|
commit c52014cb40c78ddef6660b84551803cef8004256
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 19:32:31 2009 +0100
|
|
|
|
- Fixed BuildRoot tag to use latest recommendation of FPG
|
|
|
|
commit 85afc406d455c1dce5452519ee0d3795c62b8698
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 19:25:10 2009 +0100
|
|
|
|
- Updated changelog
|
|
|
|
commit 62debaff1a107a2a8229f4a8a804762cec142071
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 19:22:54 2009 +0100
|
|
|
|
- Lots of whitespace changes
|
|
- Bump release
|
|
- Some minor README changes
|
|
|
|
commit 2f9173b101917db44503436f213988248447409e
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 18:23:15 2009 +0100
|
|
|
|
- Added a distarchive target for the Makefile for proper tagging in git
|
|
- Added a explanation how to create the tarball via git in the specfile
|
|
- Fixed the defattr() lines in the specfile to conform FRG
|
|
|
|
commit fd0d01812c480c1a439041ba68265d04ec866bef
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 17:10:11 2009 +0100
|
|
|
|
- Added explanation for Source entry in specfile
|
|
|
|
commit efd15b9e707dc988265aa11ed14a82708cda71fa
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 15:08:41 2009 +0100
|
|
|
|
- Fixed summary
|
|
- Added missing GPL notic to tuned.py
|
|
|
|
commit c6e97c54cf38923f8c5cd515d53dc92af3c310b4
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 12:30:07 2009 +0100
|
|
|
|
- Added a manpage and updated the readme with it (as a start).
|
|
|
|
commit 60663d4e347ca6a114294b3dfd60d5f8539db1f6
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 11:47:42 2009 +0100
|
|
|
|
- Updated changelog
|
|
|
|
commit ca552606191920c1f6d02c28b80273d2e9d4349a
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 11:45:48 2009 +0100
|
|
|
|
- Added complete cleanup code in case of tuned exiting and/or
|
|
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
|
|
|
|
commit 1fa57228447abc46d58bcc377ab373c026ccd008
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Wed Feb 25 11:28:06 2009 +0100
|
|
|
|
- Add init() methods to each plugin
|
|
- 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
|
|
|
|
commit e393e728bcffd730401780a8fb3d077d952fed78
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Tue Feb 24 13:19:07 2009 +0100
|
|
|
|
- Last few rpmlint fixes to specfile
|
|
|
|
commit b47b4e70891d4283111f2fd03a739bd100d0c8b6
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Tue Feb 24 12:14:04 2009 +0100
|
|
|
|
- Added a changelog rule in Makefile
|
|
- Started overall README
|
|
- Fixed a few rpmlint error messages
|
|
|
|
commit 80093be74fbed8d4459938e19ff00920a41a9712
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Feb 23 18:03:35 2009 +0100
|
|
|
|
- Real first complete version with initscript, config file and
|
|
proper Makefile and packaging.
|
|
|
|
commit c02f25afb09ff1f38484a8b69c4dcc85ed2378c7
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Fri Feb 20 18:29:35 2009 +0100
|
|
|
|
- Lots of updates to packaging and installation (specfile, makefile)
|
|
|
|
commit 5818e327421ff22f41618c7b9fa74be8d23d4fd5
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Tue Feb 10 18:45:38 2009 +0100
|
|
|
|
- Added full network support
|
|
- Moved docs around a bit
|
|
|
|
commit 28bd83e0d262ba1164d52fa1d9a551caab2e31e6
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Feb 2 14:55:24 2009 +0100
|
|
|
|
- Added copyright notices to files
|
|
- Added GPL COPYING license file
|
|
|
|
commit dad7d76884d3558f14e4f61334b08cf0d1d7c81a
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Feb 2 14:31:26 2009 +0100
|
|
|
|
- Added a howto docu with some tips and tricks
|
|
|
|
commit dcb6c2b4e8f85d87b2fdfd3aa2bb53d560ce9a1c
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Feb 2 13:01:22 2009 +0100
|
|
|
|
- Fixed the aggressinvess idea. Rather use system/user settings than have yet another separate configurtion
|
|
|
|
commit 5f27cb0c4fdb3442f5dc5e95dd6a1996df1da3de
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Feb 2 12:59:41 2009 +0100
|
|
|
|
- Added disk and net monitoring systemtap scripts
|
|
|
|
commit 208a596438910fac0bd9064c80eef5a6b8329347
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Feb 2 12:34:27 2009 +0100
|
|
|
|
- Draft spec added
|
|
|
|
commit 796739577264cd143b50dc7cd5302cd8ab49ca08
|
|
Author: Philip Knirsch <pknirsch@hamburg.stuttgart.redhat.com>
|
|
Date: Mon Feb 2 12:33:41 2009 +0100
|
|
|
|
- Initial stuff
|