#!/usr/bin/ksh
# ESOT3Proc
# Surveillance du process T3server
# systeme : solaris 2.5
#
# 23/11/97	ESO-12151/Y.Le Cornec
#
if [ -f /logiciel/weblogic/T3server.lock ]
then 
	/logiciel/OpC/opcmon ESO_T3Proc=`/usr/bin/ps -e | /usr/bin/grep m32M | /usr/bin/grep -vc grep`
else
	/logiciel/OpC/opcmon ESO_T3Proc=1
fi
