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
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