Forrest logo
back to context overview

jhsdb

List of commands for jhsdb:

  • jhsdb:tldr:8c95b jhsdb: Start a remote debug server.
    $ jhsdb debugd --pid ${pid} --serverid ${optional_unique_id}
    try on your machine
    explain this command
  • jhsdb:tldr:e8489 jhsdb: Open a core dump in interactive debug mode.
    $ jhsdb clhsdb --core ${path-to-core_dump} --exe ${path-to-jdk-bin-java}
    try on your machine
    explain this command
  • jhsdb:tldr:f268c jhsdb: Connect to a process in interactive debug mode.
    $ jhsdb clhsdb --pid ${pid}
    try on your machine
    explain this command
  • jhsdb:tldr:f80d5 jhsdb: Print stack and locks information of a Java process.
    $ jhsdb jstack --pid ${pid}
    try on your machine
    explain this command
back to context overview