Troubleshooting Tools and Commands Flashcards

1
Q

jcmd

A

Send diagnostic command requests to a running JVM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

jdb

A

Find and fix bug in Java platform programs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

jhsdb

A

attach to a Java process or to a core dump from a crashed JVM

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

jinfo: Experimental

A

generate Java configuration information for a specified Java process

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

jmap: Experimental

A

Print details of a specified process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

jstack: Experimental

A

Print java stack traces of Java threads for a specified Java process.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly