by deducting times - if it is possible - 11:53:46:7135138 from 11:53:46:6978883...
11:53:46:7135138 - 11:53:46:6978883 = 156255 ms
in the example how it should be I didn't write down the correct times, so hopefully this isn't confusing :/
the goal is to get how much time it takes between...
I've managed to get the text from a much detailed file as you can see in the example with simple awk command:
awk '/Request|Response|<response_name_1>|<response_name_2>|<response_name_n>|===/' input_file > output_file
I have then searched through the net for the next steps, but found nothing...
hello all!
first timer in using awk so please be patient with me ;)
I have a single file which contains the following text:
2014/09/25 11:53:43:6978883 Request:
2014/09/25 11:53:43:7135138 Response:
2:<response_name>:some_more_text
=================================================
2014/09/25...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.