#!/bin/ksh

#-----------------------------------------------------
# Determine the Dispatcher capability from statistics
#-----------------------------------------------------
NDSTAT1=`/usr/bin/awk '{print $1}' /opt/nd/servers/ndloadstat`

#-----------------------------------------------------
# Determine the current capability of a Dispatcher as a whole
#-----------------------------------------------------
let DLOAD=$NDSTAT1
echo $DLOAD


