Skip to content

Commit c39a264

Browse files
authored
Merge pull request #4394 from platformsh/contprof-java
Document Java continous profiling support
2 parents 8ffbe82 + 33d6ba5 commit c39a264

File tree

1 file changed

+25
-0
lines changed
  • sites/upsun/src/increase-observability/application-metrics

1 file changed

+25
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
title: Continuous profiling for Java
3+
sidebarTitle: "Java continuous profiler"
4+
description: Configure and use the Java continuous profiler.
5+
weight: 30
6+
---
7+
8+
{{< vendor/name >}} [Continuous Profiler](/increase-observability/application-metrics/cont-prof.md) is powered by [Blackfire](../../../increase-observability/application-metrics/blackfire.md).
9+
It is available directly the [Console](/administration/web/_index.md), under the **Profiling** tab of your environments.
10+
11+
The Java continuous profiling is currently made across 3 dimensions:
12+
- **CPU Time**: Time spent running on the CPU
13+
- **Allocations**: Time spent running on the CPU
14+
- **Allocated Memory**: Number of bytes allocated
15+
16+
The default sampling frequency is 100 Hz. This means the Java continuous profiler is
17+
collecting information 100 times per second.
18+
19+
## Prerequisites
20+
21+
{{< vendor/name >}} Continuous Profiler requires [`Java >= 17`](/languages/java.md).
22+
23+
## Configuration
24+
25+
The Java continuous profiler is enabled by default without configuration.

0 commit comments

Comments
 (0)