rw

Published May 19, 2025.

Introduction This post provides an overview and landing page for the series about Apache JMeter Performance Testing with OAC. It includes links to the other posts and supporting references.

The master post is Real-World Performance Testing for Oracle Analytics Cloud with Apache JMeter.

Oracle Analytics Cloud

OAC (Oracle Analytics Cloud) is a scalable and secure Oracle Cloud service that provides a full set of capabilities to explore and perform collaborative analytics for you, your workgroup, and your enterprise. Features include:

  • Data visualization and storytelling
  • Machine learning
  • Mobile analytics
  • Open data source connectivity
  • Data preparation and enrichment
  • Enterprise data modeling

Apache JMeter

Apache JMeter is an open-source tool for performance testing that allows you to simulate real-world OAC user experiences and measure the performance of your reports. Performance testing is essential for ensuring that OAC can support the expected workloads.

The diagram below illustrates the performance testing process for OAC.

OAC performance testing process


Links to Posts about JMeter Performance Testing with OAC
rw
Explore More Explore Oracle Analytics Community, Blog, and Library.
Explore Analytics Platform Features
Explore Apache JMeter
rw
var coll = document.getElementsByClassName(“collapsible”); var i; for (i = 0; i < coll.length; i++) { coll[i].addEventListener("click", function() { this.classList.toggle("active"); var content = this.nextElementSibling; if (content.style.display === "block") { content.style.display = "none"; } else { content.style.display = "block"; } }); }