We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
vegeta
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.
3.2.0beta3
Does anybody else have this problem?
The text was updated successfully, but these errors were encountered:
Confirmed that 3.1.6 does work. So looks like this is broken with latest iTerm.
3.1.6
Sorry, something went wrong.
a377a0d
Thanks @rs! Works like a charm.
No branches or pull requests
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.My command is
I suspect this has to do with iTerm beta version. I am using
3.2.0beta3
.Does anybody else have this problem?
The text was updated successfully, but these errors were encountered: