Historic archive of defunct list cerowrt-commits@lists.bufferbloat.net
 help / color / mirror / Atom feed
From: GitHub <noreply@github.com>
To: cerowrt-commits@lists.bufferbloat.net
Subject: [dtaht/ceropackages-3.10] b558ec: Improve SQM logging
Date: Fri, 25 Jul 2014 02:28:19 -0700	[thread overview]
Message-ID: <53d2233344d0_1961a9bd3426021@hookshot-fe2-cp1-prd.iad.github.net.mail> (raw)

[-- Attachment #1: Type: text/plain, Size: 5053 bytes --]

  Branch: refs/heads/master
  Home:   https://github.com/dtaht/ceropackages-3.10
  Commit: b558ec1165e54ffd6f2613c933d2943bac47f3d8
      https://github.com/dtaht/ceropackages-3.10/commit/b558ec1165e54ffd6f2613c933d2943bac47f3d8
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/functions.sh

  Log Message:
  -----------
  Improve SQM logging

Wrap all calls to logger in functions.sh in sqm_logger() which appends
 "-t SQM". So the output changes from:
Fri Jul 25 09:43:24 2014 user.notice root: get_limit:  CURLIMIT: 1001
to Fri Jul 25 09:43:24 2014 user.notice SQM: get_limit:  CURLIMIT: 1001
Also append "-s" so that the output is also directed to stderr so
there is a bit output when called via "/etc/init.d/sqm start".


  Commit: d90ba402d4762ab280a2caa826f3ac39d7a20bee
      https://github.com/dtaht/ceropackages-3.10/commit/d90ba402d4762ab280a2caa826f3ac39d7a20bee
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/run.sh

  Log Message:
  -----------
  Improve the logging of run.sh

Change the logging in run.sh, to show thw tag "SQM" instead of "root",
also log to stderr.


  Commit: 027308f10252db635e823b080220f4ef49cb3172
      https://github.com/dtaht/ceropackages-3.10/commit/027308f10252db635e823b080220f4ef49cb3172
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/stop.sh

  Log Message:
  -----------
  Improve logging by using SQM as tag

Make stop.sh also use sqm_logger from sqm/functions.sh


  Commit: 376b31e0df54e36c36c04dea0cb6329356c841b5
      https://github.com/dtaht/ceropackages-3.10/commit/376b31e0df54e36c36c04dea0cb6329356c841b5
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/simplest.qos

  Log Message:
  -----------
  Improve logging of simplest.qos

Make simplest.qos use the logger wrapper from sqm/functions.sh.


  Commit: e79a48558b301892c5c3a827dd69f0a0ef267ec7
      https://github.com/dtaht/ceropackages-3.10/commit/e79a48558b301892c5c3a827dd69f0a0ef267ec7
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/simple.qos

  Log Message:
  -----------
  mproce logging in simple.qos

Make simple.qos use sqm_logger from sqm/functions.sh instead of
open coding it.


  Commit: 21c66b07e59239e4a3ca1f3d0900101e06966380
      https://github.com/dtaht/ceropackages-3.10/commit/21c66b07e59239e4a3ca1f3d0900101e06966380
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/functions.sh

  Log Message:
  -----------
  Fix the sqm_logger function in sqm/functions.sh

Typo in the function name needed fixing, ist sqm_logger,
not sqm_sqm_logger...


  Commit: ac17e7fb3df4d3e75804b3b87e0e25c79d89b938
      https://github.com/dtaht/ceropackages-3.10/commit/ac17e7fb3df4d3e75804b3b87e0e25c79d89b938
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/functions.sh

  Log Message:
  -----------
  Fix sqm_wrapper to actually log the passed string


  Commit: aed00f7eba913cfcbc536dba482247430cc3f0d9
      https://github.com/dtaht/ceropackages-3.10/commit/aed00f7eba913cfcbc536dba482247430cc3f0d9
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/simplest.qos

  Log Message:
  -----------
  Make sure sqm_logger() is defined before calling it...


  Commit: 3760ef00a6e1a464e430afa4bcc369ad4dd16482
      https://github.com/dtaht/ceropackages-3.10/commit/3760ef00a6e1a464e430afa4bcc369ad4dd16482
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/functions.sh

  Log Message:
  -----------
  Avoid hardcoding the ifb device in sqm/functions.sh's diffserv()

The SQM system currently can be depoyed on multiple interfaces, so
ARP hanfling of diffserv() should be applied to the IFB associated
with the current instance of SQM.


  Commit: 1c0dcc9e24fb2ca877766c4ffffb7a2b6511a73f
      https://github.com/dtaht/ceropackages-3.10/commit/1c0dcc9e24fb2ca877766c4ffffb7a2b6511a73f
  Author: Sebastian Moeller <moeller0@gmx.de>
  Date:   2014-07-25 (Fri, 25 Jul 2014)

  Changed paths:
    M net/sqm-scripts/files/usr/lib/sqm/simple.qos

  Log Message:
  -----------
  Be more verbose about DSCP squashing and interpretation

Teach simple.qos to give some output about the DSCP handling options. Also
remove "-x" from simple.qos' shell invocation, since this is only needed for debugging.


Compare: https://github.com/dtaht/ceropackages-3.10/compare/de4bd8654bd2...1c0dcc9e24fb

                 reply	other threads:[~2014-07-25  9:28 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=53d2233344d0_1961a9bd3426021@hookshot-fe2-cp1-prd.iad.github.net.mail \
    --to=noreply@github.com \
    --cc=cerowrt-commits@lists.bufferbloat.net \
    /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