Port details |
- turbostat Report power statistics for Intel CPUs
- 4.17_4 sysutils =3 4.17_4Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2018-07-25 19:17:40
- Last Update: 2024-01-09 11:11:45
- Commit Hash: 220062a
- People watching this port, also watch:: drm_info, e2fsprogs, sway, endless-sky, xdm
- License: GPLv2
- WWW:
- https://github.com/torvalds/linux/tree/master/tools/power/x86/turbostat
- Description:
- Report processor topology, frequency, idle power-state
statistics, temperature and power on X86 processors.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- turbostat>0:sysutils/turbostat
- To install the port:
- cd /usr/ports/sysutils/turbostat/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/turbostat
- pkg install turbostat
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: turbostat
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1531331060
SHA256 (turbostat-4.17/turbostat.c) = 23bc86ba086b0b18bfb92619eb66e0c482f7d6c20f5a00d9c333ac2a1c212660
SIZE (turbostat-4.17/turbostat.c) = 135407
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- sysutils_turbostat
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.17_4 09 Jan 2024 11:11:45 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
4.17_3 19 Feb 2023 00:44:25 |
Jan Beich (jbeich) |
sysutils/turbostat: unbreak runtime on FreeBSD >= 13.1
$ turbostat
turbostat version 17.06.23 - Len Brown <lenb@kernel.org>
Segmentation fault
* thread #1, name = 'turbostat', stop reason = signal SIGSEGV: invalid address
(fault address: 0x0)
frame #0: 0x0000000000216992 turbostat`topology_probe at turbostat.c:4685:7
4682 * Validate that all cpus in cpu_subset are also in
cpu_present_set
4683 */
4684 for (i = 0; i < CPU_SUBSET_MAXCPUS; ++i) {
-> 4685 if (CPU_ISSET_S(i, cpu_subset_size, cpu_subset))
4686 if (!CPU_ISSET_S(i, cpu_present_setsize,
cpu_present_set))
4687 err(1, "cpu%d not present", i);
4688 } (Only the first 15 lines of the commit message are shown above ) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
4.17_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
4.17_2 31 Dec 2021 21:34:49 |
Stefan Eßer (se) |
sysutils/turbostat: use CPU_* macros defined in -CURRENT |
4.17_2 25 Sep 2021 15:30:47 |
Ryan Steinmetz (zi) |
*/*: Reset MAINTAINER due to fatal email bounces |
4.17_2 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
4.17_2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.17_2 09 Dec 2020 18:28:57 |
ericbsd |
sysutils/turbostat: Update to fix sysctl kern.sched.topology_spec max length
Submitted by: darkfiberiru_gmail.com
Reviewed by: scottph freqlabs |
4.17_1 03 Aug 2018 20:06:27 |
pi |
sysutils/turbostat: Fix reading topology with multiple packages
Fixed a bug where core identifiers within a package would not
count from zero. This caused a out-of-bounds array access when
multiple packages were present.
Also gracefully handle the absence of the kern.intrs sysctl (added
in 12.0), and don't use reallocarray (added in 11.0).
PR: 230066
Reported by: kbowling
Submitted by: D Scott Phillips <d.scott.phillips@intel.com> (maintainer) |
4.17 25 Jul 2018 19:17:22 |
pi |
New port: sysutils/turbostat
Report processor topology, frequency, idle power-state
statistics, temperature and power on X86 processors.
WWW: https://github.com/torvalds/linux/tree/master/tools/power/x86/turbostat
PR: 229988
Submitted by: D Scott Phillips <d.scott.phillips@intel.com> |