Skip to content

Commit

Permalink
Yep~
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Myers committed Jul 19, 2012
1 parent c5b1715 commit bb52805
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ simulations, and output the resultant optimized instance pool.
If you want to see instance usage over time (how many instances are running If you want to see instance usage over time (how many instances are running
at the same time), you run:: at the same time), you run::


emrio --graph cost emrio -g


After it calculates the same data, you will now see graphs of each instance- After it calculates the same data, you will now see graphs of each instance-
type's usage over time, like this:: type's usage over time, like this::
Expand Down
6 changes: 3 additions & 3 deletions emrio_lib/EMRio.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ def make_option_parser():
help='Save the optimized results so you dont calculate them multiple' help='Save the optimized results so you dont calculate them multiple'
' times') ' times')
option_parser.add_option( option_parser.add_option(
'-g', '--instance_usage', dest='instance_usage', action='store_true', '-g', '--graph_instance_usage', dest='instance_usage',
default=False, help='Load a graph of the job flow history instance' action='store_true', default=False, help='Load a graph'
' usage') ' of the job flow history instance usage')
option_parser.add_option( option_parser.add_option(
'--total_usage', dest='total_usage', action='store_true', '--total_usage', dest='total_usage', action='store_true',
default=False, help='Load a graph of total hourly usage for each' default=False, help='Load a graph of total hourly usage for each'
Expand Down

0 comments on commit bb52805

Please sign in to comment.