!!Testing delle performances di un applicazione WEB
Utilizziamo questo metodo:
sproxy + siege
Sproxy è un proxi "virtuale" che da linea di comando (linux) mi salva i link dei siti su cui sto navigando.
Il risultato è un file testuale che diamo in pasto a siege (linux) che mi fa il test di performances vero e proprio...

....da completare....immagini....varie....

{{{
Siege is a multi-threaded http load testing and benchmarking utility. It was designed to let web developers measure the performance of their code under duress. It allows one to hit a web server with a configurable number of concurrent simulated users. Those users place the webserver "under siege." Performance measures include elapsed time, total data transferred, server response time, its transaction rate, its throughput, its concurrency and the number of times it returned OK. These measures are quantified and reported at the end of each run
}}}