Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

4
  • That would work for computing average. Would I end up with the same problem though when I want to show min/max? Your solution to use awk on one line (in the comments above) would be the solution I will use. Commented Dec 6, 2019 at 17:01
  • Are you saying that the awk script above works with your logfile? If so, awk is perfectly able to calculate max/min/avg and std if needed also. I'll edit to include those. Commented Dec 6, 2019 at 17:04
  • Do that solve your problem? @just_a_programmer Commented Dec 6, 2019 at 17:24
  • yes. thank you. I am going to have to learn about awk. very powerful. much appreciated. Commented Dec 6, 2019 at 17:25