Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
serputko authored Nov 1, 2017
1 parent 3fcb949 commit 82d91ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# log_parser
To parse log execute next command:
python {project_dir}/bin/parse.py --path {path_to_logfile} --not {number_of_transactions_to_display}
python {project_dir}/bin/parser.py --path {path_to_logfile} --not {number_of_transactions_to_display}

Sample log is located in data/ directory
Use python {project_dir}/bin/parse.py -h to get help
Use python {project_dir}/bin/parser.py -h to get help

Output example:
max_tpm_all_transactions = 510
Expand Down

0 comments on commit 82d91ee

Please sign in to comment.