-
Notifications
You must be signed in to change notification settings - Fork 13
/
single-user-stag.properties
68 lines (52 loc) · 2.73 KB
/
single-user-stag.properties
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#########################################################################################################
# Basic Configuration Details #
#########################################################################################################
webserver=wordpress.org
service_port=443
service_protocol=https
# Proxy configuration
#proxy_server=proxy
#proxy_port=8080
# HTTP timeouts
http_connect_timeout=2000
http_response_timeout=10000
#########################################################################################################
# Test Users Configuration Details #
#########################################################################################################
# Local files which contain forum threads, blog posts, communities (and so on..) to be used by the load test
blogs_filename=dataset-stag/blogs.csv
blog_posts_filename=dataset-stag/blog_posts.csv
search_queries_filename=dataset-stag/search.csv
search_filters_filename=dataset-stag/search_filters.csv
users_filename=dataset-stag/users.csv
administrators_filename=dataset-stag/administrators.csv
contributors_filename=dataset-stag/contributors.csv
tags_filename=dataset-stag/tags.csv
static_posts_title_filename=dataset-stag/static_posts_title.csv
static_posts_content_filename=dataset-stag/static_posts_content.csv
iterations=5
readonly_test=false
# Constant Delay for timer between transactions (in ms)
think_time_constant=0
# Maximum Random Delay for timer between transactions (in ms)
think_time_random=0
admin_user_name=loadtest_user
admin_user_pass=pa$$w0rd
# use the drop-in impersonation plugin to login
use_impersonation=true
#########################################################################################################
#########################################################################################################
#
# From this part and below - only internal configurations section - for Performance Administrator only!!
#
#########################################################################################################
#########################################################################################################
#########################################################################################################
# JMeter Configuration Options #
#########################################################################################################
# Don't check cookies validity for WP
CookieManager.check.cookies=false
# Overrides the defaults - we want to log the number of active threads.
jmeter.save.saveservice.thread_counts=true
mode=Hold
view.results.tree.max_size=0