org.perfkit.sjk.parsers::sjk-jfr-standalone

Java Flight Recorder parser

License

License

GroupId

GroupId

org.perfkit.sjk.parsers
ArtifactId

ArtifactId

sjk-jfr-standalone
Last Version

Last Version

0.9
Release Date

Release Date

Type

Type

jar
Description

Description

org.perfkit.sjk.parsers::sjk-jfr-standalone
Java Flight Recorder parser
Project URL

Project URL

http://code.google.com/p/gridkit/sjk-jfr-standalone

Download sjk-jfr-standalone

How to add to project

<!-- https://jarcasting.com/artifacts/org.perfkit.sjk.parsers/sjk-jfr-standalone/ -->
<dependency>
    <groupId>org.perfkit.sjk.parsers</groupId>
    <artifactId>sjk-jfr-standalone</artifactId>
    <version>0.9</version>
</dependency>
// https://jarcasting.com/artifacts/org.perfkit.sjk.parsers/sjk-jfr-standalone/
implementation 'org.perfkit.sjk.parsers:sjk-jfr-standalone:0.9'
// https://jarcasting.com/artifacts/org.perfkit.sjk.parsers/sjk-jfr-standalone/
implementation ("org.perfkit.sjk.parsers:sjk-jfr-standalone:0.9")
'org.perfkit.sjk.parsers:sjk-jfr-standalone:jar:0.9'
<dependency org="org.perfkit.sjk.parsers" name="sjk-jfr-standalone" rev="0.9">
  <artifact name="sjk-jfr-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.perfkit.sjk.parsers', module='sjk-jfr-standalone', version='0.9')
)
libraryDependencies += "org.perfkit.sjk.parsers" % "sjk-jfr-standalone" % "0.9"
[org.perfkit.sjk.parsers/sjk-jfr-standalone "0.9"]

Dependencies

compile (1)

Group / Artifact Type Version
org.gridkit.jvmtool : sjk-stacktrace jar 0.13

test (3)

Group / Artifact Type Version
junit : junit jar 4.11
org.assertj : assertj-core jar 1.6.0
com.carrotsearch : junit-benchmarks jar 0.7.2

Project Modules

There are no modules declared in this project.

Java Flight Recorder parser for SJK

SJK tools offer number of reports based on thread stack sampling, inluding sophisticated filtering and flame graph visualization.

Java Flight Recorder dumps may include stack traces produced by method profiling. This project implements parser for Java Flight Recorder files which can be used by SJK.

Mission Control is a part of JDK, implementaion seeks for local Mission Control installation and add jars required for recording parsing to classpath. If Mission Control installation is missing (e.g. in OpenJDK) Flight Recorder format support will not be available.

Versions

Version
0.9
0.7
0.6