metrics.management.commands package¶
Submodules¶
metrics.management.commands.scale_daily_metrics module¶
Defines the command line method for running the Scale daily metrics process.
- 
class 
metrics.management.commands.scale_daily_metrics.Command(stdout=None, stderr=None, no_color=False)¶ Bases:
django.core.management.base.BaseCommandCommand that executes the Scale daily metrics.
- 
add_arguments(parser)¶ 
- 
handle(*args, **options)¶ See
django.core.management.base.BaseCommand.handle().This method starts the Scale daily metrics.
- 
help= u'Executes the Scale daily metrics to continuously calculate performance statistics for each day'¶ 
-