Difference between revisions of "AppSuite:Load Tests"

(Configurable Parameters)
(Configurable Parameters)
Line 4: Line 4:
 
; host: Which host to use. ''Possible values are: '''"localhost"''', '''"10.0.0.1"''' or if you want to stress several groupware servers, to bypass a loadbalancer for example, then you can use comma-separated IPs or hostnames '''"10.0.0.1,10.0.0.2,localhost"'''. Default value: '''"localhost"'''.''
 
; host: Which host to use. ''Possible values are: '''"localhost"''', '''"10.0.0.1"''' or if you want to stress several groupware servers, to bypass a loadbalancer for example, then you can use comma-separated IPs or hostnames '''"10.0.0.1,10.0.0.2,localhost"'''. Default value: '''"localhost"'''.''
  
; users: How many concurrent users to simulate. ''Default: "5"//
+
; users: How many concurrent users to simulate. ''Default value: '''"5"'''.''
  
; durationTime: Duration time of the test. //Default: "30"//
+
; durationTime: Duration time of the simulation. ''Default value: '''"30"'''.''
  
;durationUnit: The Unit of the durationTime. //Default: "SECONDS"//
+
; durationUnit: The Unit of the durationTime. ''Possible values are: '''"SECONDS"''', '''"MINUTES"''', '''"HOURS"''' or '''"DAYS"'''. Default value: '''"SECONDS"'''.''
  
; rampup: Ramp-up and ramp-down value (durationTime/rampup). //Default: "10"//
+
; successpercent: Successful responses in percentage. ''Default value: '''"100"'''.''
 
 
; successpercent: Successful responses (percentage). //Default: "100"//
 
  
 
; reqpersec: Mean number of requests per second. //Default: "0"//
 
; reqpersec: Mean number of requests per second. //Default: "0"//

Revision as of 09:56, 11 April 2014

Configurable Parameters

protocol
Which protocol to use. Possible values are: "http" or "https". Default value: "http".
host
Which host to use. Possible values are: "localhost", "10.0.0.1" or if you want to stress several groupware servers, to bypass a loadbalancer for example, then you can use comma-separated IPs or hostnames "10.0.0.1,10.0.0.2,localhost". Default value: "localhost".
users
How many concurrent users to simulate. Default value: "5".
durationTime
Duration time of the simulation. Default value: "30".
durationUnit
The Unit of the durationTime. Possible values are: "SECONDS", "MINUTES", "HOURS" or "DAYS". Default value: "SECONDS".
successpercent
Successful responses in percentage. Default value: "100".
reqpersec
Mean number of requests per second. //Default: "0"//
resptime
Mean response time. //Default: "0"//
simulation
SimulationClassName which should be executed. //Default: "QAPerfOX6"//
csv_users
Name of the CSV-File for feeding the requests. //Default: "ox_user_credentials.csv"//
syncmsgmax
How many objects to synchronize (OLOX/USM) //Default: "50"//
pimObjects
How many contacts should be created. //Default: "5"//