Skip to content
This repository was archived by the owner on May 26, 2023. It is now read-only.
This repository was archived by the owner on May 26, 2023. It is now read-only.

gc log data not recognised #3

@dbwrangler

Description

@dbwrangler

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions