Flent-users discussion archives
 help / color / mirror / Atom feed
From: "Toke Høiland-Jørgensen" <notifications@github.com>
To: tohojo/flent <flent@noreply.github.com>
Cc: Subscribed <subscribed@noreply.github.com>
Subject: Re: [Flent-users] [tohojo/flent] How to combine ping and tcp rtt onto one axis? (#173)
Date: Thu, 25 Jul 2019 03:50:48 -0700	[thread overview]
Message-ID: <tohojo/flent/issues/173/514996974@github.com> (raw)
In-Reply-To: <tohojo/flent/issues/173@github.com>


[-- Attachment #1.1: Type: text/plain, Size: 1579 bytes --]

Pete Heist <notifications@github.com> writes:

> In tcp_nup.conf, I'm trying to create a dual axis plot that combines delivery rate on one axis along with ping and TCP RTT on the second axis, attempting like this:
>
> ```
>     ('tcp_delivery_with_ping_and_tcp_rtt',
>      {'description': 'TCP delivery rate with ping and TCP RTT',
>                   'type': 'timeseries',
>                   'dual_axes': True,
>                   'series': [
>                         {'data': glob('TCP**', exclude=['*fairness*']),
>                          'raw_key': 'tcp_delivery_rate',
>                          'label': 'Delivery rate'},
>                         {'data': glob('Ping (ms) *'),
>                          'label': 'Ping (ms)',
>                          'axis': 2},
>                         {'data': glob('TCP**', exclude=['*fairness*']),
>                          'axis': 2,
>                          'raw_key': 'tcp_rtt',
>                          'label': 'TCP RTT'}]}),
> ```
>
> But what I get when I try to display the plot is:
>
> ```
> ERROR: Aborting plotting due to error: Plot axis unit mismatch: ms/Mbits/s
> ```
>
> I tried setting units to 'ms' explicitly on the ping and TCP RTT data
> series, but that didn't fix it. Is this possible to do somehow?

Thank you for your persistent bug-finding efforts ;)

Yeah, this should be possible; let me do a quick fix...


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/tohojo/flent/issues/173#issuecomment-514996974

[-- Attachment #1.2: Type: text/html, Size: 3394 bytes --]

[-- Attachment #2: Type: text/plain, Size: 151 bytes --]

_______________________________________________
Flent-users mailing list
Flent-users@flent.org
http://flent.org/mailman/listinfo/flent-users_flent.org

  reply	other threads:[~2019-07-25 10:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-24 22:00 Pete Heist
2019-07-25 10:50 ` Toke Høiland-Jørgensen [this message]
2019-07-25 10:52 ` Toke Høiland-Jørgensen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://lists.flent.org/postorius/lists/flent-users.flent.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=tohojo/flent/issues/173/514996974@github.com \
    --to=notifications@github.com \
    --cc=flent@noreply.github.com \
    --cc=reply+AHVNJP2REDVMAX2DMXIHPLF3I26AREVBNHHBYKVR3Q@reply.github.com \
    --cc=subscribed@noreply.github.com \
    --subject='Re: [Flent-users] [tohojo/flent] How to combine ping and tcp rtt onto one axis? (#173)' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox