@@ -12,7 +12,7 @@ gatling {
1212 #rawFileBodiesInMemoryMaxSize = 10240 # Max bite size of raw files to be cached in memory
1313 #pebbleFileBodiesCacheMaxCapacity = 200 # Cache size for request body Pebble templates, set to 0 to disable
1414 #feederAdaptiveLoadModeThreshold = 100 # File size threshold (in MB). Below load eagerly in memory, above use batch mode with default buffer size
15- #shutdownTimeout = 10000 # Milliseconds to wait for the actor system to shutdown
15+ #shutdownTimeout = 10000 # Milliseconds to wait for the engine to shutdown
1616 extract {
1717 regex {
1818 #cacheMaxCapacity = 200 # Cache size for the compiled regexes, set to 0 to disable caching
@@ -37,7 +37,7 @@ gatling {
3737 netty {
3838 #useNativeTransport = true # if Netty Linux native transport should be used instead of Java NIO
3939 #useIoUring = false # if io_uring should be used instead of epoll if available
40- #allocator = "pooled" # switch to unpooled for unpooled ByteBufAllocator
40+ #allocator = "pooled" # force the ByteBufAllocator, possible values are pooled, unpooled and adaptive
4141 #maxThreadLocalCharBufferSize = 200000 # Netty's default is 16k
4242 }
4343 ssl {
@@ -64,15 +64,15 @@ gatling {
6464 }
6565 }
6666 charting {
67- #maxPlotPerSeries = 1000 # Number of points per graph in Gatling reports
67+ #maxPlotPerSeries = 1000 # Number of points per chart in Gatling reports
6868 #useGroupDurationMetric = false # Switch group timings from cumulated response time to group duration.
6969 indicators {
7070 #lowerBound = 800 # Lower bound for the requests' response time to track in the reports and the console summary
7171 #higherBound = 1200 # Higher bound for the requests' response time to track in the reports and the console summary
72- #percentile1 = 50 # Value for the 1st percentile to track in the reports, the console summary and Graphite
73- #percentile2 = 75 # Value for the 2nd percentile to track in the reports, the console summary and Graphite
74- #percentile3 = 95 # Value for the 3rd percentile to track in the reports, the console summary and Graphite
75- #percentile4 = 99 # Value for the 4th percentile to track in the reports, the console summary and Graphite
72+ #percentile1 = 50 # Value for the 1st percentile to track in the reports and the console summary
73+ #percentile2 = 75 # Value for the 2nd percentile to track in the reports and the console summary
74+ #percentile3 = 95 # Value for the 3rd percentile to track in the reports and the console summary
75+ #percentile4 = 99 # Value for the 4th percentile to track in the reports and the console summary
7676 }
7777 }
7878 http {
@@ -82,7 +82,7 @@ gatling {
8282 #warmUpUrl = "https://gatling.io" # The URL to use to warm-up the HTTP stack (blank means disabled)
8383 #pooledConnectionIdleTimeout = 60000 # Timeout in millis for a connection to stay idle in the pool
8484 #requestTimeout = 60000 # Timeout in millis for performing an HTTP request
85- #enableHostnameVerification = false # When set to true, enable hostname verification: SSLEngine.setHttpsEndpointIdentificationAlgorithm ("HTTPS")
85+ #enableHostnameVerification = false # When set to true, enable hostname verification: SSLEngine#setEndpointIdentificationAlgorithm ("HTTPS")
8686 dns {
8787 #queryTimeout = 5000 # Timeout in millis of each DNS query in millis
8888 #maxQueriesPerResolve = 6 # Maximum allowed number of DNS queries for a given name resolution
@@ -92,7 +92,7 @@ gatling {
9292 #replyTimeoutScanPeriod = 1000 # scan period for timed out reply messages
9393 }
9494 data {
95- #writers = [console, file] # The list of DataWriters to which Gatling write simulation data (currently supported : console, file, graphite )
95+ #writers = [console, file] # The list of DataWriters to which Gatling write simulation data (currently supported : console, file)
9696 #utcDateTime = true # Print date-times with the UTC zone instead of the System's default
9797 console {
9898 #light = false # When set to true, displays a light version without detailed request stats
0 commit comments