-
Notifications
You must be signed in to change notification settings - Fork 44
gc log data not recognised #3
Comments
Can you provide the command line that you're running, and possibly a snippet of the log? |
sure... python gc_log_visualizer.py gc-2017-09-26_10-38-14.log {Heap before GC invocations=0 (full 0):
|
Judging by the names of the charts that aren't rendering ( |
Correct , I just noticed an hour ago that actually a bunch of graphs had been created. Now I'm having problems with regionsize_vs_objectsize.sh, but I'll keep troubleshooting - think data is nothing like expected. Also I don't have -XX:+PrintAdaptiveSizePolicy currently set, so have added and will check again (not sure how important this is). |
Hi
Trying out your viewer for the first time and get an error. I've successfully parsed this gc log with other viewers, it has 14k lines. Error:
gc alg: parallel=False, g1gc=True, cms=False
line 0: warning: Skipping data file with no valid points
set term png size 1024,768; set output "default-stw-mixed.png"; set xdata time; set ylabel "Secs"; set timefmt "%Y-%m-%d:%H:%M:%S"; plot "mixed-pause.dat" using 1:2 title "mixed"
^
line 0: x range is invalid
line 0: warning: Skipping data file with no valid points
line 0: warning: Skipping data file with no valid points
line 0: warning: Skipping data file with no valid points
set term png size 1024,768; set output "default-mixed-duration.png"; set xdata time; set timefmt "%Y-%m-%d:%H:%M:%S"; plot "mixed_duration.dat" using 1:2 title "mixed-gc-duration(ms)"
^
line 0: x range is invalid
line 0: warning: Skipping data file with no valid points
set term png size 1024,768; set output "default-mixed-duration-count.png"; set xdata time; set timefmt "%Y-%m-%d:%H:%M:%S"; plot "mixed_duration.dat" using 1:3 title "mixed-gc-count"
^
line 0: x range is invalid
I have installed pip requirements and brew installed as suggested.
Any pointers?
thanks
The text was updated successfully, but these errors were encountered: