Change the set of statistics that are generated when specifying "all"
--HG-- extra : convert_revision : 8b803b1b3bbec0b35b6805593b0dd598e5b519cf
This commit is contained in:
parent
634a0d8469
commit
7819ca6b97
1 changed files with 1 additions and 5 deletions
|
@ -250,11 +250,7 @@ def commands(options, command, args):
|
|||
if len(args):
|
||||
raise CommandException
|
||||
|
||||
all = [ 'bps', 'rxbps', 'txbps', 'bpt',
|
||||
'misses', 'mpkb',
|
||||
'ipkb',
|
||||
'pps', 'bpp', 'txbpp', 'rxbpp',
|
||||
'rtp', 'rtb' ]
|
||||
all = [ 'bps', 'misses', 'mpkb', 'ipkb', 'pps', 'bpt' ]
|
||||
for command in all:
|
||||
commands(options, command, args)
|
||||
|
||||
|
|
Loading…
Reference in a new issue