1
0
Fork 0
Commit graph

49 commits

Author SHA1 Message Date
Marcela Mašláňová
da4c316c8d Scripts in profiles didn't run because ktune runs
only executable scripts.
2009-09-08 16:59:29 +02:00
Petr Lautrbach
e5c73033ae jhutar@redhat.com: scomes now watches also forked sub-processes
KNOWN BUG: Scomes ends when main process ends. So if there is some forked process in the background which lasts longer, some part of it will be missed.
2009-08-27 13:19:40 +02:00
Philip Knirsch
b596ac9f1f - Updated documentation
- Few more fixes for tuned-adm
2009-08-18 18:00:39 +02:00
Philip Knirsch
d4e52c51dd - Updated changelog
- Fixed makefile to use git log instead of git-log
2009-08-14 17:19:21 +02:00
Philip Knirsch
ed3e6634f2 - Updates to the ktune scripts
- Added support for start/stop of the ktune scripts and ktune initscript
2009-08-14 17:05:44 +02:00
Philip Knirsch
d4938a7800 - Added fedora rel-eng changelog entry 2009-08-04 17:41:20 +02:00
Philip Knirsch
05ee10191b - Small update to specfile 2009-08-04 17:39:15 +02:00
Philip Knirsch
37bb0358b7 - Added a first set of profiles. Still need more work
- Fixed several issues with the tuned-adm tool, should work now
2009-08-04 17:33:20 +02:00
Marcela Mašláňová
733402af8b Merge branch 'command'
Conflicts:
	Makefile
	tuned.spec
2009-07-30 18:01:53 +02:00
Marcela Mašláňová
9d168d837d Rewrite commands only to: default, help, list, modes, off.
The different modes could be specified in /etc/tune-profiles
and then can be listed by list:
tuned-adm list
and set by:
tuned-adm modes YourFavourite
2009-07-30 16:30:52 +02:00
Philip Knirsch
87606bc49f - Fixed typo in Makefile
- Fixed debug code still left in new cpu tuning plugin
2009-07-28 16:22:37 +02:00
Marcela Mašláňová
27a8af70ef Fix commands server and off. 2009-07-28 13:10:55 +02:00
Philip Knirsch
ab29d0e07a - Improve disk tuning algorithm 2009-07-27 18:16:23 +02:00
Thomas Woerner
2835008734 Integrated ktune-0.4 2009-07-27 17:24:58 +02:00
Marcela Mašláňová
9490bc08b3 Specified commands for tuned-adm (default, server, off).
Start to use gitignore.
2009-07-27 16:36:24 +02:00
Philip Knirsch
4d051a3c6f - Added CPU monitoring and tuning plugins
- Small fixes to tuned specfile, add varnetload properly
2009-07-21 15:01:21 +02:00
Marcela Mašláňová
77d5ee0129 Makefile was missing varnetload file. 2009-07-13 17:23:02 +02:00
Marcela Mašláňová
03276ef8f4 New release 0.1.6.
Update ChangeLog.
2009-07-13 17:00:01 +02:00
Marcela Mašláňová
b7a092f3e7 Initial commit of commandline tool. 2009-07-09 13:23:10 +02:00
Philip Knirsch
b0faedccaa - Added some more utilities
- Fixed typo in README.scomes
2009-07-09 12:23:37 +02:00
Philip Knirsch
73a0ac7227 - Added scomes from Petr Lauterbach 2009-07-09 12:20:45 +02:00
Philip Knirsch
903eed6759 - Updated specfile and ChangeLog, release 0.1.5 2009-03-25 17:52:00 +01:00
Philip Knirsch
fde8c26f21 - Updated documentation, thanks to Marcela Maslanova! 2009-03-25 17:49:48 +01:00
Philip Knirsch
019e5d08cc - 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
2009-03-25 17:42:43 +01:00
Philip Knirsch
ccd7b1e260 - Dropped unecessary kernel-debuginfo requires from tuned-utils 2009-03-06 10:42:52 +01:00
Philip Knirsch
6aa10a2b46 - Fixed placement of doc entry at tuned-utils package 2009-03-02 12:33:09 +01:00
Philip Knirsch
82e5d550f1 - 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)
2009-02-26 18:38:39 +01:00
Philip Knirsch
6b79fa915d - Added comment in empty __init__.py files 2009-02-26 13:47:01 +01:00
Philip Knirsch
c52014cb40 - Fixed BuildRoot tag to use latest recommendation of FPG 2009-02-25 19:32:31 +01:00
Philip Knirsch
85afc406d4 - Updated changelog 2009-02-25 19:25:10 +01:00
Philip Knirsch
62debaff1a - Lots of whitespace changes
- Bump release
- Some minor README changes
2009-02-25 19:22:54 +01:00
Philip Knirsch
2f9173b101 - 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
2009-02-25 18:23:15 +01:00
Philip Knirsch
fd0d01812c - Added explanation for Source entry in specfile 2009-02-25 17:10:11 +01:00
Philip Knirsch
efd15b9e70 - Fixed summary
- Added missing GPL notic to tuned.py
2009-02-25 15:08:41 +01:00
Philip Knirsch
c6e97c54cf - Added a manpage and updated the readme with it (as a start). 2009-02-25 12:30:07 +01:00
Philip Knirsch
60663d4e34 - Updated changelog 2009-02-25 11:47:42 +01:00
Philip Knirsch
ca55260619 - 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
2009-02-25 11:45:48 +01:00
Philip Knirsch
1fa5722844 - 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
2009-02-25 11:28:06 +01:00
Philip Knirsch
e393e728bc - Last few rpmlint fixes to specfile 2009-02-24 13:19:07 +01:00
Philip Knirsch
b47b4e7089 - Added a changelog rule in Makefile
- Started overall README
- Fixed a few rpmlint error messages
2009-02-24 12:14:04 +01:00
Philip Knirsch
80093be74f - Real first complete version with initscript, config file and
proper Makefile and packaging.
2009-02-23 18:03:35 +01:00
Philip Knirsch
c02f25afb0 - Lots of updates to packaging and installation (specfile, makefile) 2009-02-20 18:29:35 +01:00
Philip Knirsch
5818e32742 - Added full network support
- Moved docs around a bit
2009-02-10 18:45:38 +01:00
Philip Knirsch
28bd83e0d2 - Added copyright notices to files
- Added GPL COPYING license file
2009-02-02 14:55:24 +01:00
Philip Knirsch
dad7d76884 - Added a howto docu with some tips and tricks 2009-02-02 14:31:26 +01:00
Philip Knirsch
dcb6c2b4e8 - Fixed the aggressinvess idea. Rather use system/user settings than have yet another separate configurtion 2009-02-02 13:01:22 +01:00
Philip Knirsch
5f27cb0c4f - Added disk and net monitoring systemtap scripts 2009-02-02 12:59:41 +01:00
Philip Knirsch
208a596438 - Draft spec added 2009-02-02 12:34:27 +01:00
Philip Knirsch
7967395772 - Initial stuff 2009-02-02 12:33:41 +01:00