1. Home
  2. Docs
  3. Glossary
  4. R
  5. Recording formats

Recording formats

The JZR recording format reflects the recording initial method.
The Advanced Agent and Advanced JMX formats are used within the JZR reports to activate extra display features (like the Task Sequence headers).

  • Advanced Agent : Jeyzer agent recording
    The most advanced and richest format.
  • Advanced JMX : Jeyzer client recording
    Capture of the stacks + JMX available figures (CPU, memory, GC..)
  • Instana : Instana agent thread dump format (absence of dump header)
  • JFR Recording : Java Flight Recording format
  • JMX : Jeyzer client recording
    Capture of the stacks only
  • Jstack 1.6+ : Jstack thread dump format, starting from JDK 6
  • Jstack 1.6+ Hung : Jstack thread dump format using the -s option, starting from JDK 6
  • Jstack 1.5 : Jstack thread dump format on JDK 5
  • JRockit Mission Control : Java Mission Control ancestor format
  • TDA : Thread Dump Analyzer format. Simple list of thread stacks
  • IBM core dump : deprecated