{"id":34059,"date":"2016-05-04T10:18:32","date_gmt":"2016-05-04T04:48:32","guid":{"rendered":"https:\/\/2thenew.today\/blog\/?p=34059"},"modified":"2017-04-17T15:58:47","modified_gmt":"2017-04-17T10:28:47","slug":"jmeter-master-slave-setup-in-multiple-aws-regions","status":"publish","type":"post","link":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/","title":{"rendered":"JMeter Master Slave Setup In Multiple AWS Regions"},"content":{"rendered":"<p>In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and the slave is running in N.Virginia region.<\/p>\n<p><strong>Image Source:<\/strong>\u00a0http:\/\/gerardnico.com\/wiki\/jmeter\/remote<\/p>\n<p>Here are the details:<br \/>\n<strong><span style=\"color: #f60;\">Master server:<\/span><\/strong><br \/>\nIP: 52.88.159.81<br \/>\nRegion: Oregon<\/p>\n<p><strong style=\"line-height: 1.71429; font-size: 1rem;\"><span style=\"color: #f60;\">Slave server:<br \/>\n<\/span><\/strong><span style=\"line-height: 1.71429; font-size: 1rem;\">IP: 52.71.163.50<br \/>\n<\/span><span style=\"line-height: 1.71429; font-size: 1rem;\">Region: N.Virginia<\/span><\/p>\n<p>I am using the same version of JMeter on both the servers. By default, the JMeter invocation works on the instance\u2019s private IP that is why the master-slave instances are able to communicate with each other if they are in the\u00a0same VPC, but when we span the set up to multiple VPCs or even regions then the same thing with private IP doesn\u2019t work. For this purpose, we have to invoke the JMeter daemons on their public IP so that they can communicate with each other on their public IP.<\/p>\n<p>For this purpose, we have to make some changes in the configuration. To invoke jmeter daemon over its public IP, we have to set a parameter \u201c-Djava.rmi.server.hostname=\u201d on the command on both the master and slave servers.<\/p>\n<p>So the steps are listed below:<br \/>\n1. First, we have to trigger the JMeter daemon of the slave server on its public IP:<\/p>\n<p>[js]sudo \/usr\/share\/jmeter\/bin\/jmeter-server -Djava.rmi.server.hostname=52.71.163.50<br \/>\n[\/js]<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-34107\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/05\/slave-invocation.png\" alt=\"slave-invocation\" width=\"1377\" height=\"44\" \/><\/p>\n<p>2. Then run the load test from master after invoking it on its public IP:<\/p>\n<p>[js]jmeter -n -t load-test.jmx -R 52.71.163.50 -Djava.rmi.server.hostname=52.88.159.81<br \/>\n[\/js]<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-34106\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/05\/master-invocation.png\" alt=\"master-invocation\" width=\"646\" height=\"127\" \/><\/p>\n<p>On Slave&#8217;s side:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone  wp-image-34105\" src=\"\/blog\/wp-ttn-blog\/uploads\/2016\/04\/slave-result.png\" alt=\"slave-result\" width=\"1049\" height=\"57\" \/>After following these steps, you should be able to run the master slave load test setup in multiple regions.<\/p>\n<p><span style=\"color: #f60;\"><span style=\"color: #000000;\">To know more about the best practices of Load testing,<\/span> <a href=\"https:\/\/2thenew.today\/blog\/7-things-you-must-know-about-load-testing-using-jmeter\/\">click here. <\/a><\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and [&hellip;]<\/p>\n","protected":false},"author":170,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"iawp_total_views":32,"footnotes":""},"categories":[1174,2348,1],"tags":[3278,696,3275,698,3263,3277,3276],"class_list":["post-34059","post","type-post","status-publish","format-standard","hentry","category-aws-2","category-devops-technology","category-technology","tag-best-way-to-use-jmeter","tag-jmeter","tag-jmeter-distributed-load-testing","tag-load-testing","tag-load-testing-best-practices","tag-load-testing-on-aws","tag-scalable-jmeter"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 5.0.0.1 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Tarun Saxena\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 5.0.0.1\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"TO THE NEW BLOG\" \/>\n\t\t<meta property=\"og:type\" content=\"blog\" \/>\n\t\t<meta property=\"og:title\" content=\"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog\" \/>\n\t\t<meta property=\"og:description\" content=\"In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@tothenew\" \/>\n\t\t<meta name=\"twitter:title\" content=\"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#article\",\"name\":\"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog\",\"headline\":\"JMeter Master Slave Setup In Multiple AWS Regions\",\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/tarun-saxena\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"\\\/blog\\\/wp-ttn-blog\\\/uploads\\\/2016\\\/05\\\/slave-invocation.png\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#articleImage\"},\"datePublished\":\"2016-05-04T10:18:32+05:30\",\"dateModified\":\"2017-04-17T15:58:47+05:30\",\"inLanguage\":\"en-US\",\"commentCount\":3,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#webpage\"},\"articleSection\":\"AWS, DevOps, Technology, Best way to use Jmeter, jmeter, JMeter Distributed Load Testing, load testing, Load Testing Best practices, Load testing on AWS, Scalable Jmeter\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"position\":2,\"name\":\"Technology\",\"item\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#listItem\",\"name\":\"JMeter Master Slave Setup In Multiple AWS Regions\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#listItem\",\"position\":3,\"name\":\"JMeter Master Slave Setup In Multiple AWS Regions\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/category\\\/technology\\\/#listItem\",\"name\":\"Technology\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\",\"name\":\"TO THE NEW Blog\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/tarun-saxena\\\/#author\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/tarun-saxena\\\/\",\"name\":\"Tarun Saxena\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#authorImage\",\"url\":\"https:\\\/\\\/newersworld-sf-static.tothenew.net\\\/prod\\\/profilePicFolder\\\/abdca3c8-9650-46c0-b54a-6bd9ae2dc989_2752-Tarun-Saxena-PROFILEPICTURE.jpeg\",\"width\":96,\"height\":96,\"caption\":\"Tarun Saxena\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#webpage\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/\",\"name\":\"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog\",\"description\":\"In this blog, I\\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/jmeter-master-slave-setup-in-multiple-aws-regions\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/tarun-saxena\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/author\\\/tarun-saxena\\\/#author\"},\"datePublished\":\"2016-05-04T10:18:32+05:30\",\"dateModified\":\"2017-04-17T15:58:47+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/\",\"name\":\"TO THE NEW Blog\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.tothenew.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog","description":"In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and","canonical_url":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#article","name":"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog","headline":"JMeter Master Slave Setup In Multiple AWS Regions","author":{"@id":"https:\/\/2thenew.today\/blog\/author\/tarun-saxena\/#author"},"publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"},"image":{"@type":"ImageObject","url":"\/blog\/wp-ttn-blog\/uploads\/2016\/05\/slave-invocation.png","@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#articleImage"},"datePublished":"2016-05-04T10:18:32+05:30","dateModified":"2017-04-17T15:58:47+05:30","inLanguage":"en-US","commentCount":3,"mainEntityOfPage":{"@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#webpage"},"isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#webpage"},"articleSection":"AWS, DevOps, Technology, Best way to use Jmeter, jmeter, JMeter Distributed Load Testing, load testing, Load Testing Best practices, Load testing on AWS, Scalable Jmeter"},{"@type":"BreadcrumbList","@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","position":1,"name":"Home","item":"https:\/\/2thenew.today\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","position":2,"name":"Technology","item":"https:\/\/2thenew.today\/blog\/category\/technology\/","nextItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#listItem","name":"JMeter Master Slave Setup In Multiple AWS Regions"},"previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#listItem","position":3,"name":"JMeter Master Slave Setup In Multiple AWS Regions","previousItem":{"@type":"ListItem","@id":"https:\/\/2thenew.today\/blog\/category\/technology\/#listItem","name":"Technology"}}]},{"@type":"Organization","@id":"https:\/\/2thenew.today\/blog\/#organization","name":"TO THE NEW Blog","url":"https:\/\/2thenew.today\/blog\/"},{"@type":"Person","@id":"https:\/\/2thenew.today\/blog\/author\/tarun-saxena\/#author","url":"https:\/\/2thenew.today\/blog\/author\/tarun-saxena\/","name":"Tarun Saxena","image":{"@type":"ImageObject","@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#authorImage","url":"https:\/\/newersworld-sf-static.tothenew.net\/prod\/profilePicFolder\/abdca3c8-9650-46c0-b54a-6bd9ae2dc989_2752-Tarun-Saxena-PROFILEPICTURE.jpeg","width":96,"height":96,"caption":"Tarun Saxena"}},{"@type":"WebPage","@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#webpage","url":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/","name":"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog","description":"In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/2thenew.today\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/#breadcrumblist"},"author":{"@id":"https:\/\/2thenew.today\/blog\/author\/tarun-saxena\/#author"},"creator":{"@id":"https:\/\/2thenew.today\/blog\/author\/tarun-saxena\/#author"},"datePublished":"2016-05-04T10:18:32+05:30","dateModified":"2017-04-17T15:58:47+05:30"},{"@type":"WebSite","@id":"https:\/\/2thenew.today\/blog\/#website","url":"https:\/\/2thenew.today\/blog\/","name":"TO THE NEW Blog","inLanguage":"en-US","publisher":{"@id":"https:\/\/2thenew.today\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"TO THE NEW BLOG","og:type":"blog","og:title":"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog","og:description":"In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and","og:url":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/","og:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","og:image:secure_url":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png","twitter:card":"summary","twitter:site":"@tothenew","twitter:title":"JMeter Master Slave Setup In Multiple AWS Regions | TO THE NEW Blog","twitter:description":"In this blog, I\u2019ll be demonstrating how to set up master-slave JMeter set up in multiple AWS regions. The aim is to generate load from multiple regions or multiple AZs in order to get a flavour of real load. For this purpose I am using EC2 servers, so a master server in Oregon region and","twitter:image":"https:\/\/2thenew.today\/blog\/wp-content\/themes\/ttn\/images\/social-logo.png"},"aioseo_meta_data":{"post_id":"34059","title":null,"description":null,"keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":"","og_description":"","og_object_type":"blog","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":"","og_custom_url":null,"og_article_section":"","og_article_tags":"","twitter_use_og":false,"twitter_card":"summary","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"Article","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"limit_modified_date":false,"created":"2021-04-30 05:46:29","updated":"2024-02-29 09:43:22","focus_keyword":null,"additional_keywords":null,"truseo_locale":null,"ai":null,"breadcrumb_settings":null,"seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/2thenew.today\/blog\/category\/technology\/\" title=\"Technology\">Technology<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tJMeter Master Slave Setup In Multiple AWS Regions\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/2thenew.today\/blog"},{"label":"Technology","link":"https:\/\/2thenew.today\/blog\/category\/technology\/"},{"label":"JMeter Master Slave Setup In Multiple AWS Regions","link":"https:\/\/2thenew.today\/blog\/jmeter-master-slave-setup-in-multiple-aws-regions\/"}],"_links":{"self":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/34059","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/users\/170"}],"replies":[{"embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/comments?post=34059"}],"version-history":[{"count":0,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/posts\/34059\/revisions"}],"wp:attachment":[{"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/media?parent=34059"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/categories?post=34059"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/2thenew.today\/blog\/wp-json\/wp\/v2\/tags?post=34059"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}