Eicon Networks DIVAMobile V90 Wartungshandbuch Seite 117

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 172
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 116
116
#! /bin/sh
#This "n_cons" value will start 30 server and 30 client sessions
n_cons=30
# remove old log files
rm -f log.*
while [ $((n_cons)) -ge 1 ]
do
echo "Start $(($n_cons+30)) -> $((n_cons))"
/usr/lib/opendiva/divas/tty_test $((n_cons)) sv auto&
sleep 1
/usr/lib/opendiva/divas/tty_test $(($n_cons+30)) 800 v110 -l512 -a+ib5+iu="<8890214800bb>" -x&
sleep 1
n_cons=$(($n_cons-1))
done
#
# Note that tty_test updates log files after 64 KBytes
# of data have been transferred. Also, please be patient if you
# use v110 with 9600 bps.
# To view tty_test processes, type "ps x".
# To view the log files, use "cat log.* | more".
# --------------------------------------------------------------
# END OF SCRIPT
# --------------------------------------------------------------
Seitenansicht 116
1 2 ... 112 113 114 115 116 117 118 119 120 121 122 ... 171 172

Kommentare zu diesen Handbüchern

Keine Kommentare