Difference between revisions of "Siege: run"

From OnnoWiki
Jump to navigation Jump to search
 
Line 3: Line 3:
  
 
  siege -u http://192.168.88.240/squirrelmail -d1 -r10 -c25
 
  siege -u http://192.168.88.240/squirrelmail -d1 -r10 -c25
 +
 +
testing bisa menggunakan -g
 +
 +
siege -H 'Content-Type: application/json' -g 'http://mysever.com/api?echoParams=all&indent=true&start=0' POST {"param1":"green","param2":"brs"}'
 +
  
 
==Hasil==
 
==Hasil==

Latest revision as of 15:31, 7 December 2018

Run

siege -u http://192.168.88.240/squirrelmail -d1 -r10 -c25

testing bisa menggunakan -g

siege -H 'Content-Type: application/json' -g 'http://mysever.com/api?echoParams=all&indent=true&start=0' POST {"param1":"green","param2":"brs"}' 


Hasil

Transactions:		         750 hits
Availability:		      100.00 %
Elapsed time:		       20.17 secs
Data transferred:	        0.15 MB
Response time:		        0.00 secs
Transaction rate:	       37.18 trans/sec
Throughput:		        0.01 MB/sec
Concurrency:		        0.15
Successful transactions:         500
Failed transactions:	           0
Longest transaction:	        0.03
Shortest transaction:	        0.00

Referensi


Pranala Menarik