File: control

package info (click to toggle)
i7z 0.27.2%2Bgit2013.10.12-g5023138-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 592 kB
  • ctags: 653
  • sloc: ansic: 2,361; cpp: 1,562; ruby: 360; makefile: 74; sh: 28
file content (37 lines) | stat: -rw-r--r-- 1,451 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
Source: i7z
Section: admin
Priority: extra
Maintainer: Andreas Beckmann <anbe@debian.org>
Build-Depends: debhelper (>= 9),
 libncurses5-dev,
 libqt4-dev,
 gdb,
Standards-Version: 3.9.6
Homepage: https://github.com/ajaiantilal/i7z
Vcs-Git: git://anonscm.debian.org/collab-maint/i7z.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/i7z.git

Package: i7z
Architecture: amd64 i386 x32
Depends: msr-tools, ruby | ruby-interpreter, ${shlibs:Depends}, ${misc:Depends}
Description: reporting tool for i7, i5, i3 CPUs
 i7z reports Intel Core i7, i5, i3 CPU information about Turbo Boost,
 frequencies, multipliers, ... and comes top-like display showing per core the
 current frequency, temperature and times spent in the C0/C1/C3/C6/C7 states.
 .
 There is also an i7z_rw_registers script that allows toggling Turbo mode
 or set multipliers.

Package: i7z-gui
Architecture: amd64 i386 x32
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: GUI for i7z, a reporting tool for i7, i5, i3 CPUs
 i7z reports Intel Core i7, i5, i3 CPU information about Turbo Boost,
 frequencies, multipliers, ... and comes top-like display showing per core the
 current frequency, temperature and times spent in the C0/C1/C3/C6/C7 states.
 .
 This package contains the QT gui for i7z.
 .
 Note: For sandybridge and ivybridge, it incorrectly adds C7 state values to
 the C0 state, so it does report things incorrectly; use the console version
 as its up to date.