We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a4462b4 + 164cef1 commit 390ec1cCopy full SHA for 390ec1c
.github/actions/print-jvm-thread-dumps/action.yml
@@ -7,8 +7,6 @@ runs:
7
run: |
8
for java_pid in $(jps -q -J-XX:+PerfDisableSharedMem); do
9
echo "------------------------ pid $java_pid ------------------------"
10
- cat /proc/$java_pid/cmdline | xargs -0 echo
11
jcmd $java_pid Thread.print -l
12
- jcmd $java_pid GC.heap_info
13
done
14
exit 0
0 commit comments