Skip to content

Commit 04c71e0

Browse files
author
Onno Zweers
committed
Changing jdk to 17, because dCache now requires it; also, jcmd is in java-17-openjdk-headless
1 parent ec2aa80 commit 04c71e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/TheBook/src/main/markdown/cookbook-debugging.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This chapter provides an information on how to exam running dCache system, ident
44

55
## Java Flight recorder
66

7-
When debugging an issue on a running system often we need to collect jvm performance stats with `Java flight recorder`. Starting from release 7.2 the Java flight recorder attach listener is enabled by default. Site admins can collect and provide developers with additional information when high CPU load, memory consumption or file descriptor leaks are observed. To enable the `flight recorder` _jcmd_ command is used, which is typically provided as a part of `java-11-openjdk-devel` (on RHEL and clones).
7+
When debugging an issue on a running system often we need to collect jvm performance stats with `Java flight recorder`. Starting from release 7.2 the Java flight recorder attach listener is enabled by default. Site admins can collect and provide developers with additional information when high CPU load, memory consumption or file descriptor leaks are observed. To enable the `flight recorder` _jcmd_ command is used, which is typically provided as a part of `java-17-openjdk-headless` (on RHEL and clones).
88

99
To control recoding the following subcommands of _jcmd_ available:
1010

@@ -111,4 +111,4 @@ Overhead Shared Object Symbol
111111
0.74% [kernel] [k] entry_SYSCALL_64
112112
```
113113

114-
More info on usage perf usage at [perf Examples](https://www.brendangregg.com/perf.html) by Brendan Gregg.
114+
More info on usage perf usage at [perf Examples](https://www.brendangregg.com/perf.html) by Brendan Gregg.

0 commit comments

Comments
 (0)