Displaying 3 results from an estimated 3 matches for "mload".
Did you mean:
load
2013 Feb 16
1
Asterisk not return int value
...tional parameter
CRITICAL=`echo $2`;
ME=`basename $0`;
#echo $CRITICAL
if [[ "$2" == "" ]]
then
echo NO INPUT!!! Usage ./$ME -c N
else
typeset -i ASCALLS;
ASCALLS=`asterisk -rx "core show channels" | grep active | grep call | awk
'{print $1}'`
#echo $ASCALLS;
#mload=`echo "$ASCALLS" | $BC`;
#echo $((num+1))
if [[ "$ASCALLS" -lt "$CRITICAL" ]]
then
echo OK!!! Total Active Calls:$ASCALLS;
exit 0
else
echo CRITICAL!!! Total Active Calls:$ASCALLS;
exit 2
fi
fi
Thanks
B...
2005 Apr 12
5
patch to add a menu item in Rgui for RSiteSearch
...arch R Site' in
the `Help' menu in Rgui (which calls RSiteSearch() on the input string).
Best,
Andy
--- R-beta/src/gnuwin32/rui.c 2005-03-06 09:41:40.000000000 -0500
+++ R-beta-new/src/gnuwin32/rui.c 2005-04-12 08:21:55.001824500 -0400
@@ -65,7 +65,8 @@
static menuitem msource, mdisplay, mload, msave, mloadhistory,
msavehistory, mpaste, mpastecmds, mcopy, mcopypaste, mlazy, mconfig,
mls, mrm, msearch, mhelp, mmanintro, mmanref, mmandata,
- mmanext, mmanlang, mmanadmin, mman0, mapropos, mhelpstart, mhelpsearch,
+ mmanext, mmanlang, mmanadmin, mman0, mapropos, mhelpstart,...
2001 Dec 05
9
Windows testing
R 1.4.0 is now sinking into feature freeze, and we'd like some help
testing it under Windows. Duncan Murdoch and Uwe Ligges have already
volunteered.
I've put a copy of SetupR140.exe at
http://www.stats.ox.ac.uk/pub/bdr/RWin
Also in that directory is a file TESTING suggesting some tests, not all of
which have been run on this build. As the graphics internals have been
changed a lot