-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
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
$ 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
Labels
No labels
