{"id":57734,"date":"2017-07-04T13:21:19","date_gmt":"2017-07-04T07:51:19","guid":{"rendered":"https:\/\/www.vskills.in\/certification\/tutorial\/?p=57734"},"modified":"2024-04-12T14:20:36","modified_gmt":"2024-04-12T08:50:36","slug":"installing-and-running-jmeter","status":"publish","type":"page","link":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/","title":{"rendered":"Installing and Running JMeter"},"content":{"rendered":"\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a ref=\"magnificPopup\" href=\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"400\" src=\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png\" alt=\"Installing and Running JMeter\" class=\"wp-image-96030\" srcset=\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png 750w, https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1-300x160.png 300w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" \/><\/a><\/figure><\/div>\n\n\n<p><strong>Installing and Running JMeter-<\/strong> Installation- We recommend that most users run the latest release. To install a release build, simply unzip the zip\/tar file into the directory where you want J Meter to be installed. Provided that you have a JRE\/JDK correctly installed and the JAVA_HOME environment variable set, there is nothing more for you to do.<\/p>\n<p>Note: there can be problems (especially with client-server mode) if the directory path contains any spaces.<\/p>\n<p><strong>Installing and Running JMeter- <\/strong>The installation directory structure should look something like this (where X.Y is version number):<\/p>\n<p>apache-j meter-X.Y<\/p>\n<p>apache-j meter-X.Y\/bin<\/p>\n<p>apache-j meter-X.Y\/docs<\/p>\n<p>apache-j meter-X.Y\/extras<\/p>\n<p>apache-j meter-X.Y\/lib\/<\/p>\n<p>apache-j meter-X.Y\/lib\/ext<\/p>\n<p>apache-j meter-X.Y\/lib\/junit<\/p>\n<p>apache-j meter-X.Y\/licenses<\/p>\n<p>apache-j meter-X.Y\/printable_docs<\/p>\n<p>You can rename the parent directory (i.e. apache-j meter-X.Y) if you want, but do not change any of the sub-directory names<\/p>\n<h5><strong>Installing and Running JMeter- Running J Meter<\/strong><\/h5>\n<p>To run J Meter, run the j meter.bat (for Windows) or j meter (for Unix) file. These files are found in the bin directory. After a short time, the J Meter GUI should appear.<\/p>\n<p>There are some additional scripts in the bin directory that you may find useful. Windows script files (the .CMD files require Win2K or later):<\/p>\n<ul>\n<li>j meter.bat &#8211; run JMeter (in GUI mode by default)<\/li>\n<li>j meter-n.cmd &#8211; drop a JMX file on this to run a non-GUI test<\/li>\n<li>j meter-n-r.cmd &#8211; drop a JMX file on this to run a non-GUI test remotely<\/li>\n<li>j meter-t.cmd &#8211; drop a JMX file on this to load it in GUI mode<\/li>\n<li>j meter-server.bat &#8211; start JMeter in server mode<\/li>\n<li>mirror-server.cmd &#8211; runs the JMeter Mirror Server in non-GUI mode<\/li>\n<li>shutdown.cmd &#8211; Run the Shutdown client to stop a non-GUI instance gracefully<\/li>\n<li>stoptest.cmd &#8211; Run the Shutdown client to stop a non-GUI instance abruptly<\/li>\n<\/ul>\n<p><strong>Note:<\/strong> the special name LAST can be used with jmeter-n.cmd, jmeter-t.cmd and jmeter-n-r.cmd and means the last test plan that was run interactively.<\/p>\n<p>The environment variable JVM_ARGS can be used to override JVM settings in the jmeter.bat script. For example:<\/p>\n<p>set JVM_ARGS=&#8221;-Xms1024m -Xmx1024m -Dpropname=propvalue&#8221;<\/p>\n<p>j meter -t test.jmx &#8230;<\/p>\n<p>Un*x script files; should work on most Linux\/Unix systems:<\/p>\n<ul>\n<li>j meter &#8211; run J Meter (in GUI mode by default). Defines some JVM settings which may not work for all JVMs.<\/li>\n<li>j meter-server &#8211; start J Meter in server mode (calls jmeter script with appropriate parameters)<\/li>\n<li>sh &#8211; very basic J Meter script with no JVM options specified.<\/li>\n<li>mirror-server.sh &#8211; runs the J Meter Mirror Server in non-GUI mode<\/li>\n<li>sh &#8211; Run the Shutdown client to stop a non-GUI instance gracefully<\/li>\n<li>sh &#8211; Run the Shutdown client to stop a non-GUI instance abruptly<\/li>\n<\/ul>\n<p>It may be necessary to edit the j meter shell script if some of the JVM options are not supported by the JVM you are using. The JVM_ARGS environment variable can be used to override or set additional JVM options, for example:<\/p>\n<p>JVM_ARGS=&#8221;-Xms1024m -Xmx1024m&#8221; jmeter -t test.jmx [etc.]\n<p>will override the HEAP settings in the script.<\/p>\n<h5><strong>JMeter&#8217;s Classpath<\/strong><\/h5>\n<p>J Meter automatically finds classes from jars in the following directories:<\/p>\n<ul>\n<li>J METER_HOME\/lib &#8211; used for utility jars<\/li>\n<li>J METER_HOME\/lib\/ext &#8211; used for JMeter components and plugins<\/li>\n<\/ul>\n<p>If you have developed new J Meter components, then you should jar them and copy the jar into<\/p>\n<p>J Meter&#8217;s <strong>lib\/ext<\/strong> directory. J Meter will automatically find J Meter components in any jars found here.<\/p>\n<p>Do not use lib\/ext for utility jars or dependency jars used by the plugins; it is only intended for J Meter components and plugins.<\/p>\n<p>If you don&#8217;t want to put J Meter plugin jars in the <strong>lib\/e<\/strong>xt directory, then define the property search_paths in jmeter.properties.<\/p>\n<p>Utility and dependency jars (libraries etc) can be placed in the <strong>lib<\/strong> directory.<\/p>\n<p>If you don&#8217;t want to put such jars in the lib directory, then define the property user.classpath or plugin_dependency_paths in j meter properties. See below for an explanation of the differences.<\/p>\n<p>Other jars (such as JDBC, JMS implementations and any other support libraries needed by the J Meter code) should be placed in the lib directory &#8211; not the <strong>lib\/ext<\/strong> directory, or added to <strong>user.classpath.<\/strong><\/p>\n<p><strong>Note:<\/strong> J Meter will only find .jar files, not .zip.<\/p>\n<p>You can also install utility Jar files in $JAVA_HOME\/jre\/lib\/ext, or you can set the property user.classpath in jmeter.properties<\/p>\n<p><strong>Note<\/strong> that setting the CLASSPATH environment variable will have no effect. This is because J Meter is started with &#8220;java -jar&#8221;, and the java command silently ignores the CLASSPATH variable, and the -classpath\/-cp options when -jar is used. [This occurs with all Java programs, not just J Meter.]\n<p>Using a HTTP(S) Test Script Recorder<\/p>\n<p>If you are testing from behind a firewall\/proxy server, you may need to provide J Meter with the firewall\/proxy server hostname and port number. To do so, run the jmeter[.bat] file from a command line with the following parameters:<\/p>\n<p>-H [proxy server hostname or ip address]\n<p>-P [proxy server port]\n<p>-N [nonproxy hosts] (e.g. *.apache.org|localhost)<\/p>\n<p>-u [username for proxy authentication &#8211; if required]\n<p>-a [password for proxy authentication &#8211; if required]\n<p><strong>Example :<\/strong> j meter -H my.proxy.server -P 8000 -u username -a password -N localhost<\/p>\n<p>You can also use &#8211;proxyHost, &#8211;proxyPort, &#8211;username, and &#8211;password as parameter names<\/p>\n<p>Parameters provided on a command-line may be visible to other users on the system.<\/p>\n<p>If the proxy host and port are provided, then J Meter sets the following System properties:<\/p>\n<ul>\n<li>proxyHost<\/li>\n<li>proxyPort<\/li>\n<li>proxyHost<\/li>\n<li>proxyPort<\/li>\n<\/ul>\n<p>If a nonproxy host list is provided, then J Meter sets the following System properties:<\/p>\n<ul>\n<li>nonProxyHosts<\/li>\n<li>nonProxyHosts<\/li>\n<\/ul>\n<p>So if you don&#8217;t wish to set both http and https proxies, you can define the relevant properties in system.properties instead of using the command-line parameters.<\/p>\n<p>Proxy Settings can also be defined in a Test Plan, using either the HTTP Request Defaults configuration or the HTTP Request sampler elements.<\/p>\n<p>J Meter also has its own in-built Proxy Server, the HTTP(S) Test Script Recorder . This is only used for recording HTTP or HTTPS browser sessions. This is not to be confused with the proxy settings described above, which is used when J Meter makes HTTP or HTTPS requests itself.<\/p>\n<h5><strong>Non-GUI Mode (Command Line mode)<\/strong><\/h5>\n<p>For non-interactive testing, you may choose to run J Meter without the GUI. To do so, use the following command options:<\/p>\n<p>-n This specifies J Meter is to run in non-gui mode<\/p>\n<p>-t [name of JMX file that contains the Test Plan].<\/p>\n<p>-l [name of JTL file to log sample results to].<\/p>\n<p>-j [name of J Meter run log file].<\/p>\n<p>-r Run the test in the servers specified by the J Meter property &#8220;remote_hosts&#8221;<\/p>\n<p>-R [list of remote servers] Run the test in the specified remote servers<\/p>\n<p>The script also lets you specify the optional firewall\/proxy server information:<\/p>\n<p>-H [proxy server hostname or ip address]\n<p>-P [proxy server port]\n<p><strong>Example :<\/strong> jmeter -n -t my_test.jmx -l log.jtl -H my.proxy.server -P 8000<\/p>\n<p>If the property jmeterengine.stopfail.system.exit is set to true (default is false), then J Meter will invoke System.exit(1) if it cannot stop all threads. Normally this is not necessary.<\/p>\n<h5><strong>Full list of command-line options<\/strong><\/h5>\n<p>Invoking J Meter as &#8220;jmeter -?&#8221; will print a list of all the command-line options. These are shown below.<\/p>\n<p>-h, &#8211;help<\/p>\n<p>print usage information and exit<\/p>\n<p>-v, &#8211;version<\/p>\n<p>print the version information and exit<\/p>\n<p>-p, &#8211;propfile {argument}<\/p>\n<p>the jmeter property file to use<\/p>\n<p>-q, &#8211;addprop {argument}<\/p>\n<p>additional property file(s)<\/p>\n<p>-t, &#8211;testfile {argument}<\/p>\n<p>the jmeter test(.jmx) file to run<\/p>\n<p>-j, &#8211;jmeterlogfile {argument}<\/p>\n<p>the jmeter log file<\/p>\n<p>-l, &#8211;logfile {argument}<\/p>\n<p>the file to log samples to<\/p>\n<p>-n, &#8211;nongui<\/p>\n<p>run JMeter in nongui mode<\/p>\n<p>-s, &#8211;server<\/p>\n<p>run the JMeter server<\/p>\n<p>-H, &#8211;proxyHost {argument}<\/p>\n<p>Set a proxy server for JMeter to use<\/p>\n<p>-P, &#8211;proxyPort {argument}<\/p>\n<p>Set proxy server port for JMeter to use<\/p>\n<p>-u, &#8211;username {argument}<\/p>\n<p>Set username for proxy server that JMeter is to use<\/p>\n<p>-a, &#8211;password {argument}<\/p>\n<p>Set password for proxy server that JMeter is to use<\/p>\n<p>-J, &#8211;jmeterproperty {argument}={value}<\/p>\n<p>Define additional JMeter properties<\/p>\n<p>-G, &#8211;globalproperty (argument)[=(value)]\n<p>Define Global properties (sent to servers)<\/p>\n<p>e.g. -Gport=123<\/p>\n<p>or -Gglobal.properties<\/p>\n<p>-D, &#8211;systemproperty {argument}={value}<\/p>\n<p>Define additional System properties<\/p>\n<p>-S, &#8211;systemPropertyFile {filename}<\/p>\n<p>a property file to be added as System properties<\/p>\n<p>-L, &#8211;loglevel {argument}={value}<\/p>\n<p>Define loglevel: [category=]level<\/p>\n<p>e.g. jorphan=INFO or jmeter.util=DEBUG<\/p>\n<p>-r, &#8211;runremote (non-GUI only)<\/p>\n<p>Start remote servers (as defined by the jmeter property remote_hosts)<\/p>\n<p>-R, &#8211;remotestart\u00a0 server1,&#8230; (non-GUI only)<\/p>\n<p>Start these remote servers (overrides remote_hosts)<\/p>\n<p>-d, &#8211;homedir {argument}<\/p>\n<p>the jmeter home directory to use<\/p>\n<p>-X, &#8211;remoteexit<\/p>\n<p>Exit the remote servers at end of test (non-GUI)<\/p>\n<p><strong>Note:<\/strong> the JMeter log file name is formatted as a SimpleDateFormat (applied to the current date) if it contains paired single-quotes, .e.g. &#8216;jmeter_&#8217;yyyyMMddHHmmss&#8217;.log&#8217;<\/p>\n<p><strong>Test Your Software Testing Skills By Taking Our JMeter Practice Tests On This <a href=\"https:\/\/www.vskills.in\/practice\/quiz\/Jmeter\">Link<\/a><\/strong><\/p>\n<p><em><strong>Become Vskills Certified JMeter Tester. Learn the module &#8220;Installing and Running JMeter&#8221;. Try the free practice test!<\/strong><\/em><\/p>\n<p><strong>Apply For <a href=\"https:\/\/www.vskills.in\/certification\/testing\/jmeter-tester-certification\">JMeter Certification<\/a><\/strong><\/p>\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-large\"><a href=\"https:\/\/www.vskills.in\/practice\/jmeter\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"961\" height=\"150\" src=\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/Exam-4A0-102_-Nokia-Border-Gateway-Protocol-14-1.png\" alt=\"\" class=\"wp-image-95995\" srcset=\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/Exam-4A0-102_-Nokia-Border-Gateway-Protocol-14-1.png 961w, https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/Exam-4A0-102_-Nokia-Border-Gateway-Protocol-14-1-300x47.png 300w\" sizes=\"auto, (max-width: 961px) 100vw, 961px\" \/><\/a><\/figure><\/div>\n\n\n\n<p><a href=\"https:\/\/www.vskills.in\/certification\/tutorial\/jmeter-tester-certification\/\" target=\"_blank\" rel=\"noreferrer noopener\">Go back to Tutorial<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Installing and Running JMeter- Installation- We recommend that most users run the latest release. To install a release build, simply unzip the zip\/tar file into the directory where you want J Meter to be installed. Provided that you have a JRE\/JDK correctly installed and the JAVA_HOME environment variable set, there is nothing more for you&#8230;<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"categories":[126],"tags":[],"class_list":["post-57734","page","type-page","status-publish","hentry","category-software-testing"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.5 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>JMeter Tutorial | Installing and Running JMeter<\/title>\n<meta name=\"description\" content=\"Become Vskills Certified JMeter Tester. Learn the module &quot;Installing and Running JMeter&quot;. Try the free practice test! Click here!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"JMeter Tutorial | Installing and Running JMeter\" \/>\n<meta property=\"og:description\" content=\"Become Vskills Certified JMeter Tester. Learn the module &quot;Installing and Running JMeter&quot;. Try the free practice test! Click here!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/\" \/>\n<meta property=\"og:site_name\" content=\"Tutorial\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/vskills.in\/\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-12T08:50:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"8 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/\",\"url\":\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/\",\"name\":\"JMeter Tutorial | Installing and Running JMeter\",\"isPartOf\":{\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png\",\"datePublished\":\"2017-07-04T07:51:19+00:00\",\"dateModified\":\"2024-04-12T08:50:36+00:00\",\"description\":\"Become Vskills Certified JMeter Tester. Learn the module \\\"Installing and Running JMeter\\\". Try the free practice test! Click here!\",\"breadcrumb\":{\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#primaryimage\",\"url\":\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png\",\"contentUrl\":\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png\",\"width\":750,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.vskills.in\/certification\/tutorial\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Installing and Running JMeter\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/#website\",\"url\":\"https:\/\/www.vskills.in\/certification\/tutorial\/\",\"name\":\"Tutorial\",\"description\":\"Vskills - A initiative in elearning and certification\",\"publisher\":{\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.vskills.in\/certification\/tutorial\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/#organization\",\"name\":\"Vskills\",\"url\":\"https:\/\/www.vskills.in\/certification\/tutorial\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2017\/07\/vskills-min-logo.jpg\",\"contentUrl\":\"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2017\/07\/vskills-min-logo.jpg\",\"width\":73,\"height\":55,\"caption\":\"Vskills\"},\"image\":{\"@id\":\"https:\/\/www.vskills.in\/certification\/tutorial\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/vskills.in\/\",\"https:\/\/x.com\/vskills_in\",\"https:\/\/www.linkedin.com\/company-beta\/1371554\/\",\"https:\/\/www.youtube.com\/channel\/UCMWnscxPwRF_PqXo9B7q_Tw\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"JMeter Tutorial | Installing and Running JMeter","description":"Become Vskills Certified JMeter Tester. Learn the module \"Installing and Running JMeter\". Try the free practice test! Click here!","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/","og_locale":"en_US","og_type":"article","og_title":"JMeter Tutorial | Installing and Running JMeter","og_description":"Become Vskills Certified JMeter Tester. Learn the module \"Installing and Running JMeter\". Try the free practice test! Click here!","og_url":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/","og_site_name":"Tutorial","article_publisher":"https:\/\/www.facebook.com\/vskills.in\/","article_modified_time":"2024-04-12T08:50:36+00:00","og_image":[{"url":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png","type":"","width":"","height":""}],"twitter_misc":{"Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/","url":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/","name":"JMeter Tutorial | Installing and Running JMeter","isPartOf":{"@id":"https:\/\/www.vskills.in\/certification\/tutorial\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#primaryimage"},"image":{"@id":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#primaryimage"},"thumbnailUrl":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png","datePublished":"2017-07-04T07:51:19+00:00","dateModified":"2024-04-12T08:50:36+00:00","description":"Become Vskills Certified JMeter Tester. Learn the module \"Installing and Running JMeter\". Try the free practice test! Click here!","breadcrumb":{"@id":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#primaryimage","url":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png","contentUrl":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2020\/12\/HR-AUDIT-METHODS-5-1.png","width":750,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/www.vskills.in\/certification\/tutorial\/installing-and-running-jmeter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.vskills.in\/certification\/tutorial\/"},{"@type":"ListItem","position":2,"name":"Installing and Running JMeter"}]},{"@type":"WebSite","@id":"https:\/\/www.vskills.in\/certification\/tutorial\/#website","url":"https:\/\/www.vskills.in\/certification\/tutorial\/","name":"Tutorial","description":"Vskills - A initiative in elearning and certification","publisher":{"@id":"https:\/\/www.vskills.in\/certification\/tutorial\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.vskills.in\/certification\/tutorial\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.vskills.in\/certification\/tutorial\/#organization","name":"Vskills","url":"https:\/\/www.vskills.in\/certification\/tutorial\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.vskills.in\/certification\/tutorial\/#\/schema\/logo\/image\/","url":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2017\/07\/vskills-min-logo.jpg","contentUrl":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-content\/uploads\/2017\/07\/vskills-min-logo.jpg","width":73,"height":55,"caption":"Vskills"},"image":{"@id":"https:\/\/www.vskills.in\/certification\/tutorial\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/vskills.in\/","https:\/\/x.com\/vskills_in","https:\/\/www.linkedin.com\/company-beta\/1371554\/","https:\/\/www.youtube.com\/channel\/UCMWnscxPwRF_PqXo9B7q_Tw"]}]}},"_links":{"self":[{"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/pages\/57734","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/comments?post=57734"}],"version-history":[{"count":9,"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/pages\/57734\/revisions"}],"predecessor-version":[{"id":96035,"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/pages\/57734\/revisions\/96035"}],"wp:attachment":[{"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/media?parent=57734"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/categories?post=57734"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vskills.in\/certification\/tutorial\/wp-json\/wp\/v2\/tags?post=57734"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}