All Projects → hacker1024 → coretemp

hacker1024 / coretemp

Licence: GPL-2.0 license
Outputs current CPU core and package temperatures on macOS.

Projects that are alternatives of or similar to coretemp

GPUUtilization
measure GPU hardware utilization on iOS Devices
Stars: ✭ 102 (+183.33%)
Mutual labels:  system-monitor, iokit
coralsun
macOS Cython IOKit Utility Library
Stars: ✭ 41 (+13.89%)
Mutual labels:  iokit
nodejs
Node.js in-process collectors for Instana
Stars: ✭ 66 (+83.33%)
Mutual labels:  cpu
computer-organization-lab
中山大学计算机组成原理实验 (2018 秋):用 Verilog 设计并实现的简易单周期和多周期 CPU
Stars: ✭ 45 (+25%)
Mutual labels:  cpu
ARMStrong
A fast and simple ARM Simulator made for education based upon Unicorn and Keystone engines
Stars: ✭ 99 (+175%)
Mutual labels:  cpu
cpu monitor
ROS node that publishes all nodes' CPU and memory usage
Stars: ✭ 52 (+44.44%)
Mutual labels:  cpu
hardware
Get CPU, Memory and Network informations of the running OS and its processes
Stars: ✭ 70 (+94.44%)
Mutual labels:  cpu
kotary
Managing Kubernetes Quota with confidence
Stars: ✭ 85 (+136.11%)
Mutual labels:  cpu
IOBrowser
A macOS application for browsing the IOKit registry.
Stars: ✭ 123 (+241.67%)
Mutual labels:  iokit
BenEaterVHDL
VHDL project to run a simple 8-bit computer very similar to the one built by Ben Eater (see https://eater.net)
Stars: ✭ 30 (-16.67%)
Mutual labels:  cpu
steel-core
Processor core implementing the base RV32I instruction set of the RISC-V ISA
Stars: ✭ 67 (+86.11%)
Mutual labels:  cores
em400
MERA 400 emulator
Stars: ✭ 36 (+0%)
Mutual labels:  cpu
panorama
Lightweight system monitor for Linux
Stars: ✭ 31 (-13.89%)
Mutual labels:  system-monitor
doc
Get usage and health data about your Node.js process.
Stars: ✭ 17 (-52.78%)
Mutual labels:  cpu
indicium
Portable, advanced system information utility
Stars: ✭ 46 (+27.78%)
Mutual labels:  cpu
tree-core-cpu
A series of RISC-V soft core processor written from scratch. Now, we're using all open-source toolchain( chisel, mill, verilator, NEMU, AM and difftest framework, etc) to design and verify.
Stars: ✭ 22 (-38.89%)
Mutual labels:  cpu
ROIcoin
ROI Coin "ROI Coin Is Different"
Stars: ✭ 16 (-55.56%)
Mutual labels:  cpu
RoIAlign-RoIPool-pytorch
C++ extension implementation of RoIAlign & RolPool (both GPU and CPU) for PyTorch
Stars: ✭ 69 (+91.67%)
Mutual labels:  cpu
CoinHive
A nice friendly simple and easly customizable GUI for coinhives javascript miner to embed onto websites so users of your site can interact with features of the miner on every single page this javascript miner is to help those who have problems with advertisements/advertising/ads popups banners mobile redirects malvertising/malware etc and provid…
Stars: ✭ 58 (+61.11%)
Mutual labels:  cpu
MM.Hash
Profit Switching Miner For HiveOS/Linux- OLD VERSION: Project Moved To SWARM! https://github.com/MaynardMiner/SWARM
Stars: ✭ 17 (-52.78%)
Mutual labels:  cpu

coretemp

Outputs current CPU core and package temperatures on macOS.

Usage

Install with brew

brew install hacker1024/hacker1024/coretemp

Compile manually

make

Run manually

./coretemp

or

sudo make install # installs to /usr/local/bin
coretemp

Output example

62
58
59
58

Options

  • -C Output temperature in Celsius (default).
  • -F Output temperature in Fahrenheit.
  • -c <num> Specify which cores to report on, in a comma-separated list. If unspecified, reports all temperatures.
  • -r <num> The accuracy of the temperature, in the number of decimal places. Defaults to 0.
  • -p Display the CPU package temperature instead of the core temperatures.

Maintainer

hacker1024 <[email protected]>

Source

Apple System Management Control (SMC) Tool Copyright (C) 2006

Inspiration

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].