Sponsored Content
Full Discussion: Test temperature and alert
Top Forums Shell Programming and Scripting Test temperature and alert Post 303023759 by tomislav91 on Friday 21st of September 2018 05:15:28 PM
Old 09-21-2018
It gives me

Quote:
bash get_cpu_temp.sh
44.55
get_cpu_temp.sh: line 25: [: tc: integer expression expected
Oh no, it's greater than 90 !
this is a part of code
Code:
tc=$(echo "scale=2;(5/9)*($avg_cpu_temp-32)"|bc)
echo $tc
if [ "tc" -le "90" ]
then
        echo "Less than or equal to 90, so that's OK"
        exit 0
else
        echo "Oh no, it's greater than 90 !"
        exit 1
fi

 

9 More Discussions You Might Find Interesting

1. HP-UX

temperature records

I'm fairly new to hpux, so this is what i've been trying to figure out. Is it possible to get any logs on hpux that would indicate if the system, cpu, or other hardware components reached above normal or critical temperatures? Thanks, -K (0 Replies)
Discussion started by: uzerx
0 Replies

2. SCO

temperature monitor

Is there command in sco unixware 7.1.3 from which i can find the temperature of the system/hardware. Something equivalent to prtdiag in solaris maybe thanks (1 Reply)
Discussion started by: gsb81
1 Replies

3. Solaris

CPU temperature

Hi all I have a SUN V480 server with 4 processores and I've noticed that the temperature for 2 of the 4 processers are quite high (63 degrees Celsius). Does anyone know what the operating temperatures of the Sparc CPU's are? I'm not getting any warning messages yet, but I want to resolve the... (3 Replies)
Discussion started by: soliberus
3 Replies

4. Filesystems, Disks and Memory

Hard Drive Temperature?

Hi, I just set up a raid Z array in solaris xpress and I notice that the drives feel pretty damn hot. I use speedfan to monitor the temperatures of the hard drives in XP. Is there a similar program for solrais? I assume there would be since the drives all have temp sensors in them, but I... (2 Replies)
Discussion started by: ciscocbee
2 Replies

5. Shell Programming and Scripting

Test on string containing spacewhile test 1 -eq 1 do read a $a if test $a = quitC then break fi d

This is the code: while test 1 -eq 1 do read a $a if test $a = stop then break fi done I read a command on every loop an execute it. I check if the string equals the word stop to end the loop,but it say that I gave too many arguments to test. For example echo hello. Now the... (1 Reply)
Discussion started by: Max89
1 Replies

6. Solaris

CPU Temperature Details

How to get a CPU temperature and current power consumption in T5220 server both from system controller and Operating system. I need details by cores. Thanks in advance. (13 Replies)
Discussion started by: fugitive
13 Replies

7. UNIX for Dummies Questions & Answers

MAKING A SCRIPT FOR TEMPERATURE

People hello to everybody exist a way to do a script for view the temperature. I have Red Hat Linux release 9 (Shrike) Kernel 2.4.20-8 on an i686 THANk YOU FOR YOUR TIME. (4 Replies)
Discussion started by: enkei17
4 Replies

8. Shell Programming and Scripting

How to check weather a string is like test* or test* ot *test* in if condition

How to check weather a string is like test* or test* ot *test* in if condition (5 Replies)
Discussion started by: johnjerome
5 Replies

9. Solaris

reading temperature again and ipmitool

some say '/usr/sfw/bin/ipmitool' can be used to read temperature. has anyone tried it? what options should be used? (1 Reply)
Discussion started by: orange47
1 Replies
APS(4)							   BSD Kernel Interfaces Manual 						    APS(4)

NAME
aps -- ThinkPad Active Protection System accelerometer SYNOPSIS
aps0 at isa? port 0x1600 DESCRIPTION
The aps driver provides support for several sensors found in some ThinkPad laptops. The sensors currently exposed via the envsys(4) interface are: Sensor Units Typical Use x-acceleration integer X-axis acceleration y-acceleration integer Y-axis acceleration x-variable integer Weighted X acceleration? y-variable integer Weighted Y acceleration? temperature 1 degC Unknown temperature temperature 2 degC Unknown temperature keyboard active boolean Keyboard activity mouse active boolean Mouse activity lid open boolean Lid state SEE ALSO
envsys(4), hpacel(4), thinkpad(4), envstat(8) HISTORY
The aps driver first appeared in OpenBSD 3.8 and was then ported to NetBSD 5.0. AUTHORS
The aps driver was written by Jonathan Gray <jsg@openbsd.org>. CAVEATS
Few issues can be mentioned. o The aps driver does not maintain state and subsequently does not take evasive action when it thinks the hard drive is in danger. Possi- ble actions would include spinning down the hard drive in case excessive tremor is detected by the sensors. o The Y axis on X40 and possibly other models seems to be inverted. It is unknown how to distinguish between different versions of the accelerometer to compensate for this in the driver at this time. o The sensor values are refreshed every 0.5 seconds. Because no protection measures are taken, this is unnecessary and may have a negative effect on battery life. o As IBM provides no documentation, it is not known what all the available sensors are used for. BSD
July 13, 2011 BSD
All times are GMT -4. The time now is 03:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy