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.
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.
Comment