#!/bin/sh
while :
do
makelinkwidth -c lookatit -V ifInOctets -l 10000InputOctets -f 10000 -n nsfnett3
#makelinkwidth -c lookatit -V ifInNUcastPkts -l 100InputPackets -f 100 -n nsfnett3
#makelinkwidth -c monitor -V ifInUcastPkts -l 100PacketsPerSecond -f 100 -n cicnet
sleep 60
done
exit
while :
do
( make 2>&1 ) >/tmp/out 
vi /tmp/out getlinkstate.c
sleep 5
done
