8000 GitHub - andmarios/i7tt at v1.01
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

andmarios/i7tt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

i7tt - CPU Temperature CLI Monitor Build Status

Introduction

i7tt is a simple utility to show the current CPU temperature(s) and a historical average in the terminal. It uses the Linux sysfs interface of the coretemp driver, thus it should support most Intel processors produced after 2005.

i7tt screenshot

i7tt stands for i7 terminal temperature.

Usage

To run from source:

$ git clone https://github.com/andmarios/i7tt
$ cd i7tt
$ go get -u
$ go run i7tt.go

You may also download a precompiled binary for x86_64.

If you have set your go correctly, you can install it easily:

$ go get -u github.com/andmarios/i7tt
$ i7tt

You may set the average period length (default 30 seconds):

$ i7tt -a 5

Hacking

Since the sysfs interface of hwmon devices is standard, it should be easy to add other temperature sensors that expose their information to sysfs via tweaking the regular expressions that detect the sysfs files. Have a look to the Linux kernel hwmon documentation.

Unfortunately I haven't any other hardware to test.

About

A Linux CPU temperature terminal monitor with history charts.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

0