Ad Widget

Collapse

Statistics for values taken from logs

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BGmot
    Junior Member
    • Aug 2017
    • 8

    #1

    Statistics for values taken from logs

    Hi,
    I know we can extract information from logs perfectly well by using log[file,<regexp>,<encoding>,<maxlines>,<mode>,<output >,<maxdelay>] and what it gives us is a set of strings (or one string). Suppose I construct regexp the way it returns only one number (in our case I am interested in delays in milliseconds reported in logs). So log item is collected every minute and return 0 or more strings with only numbers. Is there any way to report minimum, maximum and average as Integers (other items?) for all these values collected over 1 minute?
    Thanks.
  • tcweb
    Member
    • Jun 2024
    • 35

    #2
    I am looking to do this as well. Hoping to find a forum topic that addresses this...

    Comment

    Working...