Difference between revisions of "Siege: run"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " ==Run== siege -u shemp.whoohoo.com/Admin.jsp -d1 -r10 -c25 ==Hasil== ==Pranala Menarik== * siege * Network Benchmarking")
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
==Run==
 
==Run==
  
  siege -u shemp.whoohoo.com/Admin.jsp -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==
  
 +
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==
  
 +
* https://www.linode.com/docs/tools-reference/tools/load-testing-with-siege/
  
  

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