Skip to content

Commit fc05b55

Browse files
committed
Fix broken links
1 parent 713492e commit fc05b55

File tree

8 files changed

+49
-50
lines changed

8 files changed

+49
-50
lines changed

site/dat/wiki/AsyncDownloadTutorial.wiki

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This tutorial is the solution for the following request on JMeter mailing list:
77

88
The user has asked how can he do an asynchronous download in JMeter, making main thread still iterating while lengthy operation is in progress. The solution that use [InterThreadCommunication Inter-Thread Communication features] from JMeter-Plugins.org is described below. It will take MySQL Workbench website as a sample service.
99

10-
Prerequisites: JMeter 2.8 or newer with the latest [StandardSet Standard Set] from [http://JMeter-Plugins.org JMeter-Plugins.org].
10+
Prerequisites: JMeter 2.8 or newer with the latest Standard Set from [http://JMeter-Plugins.org JMeter-Plugins.org].
1111

1212
The whole idea is to have 2 separate Thread Groups: first for main threads, iterating over site pages and second as asynchronous download workers pool. The solution will use single FIFO queue from [InterThreadCommunication Inter-Thread Communication] plugins to pass download URLs for asynchronous download.
1313

@@ -124,4 +124,4 @@ Beware that FIFO queue will wait a thousand or million seconds before timeout. S
124124

125125
== Download Resulting Test Plan ==
126126

127-
Remember that you'll need a [StandardSet Standard Set] of plugins installed to open and run this tutorial: [/editor/?utm_source=jpgc&utm_medium=openurl&utm_campaign=examples#/img/examples/AsyncDownloadTutorial.jmx AsyncDownloadTutorial.jmx]
127+
Remember that you'll need a Standard Set of plugins installed to open and run this tutorial: [/editor/?utm_source=jpgc&utm_medium=openurl&utm_campaign=examples#/img/examples/AsyncDownloadTutorial.jmx AsyncDownloadTutorial.jmx]

site/dat/wiki/Changelog.wiki

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@
1313
1414
== 1.4.0 <i><font color=gray size="1">April 5, 2016</font></i>==
1515
* BlazeMeter Inc. has contributed [XMPPSet XMPP testing plugins]
16-
* BlazeMeter Inc. has contributed [PhantomJSDriverConfig PhantomJS support] for WebDriver
17-
* BlazeMeter Inc. has contributed few Thread Groups and Controllers into [StandardSet Standard Set]
16+
* BlazeMeter Inc. has contributed PhantomJS support for WebDriver
17+
* BlazeMeter Inc. has contributed few Thread Groups and Controllers into Standard Set
1818
* [LoadosophiaUploader Loadosophia Uploader] has been renamed to BM.Sense uploader
1919
* finally [LoadosophiaUploader Loadosophia Uploader] works well with distributed tests
20-
* add 2 text fields in PhantomJS WebDriver GUI for phantomjs.cli.args and phantomjs.ghostdriver.args parameters, see [http://jmeter-plugins.org/wiki/PhantomJSDriverConfig/]
20+
* add 2 text fields in PhantomJS WebDriver GUI for phantomjs.cli.args and phantomjs.ghostdriver.args parameters
2121
* Modernize project website, change its look a bit
2222
* fix consequences of PR #80 further
2323
* make [DummySampler Dummy Sampler] compatible with JMeter 2.12 and earlier
@@ -66,19 +66,19 @@
6666
* Make sure WebDriver sample results have timestamp on errors
6767
* UltimateThreadGroup: Added parametrization via _threads_schedule_ property
6868
* Add 'description' column to Parameterized Controller
69-
* deprecated [RESTSampler REST Sampler] dropped from the codebase
69+
* deprecated REST Sampler dropped from the codebase
7070
* Add {{{if}}} function
7171
* Enable getting output logging from Developer Tool [https://sites.google.com/a/chromium.org/chromedriver/logging/performance-log]
7272
7373
== 1.2.1 <i><font color=gray size="1">March 9, 2015</font></i>==
7474
* add [TestPlanCheckTool] to check JMX file consistency without running it
7575
* add requestHeaders field to FFW (and fix the bug with responseHeaders that nobody noticed)
76-
* add webdriver.sampleresult_class property for [WebDriverSampler]
77-
* Added [RemoteDriverConfig Remote Driver] to the WebDriver plugins
76+
* add webdriver.sampleresult_class property for WebDriverSampler
77+
* Added Remote Driver to the WebDriver plugins
7878
* add iterationNum function
79-
* add NTLM support for [FirefoxDriverConfig Firefox]
80-
* add ability to load extensions and set preferences for [FirefoxDriverConfig Firefox]
81-
* add [InternetExplorerConfig Internet Explorer Driver]
79+
* add NTLM support for Firefox
80+
* add ability to load extensions and set preferences for Firefox
81+
* add Internet Explorer Driver
8282
* rework internals of [JSONPathAssertion JSON Path Assertion] and [JSONPathExtractor JSON Path Extractor], handle arrays and null values
8383
* add operation on variables into [JSONPathExtractor JSON Path Extractor]
8484
* maximize browser window by default in WebDriver
@@ -100,7 +100,7 @@
100100
* GraphsGeneratorListener: add filter regular expression and period time (https://github.com/undera/jmeter-plugins/pull/57)
101101
* New Synthesis Report with filter panel
102102
* add base64Encode and base64Decode [Functions functions]
103-
* [RESTSampler REST Sampler] is now deprecated in favor of HTTP Request or [RawRequest HTTP Raw Request]
103+
* REST Sampler is now deprecated in favor of HTTP Request or [RawRequest HTTP Raw Request]
104104
* New Merge Results tool to simplify the comparison of two or more load tests
105105
106106
== 1.1.3 <i><font color=gray size="1">February 17, 2014</font></i>==
@@ -113,7 +113,7 @@
113113
* Supports latest (v.27) Firefox by upgrading to Selenium 2.39.0
114114
115115
== 1.1.2 <i><font color=gray size="1">October 27, 2013</font></i>==
116-
* Add *[HtmlUnitDriver HtmlUnitDriver]* for the [WebDriverSampler WebDriver]
116+
* Add *HtmlUnitDriver* for the WebDriver
117117
* [JMXMon JMX Monitoring Collector] added
118118
* Fix JMXMon Samples Collector use one jmx connection for the same URL and close connections when test ended
119119
* Fix DbMon Samples Collector use one jdbc connection for the same Pool Name and close connections when test ended
@@ -128,8 +128,8 @@
128128
* *Project has moved to new homepage, http://jmeter-plugins.org/*
129129
* add Loadosophia.org active tests support
130130
131-
== [/downloads/file/JMeterPlugins-1.1.0.zip 1.1.0] <i><font color=gray size="1">July 1, 2013</font></i>==
132-
* *add [WebDriverSampler WebDriver] sampler*
131+
== 1.1.0 <i><font color=gray size="1">July 1, 2013</font></i>==
132+
* *add WebDriver sampler*
133133
* add Loadosophia.org active tests support
134134
* add {{{__chooseRandom}}} function
135135
* initial thread burst in stepping thread group ([https://github.com/undera/jmeter-plugins/pull/1 pull request])
@@ -141,7 +141,7 @@
141141
* Add PATCH HTTP method to OAuth Sampler (https://github.com/undera/jmeter-plugins/pull/11)
142142
143143

144-
== [/downloads/file/JMeterPlugins-1.0.0.zip 1.0.0] <i><font color=gray size="1">February 26, 2013</font></i>==
144+
== 1.0.0 <i><font color=gray size="1">February 26, 2013</font></i>==
145145
* *merge [https://github.com/ATLANTBH/jmeter-components AtlantBH's jmeter-components] into JP@GC, 13 new plugins added*
146146
* Add option to use either Regular Expressions or Strings for labels in PageDataExtractor
147147
* fix charts x legend if cmdline tool used (empty granularity)
@@ -152,7 +152,7 @@
152152
* distribute separate archives for plugins, plugin-libs and perfmon
153153
* remove old and deprecated perfmon parts
154154
155-
== [/downloads/file/JMeterPlugins-0.5.6.zip 0.5.6] <i><font color=gray size="1">January 16, 2013</font></i>==
155+
== 0.5.6 <i><font color=gray size="1">January 16, 2013</font></i>==
156156
* *Database monitoring* with [DbMon DbMon Sample Collector]. This listener graph data retrieved from databases with sql queries (thanks to Marten Bohlin for the patch). System queries provides db performance metrics. Thanks to Marten Bohlin for this wonderful feature.
157157
* Add delta option to page data extractor
158158
* Minor charts polish (better looking legend)
@@ -162,12 +162,12 @@
162162
* add "Close UDP Socket" option to UDP sampler (issue 133)
163163
* add fifoSize function
164164
165-
== [/downloads/file/JMeterPlugins-0.5.5.zip 0.5.5] <i><font color=gray size="1">October 19, 2012</font></i>==
165+
== 0.5.5 <i><font color=gray size="1">October 19, 2012</font></i>==
166166
* *JMeter 2.8 compatible*
167167
* some issues fixed (issue 204, issue 205)
168168
169169

170-
== [/downloads/file/JMeterPlugins-0.5.4.zip 0.5.4] <i><font color=gray size="1">September 3, 2012</font></i>==
170+
== 0.5.4 <i><font color=gray size="1">September 3, 2012</font></i>==
171171
* Enable command line tool for Page Data Extractor
172172
* Add option to set globally line width and markers in line charts
173173
* Some issues fixed (issue 103, issue 134, issue 166, issue 177, issue 179)
@@ -177,7 +177,7 @@
177177
* Agent again JRE 1.4 compatible
178178
179179

180-
== [/downloads/file/JMeterPlugins-0.5.3.zip 0.5.3] <i><font color=gray size="1">June 13, 2012</font></i>==
180+
== 0.5.3 <i><font color=gray size="1">June 13, 2012</font></i>==
181181
* *[LoadosophiaUploader Loadosophia.org Uploader] tries to send [PerfMon] data too*
182182
* PerfMon _unit_ option to select Bytes, KB, or MB in relevant metrics
183183
* Some issues fixed (issue 145, issue 154, issue 159, issue 163)
@@ -186,7 +186,7 @@
186186
* New graph allowing to plot data extracted from page results (status, health pages, etc.)
187187
* Option to maximize graph panel
188188
189-
== [/downloads/file/JMeterPlugins-0.5.2.zip 0.5.2] <i><font color=gray size="1">May 14, 2012</font></i>==
189+
== 0.5.2 <i><font color=gray size="1">May 14, 2012</font></i>==
190190
* *[InterThreadCommunication Inter-Thread Communication]: plugins & functions*
191191
* added JMX metrics for PerfMon (see [https://groups.google.com/forum/?fromgroups#!topic/jmeter-plugins/ypRS6Y-GkAo forums topic])
192192
* An option to ignore some samples by sample Label - at Rows tab
@@ -203,9 +203,9 @@
203203
* ability to set line thickness (0 = no line) and markers display in chart settings tab
204204
* added a property to change CSV export time format (jmeterPlugin.csvTimeFormat)
205205
206-
== [/downloads/file/JMeterPlugins-0.5.0.zip 0.5.0] <i><font color=gray size="1">Dec 11, 2011</font></i>==
206+
== 0.5.0 <i><font color=gray size="1">Dec 11, 2011</font></i>==
207207
* *New [PerfMonAgent PerfMon agent]*
208-
* [PerfMonMetrics 76 metrics]
208+
* 76 metrics
209209
* ability to configure PerfMon to monitor single process name/pid/filesystem/network interface.
210210
* can use UDP or TCP transport
211211
* ability to monitor custom values
@@ -219,24 +219,24 @@
219219
* The plugins now use a caching mechanism to manipulate charts. This can provide big performance improvements in some cases.
220220
221221

222-
== [/downloads/file/JMeterPlugins-0.4.2.zip 0.4.2] <i><font color=gray size="1">Aug 30, 2011</font></i>==
222+
== 0.4.2 <i><font color=gray size="1">Aug 30, 2011</font></i>==
223223
* fixed issue 39, issue 48, issue 49, issue 51, issue 55, issue 64, issue 67, issue 72, issue 74
224224
* no more need to set up saving active threads - it is done automatically
225225
* added [LoadosophiaUploader Loadosophia.org Uploader]
226226
* additional ramp-up time for steps in [SteppingThreadGroup Stepping Thread Group] (issue 60)
227-
* [ThroughputOverTime Throughput Over Time] graph now deprecated in favor of [TransactionsPerSecond Transactions Per Second]
227+
* Throughput Over Time graph now deprecated in favor of [TransactionsPerSecond Transactions Per Second]
228228
* [RawRequest Raw Request] sending large files efficiently via special field
229229
* eliminated bright yellow color from graph palette
230230
* added [Functions custom functions]: doubleSum, strLen, uppercase, lowercase, MD5, substring, isDefined
231231
* introduced data read limit for samplers: {{{kg.apc.jmeter.samplers.ResultDataLimit}}} property
232232
* add latency and sampler data fields to [DummySampler]
233233
* PerfMon reingeneering - regular listener architecture
234234
* PerfMon agent option to limit monitoring of a single PID for mem and cpu
235-
* [InfiniteGetTCPClientImpl] class for testing video streams (FLV)
235+
* InfiniteGetTCPClientImpl class for testing video streams (FLV)
236236
* User interface polish
237237
* Graph hover info showing hovered points values
238238
239-
== [/downloads/file/JMeterPlugins-0.4.1.zip 0.4.1] <i><font color=gray size="1">Apr 24, 2011</font></i>==
239+
== 0.4.1 <i><font color=gray size="1">Apr 24, 2011</font></i>==
240240
* *[ThroughputShapingTimer Throughput Shaping Timer] - another "killer" feature*
241241
* [JMeterPluginsCMD Command-line tool] to save csv and/or image for JTL file.
242242
* [RawRequest HTTP Raw Request] Sampler
@@ -258,7 +258,7 @@
258258
* [RespTimePercentiles percentiles graph] use fractions like 99.9
259259
* important fix: issue 38
260260
261-
== [/downloads/file/JMeterPlugins-0.4.0.zip 0.4.0] <i><font color=gray size="1">Feb 13, 2011</font></i>==
261+
== 0.4.0 <i><font color=gray size="1">Feb 13, 2011</font></i>==
262262
* *Possibility to [CompositeGraph compose several graphs to one]*
263263
* [RespTimesDistribution Response Times Distribution] graph
264264
* [RespTimePercentiles Response Times Percentiles] graph (Y-axis: Resp Time & X-axis: 0-100%)
@@ -277,40 +277,40 @@
277277
* Better graph scaling, especially when limit number of points is selected
278278
* Ability to display relative test time in graphs
279279
280-
== [/downloads/file/JMeterPlugins-0.3.0.zip 0.3.0] <i><font color=gray size="1">Nov 4, 2010</font></i>==
280+
== 0.3.0 <i><font color=gray size="1">Nov 4, 2010</font></i>==
281281
* *[PerfMon Performance Monitoring] plugin and server agent*
282282
* [TransactionsPerSecond Transactions per second] graph
283-
* [TotalTransactionsPerSecond Total Successful/Failed Transactions per second] graph
283+
* Total Successful/Failed Transactions per second graph
284284
* Possibility to [PluginInstall configure] part of the plugin
285285
* Charts display improved (auto scaling + beautification)
286286
* Added save as PNG image functionality on all graphs
287287
* Some bugs fixed (issue #3, graphs display bugs)
288288
* "Settings" tab, containing multiple options, including grouping values on timeline graphs
289289
290-
== [/downloads/file/JMeterPlugins-0.2.1.zip 0.2.1] <i><font color=gray size="1">Aug 9, 2010</font></i>==
290+
== 0.2.1 <i><font color=gray size="1">Aug 9, 2010</font></i>==
291291
* *[UltimateThreadGroup Ultimate Thread Group], the real killer*
292292
* *the most wanted [ResponseTimesOverTime Response Times Over Time] Graph*
293-
* [ThroughputOverTime Transaction Throughput Over Time] Graph
293+
* Transaction Throughput Over Time Graph
294294
* Auto-update GUI for [SteppingThreadGroup Stepping Thread Group] (thanks to St �phane Hoblingre for the patch)
295295
* Copy to Clipboard on all graphs (thanks to St �phane Hoblingre for the patch)
296296
* Anti-aliasing on all graphs (thanks to St �phane Hoblingre for the patch)
297297
298-
== [/downloads/file/JMeterPlugins-0.2.0.zip 0.2.0] <i><font color=gray size="1">Apr 9, 2010</font></i>==
298+
== 0.2.0 <i><font color=gray size="1">Apr 9, 2010</font></i>==
299299
* displayable rows selection in [http://code.google.com/p/jmeter-plugins/w/list?q=label:Graph graph listeners]
300300
* new [DummySampler Dummy Sampler] helps debugging and programming tests
301301
* *new [SteppingThreadGroup Stepping Thread Group] with alternative users scheduling*
302302
303-
== [/downloads/file/JMeterPlugins-0.1.0.zip 0.1.0] <i><font color=gray size="1">Jan 28, 2010</font></i>==
304-
* [SamplesVsThreads Samples vs Active Threads listener] split to [ResponseTimesVsThreads Response Times vs Threads] and [TransactionThroughputVsThreads Transaction Throughput vs Threads]
303+
== 0.1.0 <i><font color=gray size="1">Jan 28, 2010</font></i>==
304+
* Samples vs Active Threads listener split to [ResponseTimesVsThreads Response Times vs Threads] and [TransactionThroughputVsThreads Transaction Throughput vs Threads]
305305
* *new listener [ActiveThreadsOverTime Active Threads Over Time]*
306306
* unique [ParameterizedController Parameterized Controller] added, helping re-use test plan modules
307-
* [DCERPCSampler DCERPC TCPClient class] allowing to test DCE RPC
307+
* DCERPC TCPClient class allowing to test DCE RPC
308308
* [VariablesFromCSV Variables from CSV] config item
309309
310-
== [/downloads/file/JMeterPlugins-0.0.2.zip 0.0.2] <i><font color=gray size="1">Dec 13, 2009</font></i>==
310+
== 0.0.2 <i><font color=gray size="1">Dec 13, 2009</font></i>==
311311
* added graph mode switch "response times/throughput"
312312
* improved graph resizing
313313
* added Y axis limit
314314
315-
== [/downloads/file/JMeterPlugins-0.0.1.zip 0.0.1] <i><font color=gray size="1">Jul 5, 2009</font></i>==
315+
== 0.0.1 <i><font color=gray size="1">Jul 5, 2009</font></i>==
316316
* *[ResponseTimesVsThreads Response times vs active threads] graph implemented*

site/dat/wiki/Contributors.wiki

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Everyone who provided pull request or other contribution, deserves mentioning on
44
== Committers ==
55
* Andrey Pohilko [http://about.me/undera] - project founder, wrote many plugins
66
* Stephane Hoblingre - implemented first [PerfMon] version, added rich graphs settings, wrote many plugins
7-
* Cheen-Pin Lim - added [WebDriverSet WebDriver] testing ability
7+
* Cheen-Pin Lim - added WebDriver testing ability
88
99
== Contributors ==
1010
* Alexey Lavrenuke - [LockFile] author
@@ -15,13 +15,13 @@ Everyone who provided pull request or other contribution, deserves mentioning on
1515
* Vincent Daburon and Felix Henry - authors for [HttpSimpleTableServer], [SynthesisReport], [MergeResults], [FilterResultsTool], temporal and regex filters for all graphs
1616
* Sergey Marakhov and Linh Pham - Android Driver Config
1717
* Bakir Jusufbegovic and Semir Sabic / AtlantBH - a lot of components
18-
* Jorge S. Cruz - added [RemoteDriverConfig] for connecting to a Selenium Grid
18+
* Jorge S. Cruz - added RemoteDriverConfig for connecting to a Selenium Grid
1919
* Roy de Kleijn - added NTLM and Internet Explorer support
2020
* Erik Ostermueller - added support for changing line & legend colors.
21-
* Flávio Cysne - added PhantomJS option to [RemoteCapability] enabling connection to a PhantomJS node in a Selenium Grid
21+
* Flávio Cysne - added PhantomJS option to RemoteCapability enabling connection to a PhantomJS node in a Selenium Grid
2222
* BlazeMeter Inc. - Concurrency thread group
2323
* BlazeMeter feat. Dynatrace - Arrivals Thread Groups and Weighted Switch Controller
2424
* Pascal Treilhes - added connection resilience to [JMXMon]
25-
* Ori Marko - Add caseFormat function to [Custom JMeter Function]
25+
* Ori Marko - Add caseFormat function to Custom JMeter Function
2626
* Mohamed Ibrahim - GCP PubSub plugin, DI-KafkaMeter plugin, Extended CSV dataset config plugin, Couchbase Plugin
2727
* Venkatesh T - AutoStop Plugin Enhancements

site/dat/wiki/PluginInstall.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This is not mandatory, only if you want to change the default behaviors. The opt
7676

7777
= Old-Style Plugin Sets =
7878

79-
If you look for old-style plugin sets up to version 1.4.0, find them [/downloads/old/ here].
79+
If you look for old-style plugin sets up to version 1.4.0, find them in the Changelog.
8080

8181
= Installing Versions Before 1.1.1 =
8282
JMeter-Plugins versionы before 1.1.1 were shipped via three distribution ZIPs:

site/dat/wiki/RedisDataSet.wiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,6 @@ The RedisDataSet uses the [https://github.com/xetorthio/jedis Jedis Java Redis l
116116
Starting from version 0.6, RedisDataSet uses [https://redis.io/commands/srandmember/ srandmember] and [https://redis.io/commands/lmove/ lmove] commands.
117117
For Redis versions below 6.2.0, you can define a "plugins.redis.legacy=true" property in jmeter.properties.
118118
119-
For data loaded into a Redis set, RedisDataSet uses [/path/to/redis/url spop] and [https://redis.io/commands/sadd sadd] commands.
119+
For data loaded into a Redis set, RedisDataSet uses [https://redis.io/commands/spop spop] and [https://redis.io/commands/sadd sadd] commands.
120120
121121
For data loaded into a Redis list, RedisDataSet uses [https://redis.io/commands/lpop lpop] and [https://redis.io/commands/rpush rpush] commands.

0 commit comments

Comments
 (0)