Displaying 2 results from an estimated 2 matches for "counter_s".
Did you mean:
counter's
2005 Feb 11
1
CentOS CPU Temperature - Mini-HowTo
...t.
Here is a script that we use when doing burn-in on our systems to monitor
the time they have been running and the latest temps - we test under full
load using cpuburn-1.4.
#! /bin/csh
# temp display shell script
# ISSLLC sab 3/04
echo ""
echo "Starting"
echo ""
@ counter_s = 0
@ minutes = 0
@ hrs = 0
echo "Burn Time = $hrs hrs $minutes mins $counter_s secs"
echo ""
while (1)
sensors | grep emp
sleep 10
echo ""
@ counter_s += 10
if($counter_s == 60) then
@ counter_s = 0
@ minutes += 1
if($minutes == 60) then
@ minutes = 0
@ hrs +=...
2007 Feb 02
0
Line drops
Hello to all,
I post again (last time subject: Line drops strange problem(got event On
hook) because i have caught in debug a situation where i get a call and
the line drops and i get a call from the same caller and the line works
well and the call normally closes by both parties. The only differences
i find are underlined.
If someone can understand the reason why the line drops from the debug