Change the set of statistics that are generated when specifying "all"
--HG-- extra : convert_revision : 8b803b1b3bbec0b35b6805593b0dd598e5b519cf
This commit is contained in:
@@ -250,11 +250,7 @@ def commands(options, command, args):
|
|||||||
if len(args):
|
if len(args):
|
||||||
raise CommandException
|
raise CommandException
|
||||||
|
|
||||||
all = [ 'bps', 'rxbps', 'txbps', 'bpt',
|
all = [ 'bps', 'misses', 'mpkb', 'ipkb', 'pps', 'bpt' ]
|
||||||
'misses', 'mpkb',
|
|
||||||
'ipkb',
|
|
||||||
'pps', 'bpp', 'txbpp', 'rxbpp',
|
|
||||||
'rtp', 'rtb' ]
|
|
||||||
for command in all:
|
for command in all:
|
||||||
commands(options, command, args)
|
commands(options, command, args)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user