This shows you the differences between two versions of the page.
saisp:labs:09:contents:08 [2014/05/05 15:38] razvan.deaconescu |
saisp:labs:09:contents:08 [2014/05/05 15:43] (current) razvan.deaconescu |
||
---|---|---|---|
Line 69: | Line 69: | ||
/var/www/cache/tmp: | /var/www/cache/tmp: | ||
+ | </code> | ||
+ | |||
+ | Ca să comparăm Nginx cu Varnish folosim ''httperf'':<code bash> | ||
+ | student@mjolnir:~$ httperf --server=192.168.0.3 --wsess=2000,10,2 --rate 300 --timeout 5 | ||
+ | [...] | ||
+ | student@mjolnir:~$ httperf --server=192.168.0.3 --port=8080 --wsess=2000,10,2 --rate 300 --timeout 5 | ||
</code> | </code> | ||
</solution> | </solution> |