Skip to content

jplot does not cover window #8

@amir20

Description

@amir20

I just started using jplot for the first time. Running an example from vegeta yields the below results. It is only half height and half the width.

screen shot 2018-06-19 at 9 34 26 am

My command is

$ echo 'GET http://192.168.99.100:31330/demo/hello' | \                   
vegeta attack -rate 5000 -duration 10m | vegeta dump | \
                   jaggr @count=rps \
                         hist\[100,200,300,400,500\]:code \
                         p25,p50,p95:latency \
                         sum:bytes_in \
                         sum:bytes_out | \
                   jplot rps+code.hist.100+code.hist.200+code.hist.300+code.hist.400+code.hist.500 \
                         latency.p95+latency.p50+latency.p25 \
                         bytes_in.sum+bytes_out.sum

I suspect this has to do with iTerm beta version. I am using 3.2.0beta3.

Does anybody else have this problem?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions