From: "Dimitry V. Ketov" <Dimitry.Ketov@avalon.ru>
To: lartc@vger.kernel.org
Subject: [LARTC] [patch] tcng tcsim_filter fix for tcsim_plot -t delay
Date: Mon, 28 Apr 2003 08:42:51 +0000 [thread overview]
Message-ID: <marc-lartc-105151942601782@msgid-missing> (raw)
Recently I played with the tcng-9d and found that tcsim_filter script
does produce broken output that can't be used with tcsim_plot -t delay.
As far as I see, tcsim_plot use remaining part (after "packet length"
field) of input string to identify enqueued/dequeued packets, but
tcsim_filter does not produce it. So here is the pacth for tcsim_filter
to produce unique packet identifier in the last output field based on
simulated skbuff address (that _is unique_ for any enqueued packet in
the simulated qdisc).
Dimitry.
--- tcsim_filter.orig Fri Sep 20 04:14:21 2002
+++ tcsim_filter Sun Apr 27 16:14:03 2003
@@ -167,7 +167,7 @@
}
$stat{$id}++;
if (!$count) {
- print "$1 $id $4\n";
+ print "$1 $id $4 $3\n";
}
}
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
reply other threads:[~2003-04-28 8:42 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=marc-lartc-105151942601782@msgid-missing \
--to=dimitry.ketov@avalon.ru \
--cc=lartc@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.