-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathgrinder.properties
More file actions
36 lines (27 loc) · 937 Bytes
/
Copy pathgrinder.properties
File metadata and controls
36 lines (27 loc) · 937 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# grinder.properties
# Main script file
# ------------------------------------
# You can edit the provided grinder_webtest.py script directly,
# or use it as a template for your own scripts. Set the script
# name you want to use here:
grinder.script=grinder_webtest.py
# All settings below are native to Grinder.
# See http://grinder.sourceforge.net/g3/properties.html.
# General
# ------------------------------------
grinder.useConsole=true
grinder.logDirectory=logs
grinder.numberOfOldLogs=0
# Ramp-up
# ------------------------------------
grinder.runs=1
# Number of worker threads in each process
grinder.threads=1
# Maximum number of processes
grinder.processes=1
# Number of processes to start with
grinder.initialProcesses = 1
# How many new processes to start at each interval
grinder.processIncrement = 1
# Interval between process ramp-ups
grinder.processIncrementInterval = 60000