Re: instabiler Browser

Polytropon <[email protected]> Sat, 10 Feb 2018 18:54:48 +0100
Newsgroups gmane.os.freebsd.questions.german
Organization EDVAX
Message-ID <[email protected]>
On Sat, 10 Feb 2018 16:39:36 +0100, Heino Tiedemann wrote:
> Wie kann ich überhaupt die temp auslesen?

Am bequemsten mit Programmen wie xmbmon (Paket mbmon), da kann
man es während der "Sitzung" am Bildschirmrand elegant mitlaufen
lassen und immer ein Auge drauf haben.

Beispielaufruf:

	% xmbmon -g 150x100+0+897 -tmin 20.0 -tmax 70.0 -cmtmb CPU -cltmb blue -cmtcpu CS -cltcpu cyan -cmtcs SYS -cltcs green -vmin 2.0 -vmax 3.0 -cmvc V -clvc red &

Grenzen und Quellen sind jedoch systemboardspezifisch. Siehe
dazu "man xmbmon". Mit dem sysctl-Programm kann man außerdem
"manuell auslesen", zum Beispiel so:

	% sysctl dev.cpu.0.temperature dev.cpu.1.temperature
	dev.cpu.0.temperature: 22.0C
	dev.cpu.1.temperature: 25.0C

Vielleicht gibt's auch hier noch etwas Inspiration:

	https://forums.freebsd.org/threads/882/

Es hilft jedoch nicht, mit dem angefeuchteten Finger auf die vom
Lüfter befreite CPU zu fassen. ;-)



-- 
Polytropon
Magdeburg, Germany
Happy FreeBSD user since 4.0
Andra moi ennepe, Mousa, ...


To Unsubscribe: send mail to [email protected]
with "unsubscribe de-bsd-questions" in the body of the message