File: control

package info (click to toggle)
tuned 2.20.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,092 kB
  • sloc: python: 11,886; sh: 680; ansic: 178; makefile: 178
file content (96 lines) | stat: -rw-r--r-- 3,655 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Source: tuned
Section: admin
Priority: optional
Maintainer: Evgeni Golov <evgeni@debian.org>
Build-Depends: debhelper-compat (= 13),
               desktop-file-utils,
               dh-python,
               ethtool,
               hdparm,
               pkg-config,
               python3-all,
               python3-dbus,
               python3-gi,
               python3-pyudev,
               systemd
Standards-Version: 4.6.2
Homepage: https://tuned-project.org/
Vcs-Git: https://salsa.debian.org/debian/tuned.git
Vcs-Browser: https://salsa.debian.org/debian/tuned

Package: tuned
Architecture: all
Depends: dbus,
         ethtool,
         gawk,
         polkitd,
         procps,
         python3-dbus,
         python3-linux-procfs,
         python3-gi,
         python3-pyudev,
         virt-what,
         ${misc:Depends},
         ${python3:Depends}
Recommends: linux-cpupower, dmidecode, hdparm, iproute2, kmod
Description: daemon for monitoring and adaptive tuning of system devices
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.

Package: tuned-gtk
Architecture: all
Depends: gir1.2-gtk-3.0,
         pkexec,
         powertop,
         python3-gi,
         tuned (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Replaces: tuned (<< 2.20.0-1~)
Description: GTK+ GUI for tuned
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.
 .
 This package contains the GTK+ GUI that can control tuned and provides simple
 profile editor.

Package: tuned-utils
Architecture: all
Depends: powertop,
         tuned (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: various tuned utilities
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.
 .
 This package contains utilities that can help you to fine tune and
 debug your system and manage tuned profiles.

Package: tuned-utils-systemtap
Architecture: all
Depends: systemtap,
         tuned (= ${binary:Version}),
         ${misc:Depends},
         ${python3:Depends}
Description: disk and net statistic monitoring systemtap scripts
 The tuned package contains a daemon that tunes system settings dynamically.
 It does so by monitoring the usage of several system components periodically.
 Based on that information components will then be put into lower or higher
 power saving modes to adapt to the current usage. Currently only ethernet
 network and ATA harddisk devices are implemented.
 .
 This package contains several systemtap scripts to allow detailed
 manual monitoring of the system. Instead of the typical IO/sec it collects
 minimal, maximal and average time between operations to be able to
 identify applications that behave power inefficient (many small operations
 instead of fewer large ones).