Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jplot does not cover window #8

Closed
amir20 opened this issue Jun 19, 2018 · 2 comments
Closed

jplot does not cover window #8

amir20 opened this issue Jun 19, 2018 · 2 comments

Comments

@amir20
Copy link

amir20 commented Jun 19, 2018

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?

@amir20
Copy link
Author

amir20 commented Jun 19, 2018

Confirmed that 3.1.6 does work. So looks like this is broken with latest iTerm.

@rs rs closed this as completed in a377a0d Jun 23, 2018
@amir20
Copy link
Author

amir20 commented Jun 24, 2018

Thanks @rs! Works like a charm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant