Difference between revisions of "Slowhttptest"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " apt install slowhttptest")
 
 
(2 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
    
 
    
 
  apt install slowhttptest
 
  apt install slowhttptest
 +
 +
 +
Type the following command −
 +
 +
slowhttptest -c 500 -H -g -o outputfile -i 10 -r 200 -t GET -u http://192.168.42.99/index.php -x 24 -p 2
 +
 +
Where,
 +
 +
(-c 500) = 500 connections
 +
(-H) = Slowloris mode
 +
-g = Generate statistics
 +
-o outputfile = Output file name
 +
-i 10 = Use 10 seconds to wait for data
 +
-r 200 = 200 connections with -t GET = GET requests
 +
-u http://192.168.1.202/index.php = target URL
 +
-x 24 = maximum of length of 24 bytes
 +
-p 2 = 2-second timeout
 +
 +
 +
 +
 +
 +
==Pranala Menarik==
 +
 +
* [[Network Benchmarking]]

Latest revision as of 09:52, 24 November 2018


apt install slowhttptest


Type the following command −

slowhttptest -c 500 -H -g -o outputfile -i 10 -r 200 -t GET -u http://192.168.42.99/index.php -x 24 -p 2

Where,

(-c 500) = 500 connections
(-H) = Slowloris mode
-g = Generate statistics
-o outputfile = Output file name
-i 10 = Use 10 seconds to wait for data
-r 200 = 200 connections with -t GET = GET requests
-u http://192.168.1.202/index.php = target URL
-x 24 = maximum of length of 24 bytes
-p 2 = 2-second timeout



Pranala Menarik