Find the Best Cosmetic Hospitals

Explore trusted cosmetic hospitals and make a confident choice for your transformation.

“Invest in yourself — your confidence is always worth it.”

Explore Cosmetic Hospitals

Start your journey today — compare options in one place.

Appdynamics: Lab – Create a Sample Load for APM in petclinic App using Jmeter

Here’s the exact JMeter setup to create Owners at
http://43.204.220.89:8080/petclinic/owners/new.

Thread Group (your load)

  • Users: as needed (e.g., 50/200/1000)
  • Ramp-up: e.g., 60s
  • Loop: as needed

Config Elements

  1. HTTP Request Defaults
  • Server Name: 43.204.220.89
  • Port: 8080
  • Protocol: http
  1. HTTP Cookie Manager (enable cookies for session)
  2. HTTP Header Manager
  • Content-Type: application/x-www-form-urlencoded
  1. CSV Data Set Config (to feed random data at scale)
  • Filename: owners.csv
  • Variable Names: first,last,address,city,phone
  • Recycle on EOF: True
  • Stop thread on EOF: False
  • Example owners.csv line:
    John,Doe,12 Baker Street,London,0700012345

Samplers & Post-Processors

1) GET form page (fetch cookies and optional CSRF)

Sampler: HTTP Request

  • Method: GET
  • Path: /petclinic/owners/new

Post-Processor (optional, if CSRF is enabled): CSS Selector Extractor

  • Name of created variable: csrf
  • CSS Selector: input[name=_csrf]
  • Attribute: value
    (If you don’t see a hidden _csrf field in the HTML, skip this extractor and the _csrf param below.)

2) POST create owner

Sampler: HTTP Request

  • Method: POST
  • Path: /petclinic/owners/new
  • Parameters (add as form params):
    • firstName = ${first}
    • lastName = ${last}
    • address = ${address}
    • city = ${city}
    • telephone = ${phone}
    • _csrf = ${csrf} (only if extractor above succeeded)

(Alternative body if you prefer raw):
firstName=${first}&lastName=${last}&address=${address}&city=${city}&telephone=${phone}&_csrf=${csrf}

Assertion (to confirm success): Response Assertion

  • Contains: Owner Information
    (Petclinic typically redirects to /petclinic/owners/{id} showing that text on success.)

Tips for mass traffic

  • Add a Uniform Random Timer (e.g., 300–1200 ms) to better mimic users.
  • Scale Thread Group users + loop to hit your target RPS.
  • If you see 302 redirects, enable “Follow Redirects” on the POST sampler.

That’s it—this pair of samplers (GET→POST) with CSV data will flood the endpoint with realistic owner-creation requests.

Sample JMeter File and Sample Data

Find Trusted Cardiac Hospitals

Compare heart hospitals by city and services — all in one place.

Explore Hospitals
I’m a DevOps/SRE/DevSecOps/Cloud Expert passionate about sharing knowledge and experiences. I have worked at <a href="https://www.cotocus.com/">Cotocus</a>. I share tech blog at <a href="https://www.devopsschool.com/">DevOps School</a>, travel stories at <a href="https://www.holidaylandmark.com/">Holiday Landmark</a>, stock market tips at <a href="https://www.stocksmantra.in/">Stocks Mantra</a>, health and fitness guidance at <a href="https://www.mymedicplus.com/">My Medic Plus</a>, product reviews at <a href="https://www.truereviewnow.com/">TrueReviewNow</a> , and SEO strategies at <a href="https://www.wizbrand.com/">Wizbrand.</a> Do you want to learn <a href="https://www.quantumuting.com/">Quantum Computing</a>? <strong>Please find my social handles as below;</strong> <a href="https://www.rajeshkumar.xyz/">Rajesh Kumar Personal Website</a> <a href="https://www.youtube.com/TheDevOpsSchool">Rajesh Kumar at YOUTUBE</a> <a href="https://www.instagram.com/rajeshkumarin">Rajesh Kumar at INSTAGRAM</a> <a href="https://x.com/RajeshKumarIn">Rajesh Kumar at X</a> <a href="https://www.facebook.com/RajeshKumarLog">Rajesh Kumar at FACEBOOK</a> <a href="https://www.linkedin.com/in/rajeshkumarin/">Rajesh Kumar at LINKEDIN</a> <a href="https://www.wizbrand.com/rajeshkumar">Rajesh Kumar at WIZBRAND</a> <a href="https://www.rajeshkumar.xyz/dailylogs">Rajesh Kumar DailyLogs</a>

Related Posts

Terraform Backend Tutorial

Terraform is a popular open-source infrastructure as code tool used to create and manage infrastructure resources. The state of the infrastructure resources managed by Terraform is stored…

Read More

Best Tools for Software Composition Analysis (SCA)

Here’s a clear and professional explanation of the three related concepts you asked about — all of which are critical parts of secure software development, especially in…

Read More

Top 10 AI Code Review Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, AI code review tools have become essential for developers aiming to enhance code quality, streamline workflows, and accelerate software delivery. These tools leverage advanced…

Read More

Top 10 Expense Management Tools in 2026: Features, Pros, Cons & Comparison

Introduction Expense management tools are critical for businesses of all sizes in 2026 as they help streamline financial processes, improve budgeting, ensure compliance, and enhance financial visibility….

Read More

Top 10 Web Application Firewall (WAF) Tools in 2026: Features, Pros, Cons & Comparison

Introduction In the rapidly evolving landscape of cybersecurity, Web Application Firewalls (WAFs) have become a critical component in defending web applications from malicious attacks such as SQL…

Read More

Top 10 Endpoint Management Tools in 2026: Features, Pros, Cons & Comparison

Introduction In 2026, businesses of all sizes are increasingly reliant on a variety of devices—laptops, desktops, mobile devices, and other endpoints—that connect to their networks. With the…

Read More
Subscribe
Notify of
guest
0 Comments
Newest
Oldest Most Voted
Inline Feedbacks
View all comments
0
Would love your thoughts, please comment.x
()
x