jplot icon indicating copy to clipboard operation
jplot copied to clipboard

run and render is base64 string, not image in iterm2

Open zhanghuid opened this issue 4 years ago • 0 comments

hello, i have some troubled,

when i run command like it in iterm2:

echo 'GET http://www.hi-linux.com' | \
    vegeta attack -rate 5000 -duration 10m | vegeta encode | \
    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

it render base64 string, not image, have you ever met?

zhanghuid avatar Jan 30 '21 10:01 zhanghuid