Displaying 2 results from an estimated 2 matches for "counter_".
Did you mean:
counter
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
...56: Match Found
_Jan 31 15:23:24 DEBUG[25981] channel.c: Didn't get a frame from
channel: SIP/53-b7a05818
Jan 31 15:23:24 DEBUG[25981] channel.c: Bridge stops bridging channels
Zap/7-1 and SIP/53-b7a05818
Jan 31 15:23:24 DEBUG[25981] chan_sip.c: update_call_counter(53) -
decrement call limit counter_
Jan 31 15:23:24 DEBUG[25981] app_dial.c: Exiting with DIALSTATUS=ANSWER.
Jan 31 15:23:24 VERBOSE[25981] logger.c: == Spawn extension
(ringoffice, s, 1) exited non-zero on 'Zap/7-1'
Jan 31 15:23:24 DEBUG[25981] pbx.c: Function result is '00381113237515'
Jan 31 15:23:24 DEBUG[25981...