Eicon Networks V8.3 Wartungshandbuch Seite 100

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 149
  • Inhaltsverzeichnis
  • FEHLERBEHEBUNG
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 99
99
#! /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 99
1 2 ... 95 96 97 98 99 100 101 102 103 104 105 ... 148 149

Kommentare zu diesen Handbüchern

Keine Kommentare