# \[AIAS-02] Explore the results

The study will run for 30 experiments or about 1 hour. After running the study, you can explore the results of your AI-driven performance optimization study.

Select your study from the **Offline Study** menu.

The **Summary** tab displays high-level study information at a glance, including the best score obtained so far, and a summary of the tuned parameters and their values for the optimal configuration.

In this example, Akamas was able to **cut the application response time by 40%**. A significant result that was achieved by optimally configuring the application runtime, without any code changes!

<figure><img src="https://1455297369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWaLHgCJcLYwHY9VZwaxO%2Fuploads%2FZ3va82ldsXOV6qE8e4Au%2Fsummary.png?alt=media&#x26;token=220ca0b9-c844-4ef2-a043-45ad12b95b74" alt=""><figcaption></figcaption></figure>

What are the best JVM settings Akamas found that made the application run so much faster? Scroll down to the "Best Configuration" section to discover it.

Without being told anything about how the application works, Akamas learned the best settings for some interesting JVM parameters:

* the max heap size was slightly changed
* the best garbage collector is *Parallel*

<figure><img src="https://1455297369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWaLHgCJcLYwHY9VZwaxO%2Fuploads%2FMe3FgkiRQt0vhGCclUml%2Fbest-configuration.png?alt=media&#x26;token=2474fdc6-b94a-473f-b1e6-876c80838f2f" alt=""><figcaption></figcaption></figure>

The **Progress** tab allows you to follow the experiments and their workflow tasks execution (including logs for troubleshooting).

<figure><img src="https://1455297369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWaLHgCJcLYwHY9VZwaxO%2Fuploads%2FCSkLsszULreA0jHCNVkA%2Fprogress.png?alt=media&#x26;token=32b427e8-1042-4867-a021-e5cb2d49923e" alt=""><figcaption></figcaption></figure>

The **Analysis** tab shows the experiments' scores over time, plus a detailed table with key parameters and metrics for each experiment.

Properly tuning a modern JVM is a complex challenge, and might require weeks of time and effort even for performance experts. Akamas AI is designed to converge rapidly toward optimal configurations. In this example, Akamas was able to find the optimal JVM configuration after about 16 automated performance experiments:

<figure><img src="https://1455297369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWaLHgCJcLYwHY9VZwaxO%2Fuploads%2FpR56ZVfTuzlhD0s8ih05%2Fanalysis%20(1).png?alt=media&#x26;token=8b3a72e2-bf69-40a0-98c1-dd6197388aeb" alt=""><figcaption></figcaption></figure>

The **Configuration Analysis** tab lets you explore the additional insights and benefits of the configurations Akamas explored with respect to other key metrics besides the goal.

Interestingly, in our example, another configuration Akamas found was able to **cut CPU utilization by 33%**, while still **improving response time by 17%** — improving performance and reducing costs at the same time.

<figure><img src="https://1455297369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWaLHgCJcLYwHY9VZwaxO%2Fuploads%2Fx7LYMRjYm4IyedjY5G9b%2Fconfiguration.png?alt=media&#x26;token=511040bf-9d83-4a8c-832b-08f6f17704d2" alt=""><figcaption></figcaption></figure>

The **Metrics** tab allows you to check the metrics that were collected by the telemetry for each experiment.

<figure><img src="https://1455297369-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FWaLHgCJcLYwHY9VZwaxO%2Fuploads%2FMrqbJLpMbUXbFjPk9OXc%2Fmetrics.png?alt=media&#x26;token=addcc05b-5965-4da9-812a-7b4b5849824a" alt=""><figcaption></figcaption></figure>

{% hint style="success" %}
**Congratulations!** You have finished your first study!\
\
Continue your journey by following the [third](https://docs.akamas.io/quick-guides/quick-guides-akamas-in-a-sandbox/aias-03-guide-create-a-study-to-optimize-k8s-microservices-costs-using-the-akamas-cli) guide to learn how to optimize the resource efficiency of K8s deployments requests and limits using the CLI.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.akamas.io/quick-guides/quick-guides-akamas-in-a-sandbox/aias-02-guide-create-a-study-to-optimize-java-performance-using-the-akamas-ui/aias-02-explore-the-results.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
