Small bash script to find the most time consuming request from the log file
####How to run:
- Git clone the repository. cd into the repository
- Make script executable:
chmod u+x expensive-request.sh
- Run this Command to process the log file :
./expensive-request.sh log_file_name
. It will find the most time-consuming request in the log file that you have given with the command.