From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from m69-169.mailgun.net (m69-169.mailgun.net [166.78.69.169]) by huchra.bufferbloat.net (Postfix) with ESMTP id CEFBD21F563 for ; Fri, 25 Jul 2014 02:28:21 -0700 (PDT) DKIM-Signature: a=rsa-sha256; v=1; c=relaxed/relaxed; d=github.com; q=dns/txt; s=mailo; t=1406280501; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; bh=DmIDTVHyq/MNudeXqrNhOljz+oii3yqy5ZlErUTbfTQ=; b=B64zEqWLT7+iwOLl0NXoQzEn9zmEZxbu2WKrPI2jXqoAqpwjN9RJOUo3KPJiEZ/cPZIFz/B2 tuc6xcUkb0t8namBNf68mlbDFj7T9EI0RokW5z9VVqnKkmrjzdQGciEn7SzFZd8SzkPCWi1O 5hFYzvLZ+deJXk7QNRCHnZs0y9M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=github.com; s=mailo; q=dns; h=Date: From: Reply-To: To: Message-Id: Subject: Mime-Version: Content-Type: Content-Transfer-Encoding: Sender; b=q3t24hslqqcjcAPDVfUqy6OUZzG2NL4Sk2zzhRkU00NfJ5I764wm1i9TS2ZBtZ+CKqnFy7 tII6NPOG2e/HElpf/q4VpuxmLRPoMi17IQdzjIfdqMkahos+/CmyWq6bXkPK7uJBZHjkYbge vgWb7wTgO5K+VjLreWN9r7ixGNOM8= Received: from github.com (Unknown [192.30.252.38]) by mxa.mailgun.org with ESMTP id 53d22333.56d0db0-in2; Fri, 25 Jul 2014 09:28:19 -0000 (UTC) Date: Fri, 25 Jul 2014 02:28:19 -0700 From: GitHub To: cerowrt-commits@lists.bufferbloat.net Message-Id: <53d2233344d0_1961a9bd3426021@hookshot-fe2-cp1-prd.iad.github.net.mail> Subject: [dtaht/ceropackages-3.10] b558ec: Improve SQM logging Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="--==_mimepart_53d223333e86_1961a9bd34259ba"; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Mailgun-Sid: WyIzOWVlZSIsICJjZXJvd3J0LWNvbW1pdHNAbGlzdHMuYnVmZmVyYmxvYXQubmV0IiwgIjQwZiJd Sender: noreply@github.com X-BeenThere: cerowrt-commits@lists.bufferbloat.net X-Mailman-Version: 2.1.13 Precedence: list Reply-To: GitHub List-Id: Development commits for the cerowrt project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Jul 2014 09:28:22 -0000 ----==_mimepart_53d223333e86_1961a9bd34259ba Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit 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 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 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 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 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 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 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 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 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 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 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 ----==_mimepart_53d223333e86_1961a9bd34259ba--