This file is indexed.

/usr/share/jmeter/printable_docs/index.html is in jmeter-help 2.11-5.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

  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
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--
   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.
-->

<!-- start the processing -->
<html>
<head>
<link rel="stylesheet" type="text/css" href="./../docs/css/style.css"/>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/>

<title>Apache JMeter - Apache JMeter&trade;</title>
</head>

<body bgcolor="#ffffff" text="#000000" link="#525D76">
<table border="0" cellspacing="0">
<tr>
<td align="left">
<a href="http://www.apache.org"><img title="Apache Software Foundation" width="387" height="100" src="./../docs/images/asf-logo.gif" border="0"/></a>
</td>
<td align="right">
<a href="http://jmeter.apache.org/"><img width="182" height="88" src="./../docs/images/logo.jpg" alt="Apache JMeter" title="Apache JMeter" border="0"/></a>
</td>
</tr>
</table>
<table border="0" cellspacing="4">
<tr><td>
<hr noshade size="1"/>
</td></tr>
<tr>
<td align="left" valign="top">
<br>
<table border="0" cellspacing="0" cellpadding="2" width="100%">
<tr><td bgcolor="#525D76">
<font color="#ffffff" face="arial,helvetica,sanserif">
<strong>Apache JMeter&trade;</strong></font>
</td></tr>
<tr><td>
<blockquote>
<p>

      The 
<b>
Apache JMeter&trade;
</b>
 desktop application is open source software,
      a 100% pure Java application designed
      to load test functional behavior and measure performance.  It was
      originally designed for testing Web Applications but has
      since expanded to other test functions.
    
</p>
<h2>
What can I do with it?
</h2>
<p>

      Apache JMeter may be used to test performance both on static and dynamic
      resources (Files, Web dynamic languages - PHP, Java, ASP.NET, etc. -, Java Objects, Data Bases and
      Queries, FTP Servers and more). It can be used to simulate a heavy
load on a server, group of servers, network or object to test its strength or to analyze
overall performance under different load types. You can use it to make a
graphical analysis of performance or to test your server/script/object
behavior under heavy concurrent load.

</p>
<h2>
What does it do?
</h2>
<p>
Apache JMeter features include:
</p>
<ul>

    
<li>
Ability to load and performance test many different server/protocol types:
        
<ul>

        
<li>
Web - HTTP, HTTPS
</li>

        
<li>
SOAP
</li>

        
<li>
FTP
</li>

        
<li>
Database via JDBC
</li>

        
<li>
LDAP
</li>

        
<li>
Message-oriented middleware (MOM) via JMS
</li>

        
<li>
Mail - SMTP(S), POP3(S) and IMAP(S)
</li>

        
<li>
MongoDB (NoSQL)
</li>

        
<li>
Native commands or shell scripts
</li>

        
<li>
TCP
</li>

        
</ul>

    
</li>

    
<li>
Complete portability and 
<b>
100% Java purity
</b>
.
</li>

    
<li>
Full 
<b>
multithreading
</b>
 framework allows concurrent sampling by many threads and
        simultaneous sampling of different functions by separate thread groups.
</li>

    
<li>
Careful 
<b>
GUI
</b>
 design allows faster Test Plan building and debugging.
</li>

    
<li>
Caching and offline analysis/replaying of test results.
</li>

    
<li>
<b>
Highly Extensible core:
</b>

      
<ul>

        
<li>
Pluggable Samplers allow unlimited testing capabilities.
</li>

        
<li>
Several load statistics may be choosen with 
<b>
pluggable timers
</b>
.
</li>

        
<li>
Data analysis and 
<b>
visualization plugins
</b>
 allow great extensibility
        as well as personalization.
</li>

        
<li>
Functions can be used to provide dynamic input to a test or provide data manipulation.
</li>

        
<li>
<b>
Scriptable Samplers
</b>
 (BeanShell, BSF-compatible languages and JSR223-compatible languages)
</li>

      
</ul>

    
</li>


</ul>
<h2>
JMeter is not a browser
</h2>
<p>

JMeter is not a browser.
As far as web-services and remote services are concerned, JMeter looks like a browser (or rather, multiple browsers);
however JMeter does not perform all the actions supported by browsers.
In particular, JMeter does not execute the Javascript found in HTML pages.
Nor does it render the HTML pages as a browser does 
(it's possible to view the response as HTML etc, but the timings are not included in any samples, and only one sample in one thread is ever viewed at a time).

</p>
<h2>
How do I do it?
</h2>
<ul>


<li>
<a href="usermanual/index.html">
Using JMeter
</a>
</li>


<li>
<a href="http://wiki.apache.org/jmeter/">
JMeter Wiki
</a>
</li>


<li>
<a href="http://wiki.apache.org/jmeter/JMeterFAQ">
JMeter FAQ (Wiki)
</a>
</li>


<li>
<a href="api/index.html">
Javadoc API documentation
</a>
</li>


<li>
<a href="localising/index.html">
JMeter Localisation (Translator's Guide)
</a>
</li>


<li>
<a href="building.html">
Building JMeter and Add-Ons
</a>
</li>


</ul>
<h2>
Tutorials (PDF)
</h2>
<ul>


<li>
<a href="usermanual/jmeter_distributed_testing_step_by_step.pdf">
Distributed Testing
</a>
</li>


<li>
<a href="usermanual/jmeter_proxy_step_by_step.pdf">
Recording Tests
</a>
</li>


<li>
<a href="usermanual/junitsampler_tutorial.pdf">
JUnit Sampler
</a>
</li>


<li>
<a href="usermanual/jmeter_accesslog_sampler_step_by_step.pdf">
Access Log Sampler
</a>
</li>


<li>
<a href="extending/jmeter_tutorial.pdf">
Extending JMeter
</a>
</li>


</ul>
<h2>
Further Information About JMeter
</h2>
<ul>


<li>
<a href="changes.html">
Changes List
</a>
</li>


<li>
<a href="issues.html">
Issues
</a>
</li>


<li>
<a href="http://www.apache.org/licenses/">
License
</a>
</li>


<li>
<a href="mail.html">
Mailing Lists
</a>
</li>


<li>
<a href="svnindex.html">
SVN Repositories
</a>
</li>


<li>
<a href="http://wiki.apache.org/jmeter/JMeterCommitters">
Contributors
</a>
</li>


</ul>
</blockquote>
</p>
</td></tr>
<tr><td><br></td></tr>
</table>
<br>
</td>
</tr>
<tr><td>
<hr noshade size="1"/>
</td></tr>
<tr>
<td>
<table width=100%>
<tr>
<td align="center">
<font color="#525D76" size="-1"><em>
Copyright &copy; 1999-2015, Apache Software Foundation
</em></font>
</td>
</tr>
<tr><td colspan="2">
<div align="center"><font color="#525D76" size="-1">
Apache, Apache JMeter, JMeter, the Apache feather, and the Apache JMeter logo are
trademarks of the Apache Software Foundation.
</font>
</div>
</td></tr>
</table>
</td>
</tr>
</table>
</body>
</html>
<!-- end the processing -->