From: Jesper Dangaard Brouer <jbrouer@redhat.com>
To: "Toke Høiland-Jørgensen via Bloat" <bloat@lists.bufferbloat.net>
Cc: "Toke Høiland-Jørgensen" <toke@toke.dk>,
"Hal Murray" <hmurray@megapathdsl.net>
Subject: Re: [Bloat] Measuring CoDel
Date: Mon, 25 Jan 2021 10:31:24 +0100 [thread overview]
Message-ID: <20210125103124.04943977@carbon> (raw)
In-Reply-To: <87zh104hkk.fsf@toke.dk>
On Sat, 23 Jan 2021 01:34:19 +0100
Toke Høiland-Jørgensen via Bloat <bloat@lists.bufferbloat.net> wrote:
> Hal Murray <hmurray@megapathdsl.net> writes:
>
> > Toke said:
> >> Yeah, the overhead of CoDel itself (and even FQ-CoDel) is basically nil (as
> >> in, we have not been able to measure it), when otherwise doing forwarding
> >> using the regular Linux stack.
> >
> > I may be able to help with that.
> >
> > Are you familiar with Dick Sites' KUtrace?
> > Stanford Seminar - KUtrace 2020
> > https://www.youtube.com/watch?v=2HE7tSZGna0
>
> Nope - but from a quick glance it looks similar to what you can do with
> 'perf'? :)
Yes, but the 'perf' tool (mostly) uses sampling.
I assume you want to catch latency outliers, right?
I would probably recommend that you play with bpftrace[1], for
processing all the events to catch the outliers.
[1] https://github.com/iovisor/bpftrace
As an example look at this bpftrace script[2], that I used for
detecting latency issues, network hardIRQ-to-softirq latency.
[2] https://github.com/xdp-project/xdp-project/blob/master/areas/latency/softirq_net_latency.bt
--
Best regards,
Jesper Dangaard Brouer
MSc.CS, Principal Kernel Engineer at Red Hat
LinkedIn: http://www.linkedin.com/in/brouer
prev parent reply other threads:[~2021-01-25 9:31 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-01-22 23:37 Hal Murray
2021-01-23 0:34 ` Toke Høiland-Jørgensen
2021-01-25 9:31 ` Jesper Dangaard Brouer [this message]
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.bufferbloat.net/postorius/lists/bloat.lists.bufferbloat.net/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210125103124.04943977@carbon \
--to=jbrouer@redhat.com \
--cc=bloat@lists.bufferbloat.net \
--cc=hmurray@megapathdsl.net \
--cc=toke@toke.dk \
/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
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox