INTRODUCTION
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 config‐
urable number of concurrent simulated users. Those users place the web‐
server "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.
Their meaning and significance is discussed below. Siege has essen‐
tially three modes of operation: regression (when invoked by bombard‐
ment), internet simulation and brute force.
Alat buat ngetes website kira-kira bisa ndak untuk melayani 1000 koneksi dengan delay 2detik tiap koneksinya?
#siege -d2 -c1000 mysite.com
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 config‐
urable number of concurrent simulated users. Those users place the web‐
server "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.
Their meaning and significance is discussed below. Siege has essen‐
tially three modes of operation: regression (when invoked by bombard‐
ment), internet simulation and brute force.
Alat buat ngetes website kira-kira bisa ndak untuk melayani 1000 koneksi dengan delay 2detik tiap koneksinya?
#siege -d2 -c1000 mysite.com
Komentar
Posting Komentar