2006-06-02 02:12:40 +08:00
|
|
|
# Sample user.properties file
|
|
|
|
#
|
2007-02-03 05:12:01 +08:00
|
|
|
## Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
## contributor license agreements. See the NOTICE file distributed with
|
|
|
|
## this work for additional information regarding copyright ownership.
|
|
|
|
## The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
## (the "License"); you may not use this file except in compliance with
|
|
|
|
## the License. You may obtain a copy of the License at
|
|
|
|
##
|
|
|
|
## http://www.apache.org/licenses/LICENSE-2.0
|
|
|
|
##
|
|
|
|
## Unless required by applicable law or agreed to in writing, software
|
|
|
|
## distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
## WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
## See the License for the specific language governing permissions and
|
|
|
|
## limitations under the License.
|
2010-06-21 10:31:23 +08:00
|
|
|
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Classpath configuration
|
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
#
|
|
|
|
# List of paths (separated by ;) to search for additional JMeter extension classes
|
|
|
|
# - for example new GUI elements and samplers
|
|
|
|
# These are in addition to lib/ext. Do not use this for utility jars.
|
|
|
|
#search_paths=/app1/lib;/app2/lib
|
|
|
|
|
|
|
|
# Users can define additional classpath items by setting the property below
|
|
|
|
# - for example, utility jars or JUnit test cases
|
2006-06-02 02:12:40 +08:00
|
|
|
#
|
2010-06-21 10:31:23 +08:00
|
|
|
# Use the default separator for the host version of Java
|
|
|
|
# Paths with spaces may cause problems for the JVM
|
|
|
|
#user.classpath=../classes;../jars/jar1.jar
|
2010-06-29 05:58:07 +08:00
|
|
|
|
2010-06-21 10:31:23 +08:00
|
|
|
#---------------------------------------------------------------------------
|
|
|
|
# Logging configuration
|
|
|
|
#---------------------------------------------------------------------------
|
2007-06-02 21:48:56 +08:00
|
|
|
#log_level.jorphan.reflect=DEBUG
|
|
|
|
# Warning: enabling the next debug line causes javax.net.ssl.SSLException: Received fatal alert: unexpected_message
|
|
|
|
# for certain sites when used with the default HTTP Sampler
|
|
|
|
#log_level.jmeter.util.HttpSSLProtocolSocketFactory=DEBUG
|
2009-08-05 21:21:44 +08:00
|
|
|
#log_level.jmeter.util.JsseSSLManager=DEBUG
|
|
|
|
|
|
|
|
# Enable Proxy request debug
|
2010-06-21 10:31:23 +08:00
|
|
|
#log_level.jmeter.protocol.http.proxy.HttpRequestHdr=DEBUG
|