summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2015-05-03wider columns for large byte countsCarl Byington
Signed-off-by: Daniil Baturin <daniil@baturin.org>
2015-01-06HFSC scheduler (#428)kouak
2012-07-13Show priority (versus limiter) correctlyStephen Hemminger
With the addition of priority queue, need to show it correctly.
2011-04-21Fix error in show queuing at higher ratesStephen Hemminger
Bug 7016 If rate is over 1M then tc command will output with suffix (ie 800K). This breaks the printf expecting numeric value. Since suffix is convient anyway, just print as string.
2010-12-08Fix show queueing on interfaceStephen Hemminger
Bug 6532 Rework code to make it more robust for tc output format. Kernel no longer provide empty rate values. Rearrange fields on output.
2010-12-08make script executableStephen Hemminger
2010-07-21Fix show queuing when using traffic limiterStephen Hemminger
The script was not handling multiple classes and the missing statistics on the default class.
2010-07-20Fix use of unitialized variable if ingress has no filterStephen Hemminger
Bug 5875 It is possible to have ingress qdisc with no filter, if so don't cause an error.
2010-06-11Change column headingsStephen Hemminger
Input policy is called Action (limter, redirect,...) and Output policy is called Policy.
2010-04-16Cleanup show input policyStephen Hemminger
Skip interfaces with no input policy. Also fix copyright and comments
2010-04-15Add operational mode command for input-policyStephen Hemminger
New show input-policy and releated commands.
2010-04-15Remove ingress from show queueingStephen Hemminger
2010-04-15Change queuing script to corespond to input interface changesStephen Hemminger
No longer display ingress in this command; will be done by new command. Also reindent script.
2010-03-30fix typo in 3 arg conversionStephen Hemminger
2010-03-30Handle traffic-limiter betterStephen Hemminger
Traffic-limiter can be used on output or input now.
2010-02-10Ignore dsmark in output of show queuingStephen Hemminger
If dsmark is root class, ignore it. Bug 4450
2010-02-10Ignore top-level dsmark class when displayingStephen Hemminger
Makes show queueing match what user expects based on configuration Bug 4450
2010-01-21Show queueing for interfaces with no output queueStephen Hemminger
Bug 5245 show-queuing script did not handle case where only ingress is used.
2009-12-14Fix sorting of class idStephen Hemminger
Bug 5138 Hex class numbers not translated correctly.
2009-10-20Sort lines in show-queuing --briefStephen Hemminger
Sort output lines Bug 3896
2009-05-19Add support for WREDStephen Hemminger
Coming in near or future release.
2009-05-15Update show queueing commandStephen Hemminger
Fix issues with sorting of class ids (Bug 3885) and ingress classes (Bug 3896) plus add support for nested classes (Bug 4274) even though they can't be configured yet. But wait there's more. Add a rate field since it is there and might be useful as well.
2009-04-14Remove extra p from BacklogStephen Hemminger
2009-04-13Update show queuing scriptStephen Hemminger
Use Vyatta::Interfaces so it handles all types. Add upcoming priority and drr queue types.
2008-11-11Don't print class on IngressStephen Hemminger
Bugfix 3883
2008-11-10Sort interface namesStephen Hemminger
Sort interface names for show queueing. Bugfix 3885
2008-09-30Update show queueing to handle ingressStephen Hemminger
Teach the show operational mode about ingress
2008-09-29Other part of qdisc parsing fixStephen Hemminger
Handle multi-line message output of 'tc qdisc ls'
2008-09-29Reformat (tidy) show-queuingStephen Hemminger
2008-09-27Fix problem in parsing of qdisc commandStephen Hemminger
Bugfix 3720 The RED qdisc was overlooked on the pretty print list, and it produces additional lines of output that needed to be skipped.
2008-09-15Provide mapping from class id to queue displine idStephen Hemminger
Improved format of output: eth0 Output queue: Class Qos-Policy Sent Dropped Overlimit 1: traffic-shaper 110110 0 0 2 fair-queue 110110 0 0
2008-08-29Improved Qos queue operational commandStephen Hemminger
This implements new improved operational command: show queueing ... Bugfix: 2918
2008-05-14Add -p (pretty) option to filter showStephen Hemminger
The format of tc command output could not be safely changed without breaking legacy scripts, so the comprimise was to add a -pretty option.
2008-02-21need path to tc commandStephen Hemminger
Since show command can be run as non-root user, need to force correct path. Fixes: http://bugzilla.vyatta.com/show_bug.cgi?id=2870
2008-01-30Initial versiondebian/0.1Stephen Hemminger