-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME.html
60 lines (44 loc) · 1.72 KB
/
README.html
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
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>README.md</title>
</head>
<body>
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
LANGUAGE = "en_US:en",
LC_ALL = (unset),
LC_PAPER = "sv_SE.UTF-8",
LC_ADDRESS = "sv_SE.UTF-8",
LC_MONETARY = "sv_SE.UTF-8",
LC_NUMERIC = "sv_SE.UTF-8",
LC_TELEPHONE = "sv_SE.UTF-8",
LC_IDENTIFICATION = "sv_SE.UTF-8",
LC_MEASUREMENT = "sv_SE.UTF-8",
LC_TIME = "sv_SE.UTF-8",
LC_NAME = "sv_SE.UTF-8",
LANG = "en_US.UTF-8"
are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
<h1>com.pehrs.jmeter-json-postprocessor</h1>
<p>This is a plugin for JMeter 2.9</p>
<h2>Download JMETER</h2>
<p>JMETER can be downloaded from <a href="http://jmeter.apache.org/download_jmeter.cgi">jmeter.apache.org</a>.</p>
<h2>Build and Install the plugin</h2>
<p>This plugin enables you to view the formatted JSON responses </p>
<pre><code>$ cd ${SRC}/com.pehrs.jmeter-json-postprocessor
$ mvn package
$ mvn dependency:copy-dependencies
</code></pre>
<p>Copy the plugin and the dependent jackson jars to the ${JMETERHOME}/lib/ext directory </p>
<pre><code>$ cp target/jmeter-json-postprocessor-*.jar ${JMETERHOME}/lib/ext
$ cp target/dependency/jackson-annotations-*.jar ${JMETERHOME}/lib/ext
$ cp target/dependency/jackson-core-*.jar ${JMETERHOME}/lib/ext
$ cp target/dependency/jackson-databind-*.jar ${JMETERHOME}/lib/ext
</code></pre>
<h2>Using the plugin</h2>
<p>Just add the "JSON PostProcessor" as you would with the "Debug PostProcessor"</p>
</body>
</html>