You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
M. Isuru Tharanga Chrishantha Perera edited this page Feb 22, 2018
·
1 revision
jstack-profiler
Naive Java Profiler using jstack command.
Usage
./jstack-profiler -h
Usage:
jstack-profiler -p <pid> [-n <number_of_samples>] [-i <sample_interval[suffix]>] [-o <output_directory>] [-x] [-h]
-p: The Java Process ID
-n: Number of samples to take. Default: 150
-i: Sample interval. Default: 2s. Floating point numbers are accepted
Suffix may be:
s - seconds (the default)
m - minutes
h - hours
d - days
-o: Output directory to save results
-x: Do not save 'ps' command output
-h: Display this help