Development issues regarding the cerowrt test router project
 help / color / mirror / Atom feed
From: Richard Smith <smithbone@gmail.com>
To: Sebastian Moeller <moeller0@gmx.de>
Cc: "cerowrt-devel@lists.bufferbloat.net"
	<cerowrt-devel@lists.bufferbloat.net>
Subject: Re: [Cerowrt-devel] Problems testing sqm (solved)
Date: Sun, 25 Oct 2015 16:44:46 -0400	[thread overview]
Message-ID: <562D3F3E.9050509@gmail.com> (raw)
In-Reply-To: <934B3B2E-F845-4A78-9FDA-E2CEA2AB434A@gmx.de>

On 10/25/2015 04:33 PM, Sebastian Moeller wrote:

>>
>> Working on it...  I've run into a small snag in that I can't seem
>> to return back to Linksys stock.  For some reason the flash upload
>> goes really, really, slow (I verified I'm using wired) and the
>> upload times out before it completes.

> Ihink I read in the openwrt forum people use the serial/jtag port for
> such things, but the memory is dim and the thread by now has reached
> like 900 pages or so...

Well I was hoping to not have to crack open this router (for a change) 
I'll dig around more to see what I can find.

> Cool! I note it seems you are running an older flent version (or
> maybe even before the big rename, so netperf-wrapper). I think
> current flent includes enough improvements to merit a switch; I
> especially like “--remote-metadata=root@gw.home.lan” option to
> collect some data from the DUT automatically and save these into the
> output file, making it easy to answer a few question about the
> configuration used a few days/hours after the fact).

I am. Thats because new flent throws an exception on my laptop when I 
try to plot. My laptio is a hybird Ubuntu LTS 12.04.5. Hybrid in that I 
have lots of backports on it.

Traceback (most recent call last):
   File "/usr/local/bin/flent", line 9, in <module>
     load_entry_point('flent==0.12.4-git-31aed5e', 'console_scripts', 
'flent')()
   File 
"/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/__init__.py", 
line 50, in run_flent
     b.run()
   File 
"/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/batch.py", 
line 491, in run
     return self.run_test(self.settings, self.settings.DATA_DIR, True)
   File 
"/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/batch.py", 
line 424, in run_test
     formatter.format([res])
   File 
"/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/formatters.py", 
line 282, in format
     self.plotter.plot(results)
   File 
"/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/plotters.py", 
line 297, in plot
     self.connect_interactive()
   File 
"/usr/local/lib/python2.7/dist-packages/flent-0.12.4_git_31aed5e-py2.7.egg/flent/plotters.py", 
line 347, in connect_interactive
     if self.interactive_callback or not self.can_highlight or not 
self.figure.canvas.supports_blit:
AttributeError: 'FigureCanvasQTAgg' object has no attribute 'supports_blit'

I've been meaning to file a bug, but just haven't gotten around to it yet.


> Also I want to
> note that if you shape ethernet you should use the link layer
> adaptation built into sqm (configurable via the GUI): Select Ethernet
> with overhead and specify the overhead to be: 24 Bytes (ethernet
> pre-amble & interframe gap & FCS,  Linux will have already accounted
> for MACs & frame type 14 bytes, you may need to add vlan tag (4
> additional bytes)).

Thanks.  I'll keep that in mind for future tests.


-- 
Richard A. Smith

  reply	other threads:[~2015-10-25 20:44 UTC|newest]

Thread overview: 58+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-23 16:10 [Cerowrt-devel] Problems testing sqm Richard Smith
2015-10-23 16:13 ` Dave Taht
2015-10-23 16:21   ` Rich Brown
2015-10-23 16:45     ` Richard Smith
2015-10-23 16:43   ` Richard Smith
2015-10-23 17:42     ` Sebastian Moeller
2015-10-23 17:15   ` David Lang
2015-10-23 17:02 ` Alan Jenkins
2015-10-23 17:30   ` Richard Smith
2015-10-23 17:50     ` Sebastian Moeller
2015-10-23 17:45   ` Sebastian Moeller
2015-10-23 17:22 ` Aaron Wood
2015-10-23 17:47   ` Sebastian Moeller
2015-10-23 17:48   ` Richard Smith
2015-10-23 17:57   ` David Lang
2015-10-23 19:08     ` Sebastian Moeller
2015-10-23 17:38 ` Sebastian Moeller
2015-10-23 18:05   ` Richard Smith
2015-10-23 18:41 ` Michael Richardson
2015-10-23 20:18   ` Richard Smith
2015-10-23 22:48     ` David P. Reed
2015-10-24  7:59       ` Sebastian Moeller
2015-10-23 22:51     ` Aaron Wood
2015-10-23 22:53     ` David P. Reed
2015-10-24  8:07       ` Sebastian Moeller
2015-10-24 16:34         ` David P. Reed
2015-10-24 16:52           ` Jonathan Morton
2015-10-24 18:58             ` David P. Reed
2015-10-25 23:21             ` David Lang
2015-10-26  9:53               ` Jonathan Morton
2015-10-24 17:24           ` Sebastian Moeller
2015-10-24 17:30             ` Aaron Wood
2015-10-24 10:20 ` Dave Taht
2015-10-24 17:21   ` Sebastian Moeller
2015-10-25 15:10     ` Richard Smith
2015-10-25 16:07       ` [Cerowrt-devel] Problems testing sqm (solved) Richard Smith
2015-10-25 17:36         ` Rich Brown
2015-10-25 20:02           ` Richard Smith
2015-10-25 20:33             ` Sebastian Moeller
2015-10-25 20:44               ` Richard Smith [this message]
2015-10-26 11:17                 ` Toke Høiland-Jørgensen
2015-10-26 12:35                   ` Richard Smith
2015-10-26 11:50             ` Dave Taht
2015-10-26 12:27               ` Richard Smith
2015-10-26 13:41                 ` Sebastian Moeller
2015-10-26 13:48                   ` Dave Taht
2015-10-26 18:15                     ` David Lang
2015-10-26 18:26                       ` Sebastian Moeller
2015-10-26 18:31                         ` David Lang
2015-10-26 21:01                     ` Richard Smith
2015-10-26 22:23                       ` Richard Smith
2015-10-26 13:50                   ` [Cerowrt-devel] ***UNCHECKED*** " Toke Høiland-Jørgensen
2015-10-26 14:30                     ` Sebastian Moeller
2015-10-26 21:54                       ` Richard Smith
2015-10-26 22:04                         ` Richard Smith
2015-10-25 20:07         ` [Cerowrt-devel] " Sebastian Moeller
2015-10-25 21:50         ` Jonathan Morton
2015-10-25 22:44           ` Richard Smith

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/cerowrt-devel.lists.bufferbloat.net/

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

  git send-email \
    --in-reply-to=562D3F3E.9050509@gmail.com \
    --to=smithbone@gmail.com \
    --cc=cerowrt-devel@lists.bufferbloat.net \
    --cc=moeller0@gmx.de \
    /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