Advantek Networks APS-U2001 Instrukcja Użytkownika Strona 126

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 146
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 125
111
· Para uso de MS Word, desde un cliente VNC:
· Para uso del Navegador Firefox, desde una red local:
d="stress -m $(expr $1 \* 8) --vm-bytes 9M --timeout $2s"
e="stress -m $(expr $1 \* 8) --vm-bytes 5M --timeout $2s"
f="stress -m $(expr $1 \* 17) --vm-bytes 3M --timeout $2s"
time $a | $b | $c | $d | $e | $f | sh medidas
sh promedio
sh promedio >> resultados
#!/bin/bash
#script memoria
#uso: sh memoria #usuarios #segundosDuracion
echo "------------------------------------------------------" >>
resultados
echo `uptime` >> resultados
echo "Simulación:" $1 "usuarios. Duración:" $2 "segundos" >> resultados
a="stress -m $(expr $1 \* 2) --vm-bytes 40M --timeout $2s"
b="stress -m $(expr $1 \* 1) --vm-bytes 28M --timeout $2s"
c="stress -m $(expr $1 \* 4) --vm-bytes 16M --timeout $2s"
d="stress -m $(expr $1 \* 6) --vm-bytes 12M --timeout $2s"
e="stress -m $(expr $1 \* 9) --vm-bytes 8M --timeout $2s"
f="stress -m $(expr $1 \* 36) --vm-bytes 4M --timeout $2s"
time $a | $b | $c | $d | $e | $f | sh medidas
sh promedio
sh promedio >> resultados
#!/bin/bash
#script memoria
#uso: sh memoria #usuarios #segundosDuracion
echo "------------------------------------------------------" >>
resultados
echo `uptime` >> resultados
echo "Simulación:" $1 "usuarios. Duración:" $2 "segundos" >> resultados
a="stress -m $(expr $1 \* 8) --vm-bytes 74M --timeout $2s"
b="stress -m $(expr $1 \* 1) --vm-bytes 33M --timeout $2s"
c="stress -m $(expr $1 \* 1) --vm-bytes 25M --timeout $2s"
d="stress -m $(expr $1 \* 5) --vm-bytes 13M --timeout $2s"
e="stress -m $(expr $1 \* 6) --vm-bytes 9M --timeout $2s"
f="stress -m $(expr $1 \* 7) --vm-bytes 5M --timeout $2s"
g="stress -m $(expr $1 \* 17) --vm-bytes 3M --timeout $2s"
h="stress -m $(expr $1 \* 13) --vm-bytes 1M --timeout $2s"
time $a | $b | $c | $d | $e | $f | $g | $h | sh medidas
sh promedio
sh promedio >> resultados
Przeglądanie stron 125
1 2 ... 121 122 123 124 125 126 127 128 129 130 131 ... 145 146

Komentarze do niniejszej Instrukcji

Brak uwag