Skip to content

Application for parsing and analyzing a hsperfdata file from a Java application in real time using its PID or directly from a hsperfdata file.

Notifications You must be signed in to change notification settings

nay-cat/hsperfdata-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hsperfdata-parser

hsperfdata-parser is an application for parsing and analyzing hsperfdata files from a Java application. It can obtain a snapshot of the hsperfdata file of a Java process in real-time using its PID or you can import the file manually instead.

hsperfdata is a performance monitoring file that is created when a Java application opens and is deleted once the process terminates. In Windows, these files are located inside %temp% in the hsperfdata_%username% folder. The name of each file inside it represents the PID of a Java process.

Pre-requisites

  • Java 8

Usage

$ java -jar hsperfparser.jar

Screenshots

image image image

About

Application for parsing and analyzing a hsperfdata file from a Java application in real time using its PID or directly from a hsperfdata file.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages