1
0
Fork 0
Commit graph

125 commits

Author SHA1 Message Date
Jaroslav Škarvada
f2fa467a12 tuned: added balanced profile and it is the default now
tuned: moved default profile into profiles-compat
2012-03-30 12:53:43 +02:00
Jaroslav Škarvada
e79e3fa0db utils: tuned_powertop_profile renamed to powertop2tuned
utils: powertop2tuned changed cmdline options and several minor fixes
tuned: removed accidentaly pushed tuned-2.0/profiles/functions
tuned: some minor modifications
2012-03-30 12:33:50 +02:00
Jaroslav Škarvada
c83d0aa507 Makefile: fixed build 2012-03-29 01:02:10 +02:00
Jaroslav Škarvada
abde247cb8 Added bash-completion for tuned-adm 2012-03-29 00:48:58 +02:00
Jaroslav Škarvada
d6ff00ee0c tuned: systemd service fix 2012-03-29 00:17:57 +02:00
Jaroslav Škarvada
d2f157d2b5 man: added man pages tuned-adm.8, tuned.8 2012-03-28 17:51:15 +02:00
Jaroslav Škarvada
6b349ed91f profiles: called action handler from scripts 2012-03-28 16:54:18 +02:00
Jaroslav Škarvada
f310e0ee00 spec: packaged tuned_powertop_profile.py 2012-03-28 16:46:29 +02:00
Jaroslav Škarvada
02b24196a8 profiles: removed ktune from functions
removed useless actions from functions
2012-03-28 16:39:55 +02:00
Jaroslav Škarvada
ae3f629827 tuned: config file suffix changed to .conf
profiles: config files renamed to end with .conf
man: minor update of tuned.conf.5
Makefile: install tuned_powertop_profile.py script
2012-03-28 16:26:18 +02:00
Jaroslav Škarvada
f0e955e967 profiles: added profiles converted from tuned 1.0
profiles: added powersave profile
tuned: reduced number of installed profiles, the rest are in compat subpackage
2012-03-28 15:42:56 +02:00
Jan Kaluza
0582eaac31 removed useless print + added missing incrementation 2012-03-26 13:17:00 +02:00
Jan Kaluza
1b14bea56a Treat section name as plugin type 2012-03-26 13:05:58 +02:00
Jan Kaluza
7446cc90fd unique names 2012-03-26 11:38:36 +02:00
Jan Kaluza
ba31684782 "disable" option to disable plugins 2012-03-26 11:28:14 +02:00
Jan Kaluza
bf205aafb3 Do not cleanup plugins in repository, since they are cleaned up by their __del__ method 2012-03-22 11:05:05 +01:00
Jan Vcelak
1bc60f0b9b tuned: fix logging to files 2012-03-22 10:49:24 +01:00
Jan Kaluza
3c460f5e22 Some testing profiles 2012-03-22 09:56:01 +01:00
Jan Kaluza
62e22ac8c0 Install tuned-adm 2012-03-22 08:03:21 +01:00
Jan Kaluza
921faba02c Removed unsunsed powertop generator code 2012-03-14 10:23:09 +01:00
Jan Kaluza
5395ae035a fixed powertop profile generator 2012-03-14 10:10:08 +01:00
Jan Kaluza
0892480ac2 kwin-stop 2012-03-14 09:59:29 +01:00
Jan Kaluza
0541ad4081 Implement tuned-adm off 2012-03-14 09:52:27 +01:00
Jan Kaluza
3a5db1257a first try of tuned-adm active command 2012-03-13 14:02:52 +01:00
Jan Kaluza
83a7845f93 tuned-adm list 2012-03-13 13:58:45 +01:00
Jan Kaluza
0faaa74df3 tuned.cfg man page + initial tuned-adm 2012-03-13 13:20:52 +01:00
Jan Kaluza
25371679a4 Profiles and scripts can be loaded from /etc/tuned or /usr/lib/tuned without need to define absolute paths 2012-03-13 11:12:08 +01:00
Jan Vcelak
6f2fe52977 update GPLv2 license text (new FSF address) 2012-03-12 17:53:24 +01:00
Jan Vcelak
8cd09f7a20 create RPM specfile 2012-03-12 17:53:14 +01:00
Jan Vcelak
b986465285 update gitignore 2012-03-12 17:53:14 +01:00
Jan Vcelak
42241cd8c9 TODO file 2012-03-12 17:53:14 +01:00
Jan Vcelak
70bdf7fb9a create Makefile for source codes management 2012-03-12 17:53:06 +01:00
Jan Vcelak
c285a87c32 systemd: tuned service file, tmpfiles configuration 2012-03-12 17:53:06 +01:00
Jan Vcelak
79a2dbf629 install instructions 2012-03-12 17:53:02 +01:00
Jan Vcelak
aaaa0cc67b move testing configuration to "test" profile 2012-03-12 17:53:02 +01:00
Jan Vcelak
2a2433848c move manual pages to "man" directory 2012-03-12 17:53:02 +01:00
Jan Vcelak
9e7b5ac137 move systemtap scripts to "systemtap" directory 2012-03-12 17:53:02 +01:00
Jan Vcelak
61d305bc3b move experimental code to "experiments" directory 2012-03-12 17:53:02 +01:00
Jan Vcelak
69cc6f3fc1 doc: import documentation for contrib scripts 2012-03-12 17:53:01 +01:00
Jan Vcelak
69eee29cf7 contrib: take from tuned-1.0 2012-03-12 17:53:01 +01:00
Jan Vcelak
b0198fc5b7 AUTHORS: update, complete list of contributors 2012-03-12 17:52:45 +01:00
Jan Kaluza
762c30b97a Cleanup plugins when changing profile 2012-03-12 13:45:56 +01:00
Jan Kaluza
f8fdb488df make pid dir 2012-03-12 12:39:51 +01:00
Jan Kaluza
3e2581e63c Store pid in pidfile 2012-03-12 11:26:39 +01:00
Jan Kaluza
d3958b948d Store current profile into /etc/tuned/active_profile and read it on SIGHUP fromt here 2012-03-08 10:20:22 +01:00
Jan Kaluza
f640211e92 /var/run... 2012-03-07 13:10:01 +01:00
Jan Kaluza
c4a0fd2cf1 store in /var/lib 2012-03-07 13:07:17 +01:00
Jan Kaluza
f7b880076d Revert elevator if storage file is present 2012-03-02 09:42:00 +01:00
Jan Kaluza
92c8c36350 Set default sysctl if storage file is present 2012-03-02 09:23:06 +01:00
Jan Kaluza
8fabbb928f Store old elevator in storage 2012-03-02 07:20:13 +01:00