This is version . It is not the current version, and thus it cannot be edited.
[Back to current version]   [Restore this version]

Chiamate ad oggetti esterni#

....descrizione....

GROSSO PROBLEMA Performances: in unionfotomarket As400 270 non sopporta il carico di connessioni. Non so se nelle casistiche attuali di webup1 siano già state rilevati questi problemi, ma con un traffico medio di 1000 visite/gg, permanenza media sul sito 5 minuti, pagine medie/visita=9 la macchina SI INGINOCCHIA !!!!!


Hai provato a valutare la connessione tra il numero di utenti attivi sul web e le prestazioni AS400? Mediamente quanti utenti sono collegati contemporaneamente?

Dario

--Dario Foresti, 12-dic-2008 12:04


Dai dati risulta : 1000 / 8h = 125 utenti/h = 2utenti/min... ogni utente visita 9 pagine in 5 minuti = 2 pagine minuto.. empiricamente circa 4 pagine / minuto...

con il test performance di sage settato con 4 utenti / minuto la macchina va in crisi nera !!! (io non so dirti cpw della stessa....so solo il modello 270)

--turchetti, 12-dic-2008 16:35


Questi sono i risultati utilizzando l'utility siege:

Con connessione ad AS400:

root@ubuntu:~# siege -v -c4 -t1M  --internet --file=/home/telnext/URLTest/urlsUFM.txt
** SIEGE 2.66
** Preparing 4 concurrent users for battle.
The server is now under siege...

Lifting the server siege...      
done.
Transactions:                     76 hits
Availability:                 100.00 %
Elapsed time:                  60.05 secs
Data transferred:               0.86 MB
Response time:                  2.47 secs
Transaction rate:               1.27 trans/sec
Throughput:                     0.01 MB/sec
Concurrency:                    3.13
Successful transactions:          61
Failed transactions:               0
Longest transaction:           18.60
Shortest transaction:           0.10

Senza connessione ad AS400 lettura di dati da DB locale:

root@ubuntu:~# siege -v -c4 -t1M  --internet --file=/home/telnext/URLTest/urlsUFM.txt
** SIEGE 2.66
** Preparing 4 concurrent users for battle.
The server is now under siege...
Lifting the server siege...
Done.
Transactions:                    148 hits
Availability:                 100.00 %
Elapsed time:                  59.81 secs
Data transferred:               1.99 MB
Response time:                  1.18 secs
Transaction rate:               2.47 trans/sec
Throughput:                     0.03 MB/sec
Concurrency:                    2.92
Successful transactions:         121
Failed transactions:               0
Longest transaction:           10.93
Shortest transaction:           0.10

Lanciando l'utility in modo un po' più aggressivo ad esempio con 50 utenti concorrenti utilizzando la connessione ad AS400:

siege -v -c50 -t1M  --internet --file=/home/telnext/URLTest/urlsUFM.txt
il sito si blocca mettendo in crisi le chiamate alle F che non rispondono più.

--Maianti Alberto, 2008-12-15

Add new attachment

Only authorized users are allowed to upload new attachments.
« This particular version was published on 14-Apr-2010 14:30 by Maianti Alberto.