Multiple choice technology performance

What all type of servers can be performance tested using Apache JMeter

  1. Database via JDBC

  2. JMS

  3. Mail Server

  4. Unix

Reveal answer Fill a bubble to check yourself
A,B,C Correct answer
Explanation

JMeter can performance test various server types: databases via JDBC (using JDBC Request sampler), JMS servers (using JMS Point-to-Point or Publish/Subscribe samplers), and Mail Servers (using Mail Reader and SMTP samplers). 'Unix' is not a server type - it's an operating system that hosts servers, but not something you performance test directly.